aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2003-01-15 22:10:24 +0000
committerAndreas Schwab <schwab@suse.de>2003-01-15 22:10:24 +0000
commitc841fa224a0ce83353f257fa86aa90413ebf68a4 (patch)
tree93f7e0a7799d6b65c46ccf03f51d4316c8d4c692
parent155f2e362b3d95dffc744be6cc622ef507a9f379 (diff)
downloadglibc-c841fa224a0ce83353f257fa86aa90413ebf68a4.tar
glibc-c841fa224a0ce83353f257fa86aa90413ebf68a4.tar.gz
glibc-c841fa224a0ce83353f257fa86aa90413ebf68a4.tar.bz2
glibc-c841fa224a0ce83353f257fa86aa90413ebf68a4.zip
* 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.
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9620eaba8a..cd3ccfb3bf 100644
--- 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.