* sysdeps/unix/Makefile: Include $(common-objpfx)s-proto-bp.d.
authorAndreas Schwab <schwab@suse.de>
Wed, 15 Jan 2003 22:10:24 +0000 (22:10 +0000)
committerAndreas Schwab <schwab@suse.de>
Wed, 15 Jan 2003 22:10:24 +0000 (22:10 +0000)
(common-generated): Add s-proto-bp.d.
* sysdeps/unix/make-syscalls.sh: Use s-proto-bp.d for dependencies
of bp thunks.
* sysdeps/unix/s-proto-bp.S: New file.
* sysdeps/generic/bp-thunks.h: Don't include <sys/vm86.h> here.
Use <io/sys/sendfile.h> instead of <sys/sendfile.h>.
* sysdeps/unix/sysv/linux/i386/bp-thunks.h: New file.

ChangeLog

index 9620eab..cd3ccfb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2003-01-15  Andreas Schwab  <schwab@suse.de>
+
+       * sysdeps/unix/Makefile: Include $(common-objpfx)s-proto-bp.d.
+       (common-generated): Add s-proto-bp.d.
+       * sysdeps/unix/make-syscalls.sh: Use s-proto-bp.d for dependencies
+       of bp thunks.
+       * sysdeps/unix/s-proto-bp.S: New file.
+       * sysdeps/generic/bp-thunks.h: Don't include <sys/vm86.h> here.
+       Use <io/sys/sendfile.h> instead of <sys/sendfile.h>.
+       * sysdeps/unix/sysv/linux/i386/bp-thunks.h: New file.
+
 2003-01-15  Roland McGrath  <roland@redhat.com>
 
        * Makerules: Use -include for tls.make, suppresses warning.