From: Andreas Schwab Date: Wed, 15 Jan 2003 22:10:24 +0000 (+0000) Subject: * sysdeps/unix/Makefile: Include $(common-objpfx)s-proto-bp.d. X-Git-Tag: cvs/glibc-2_3_2~291 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c841fa224a0ce83353f257fa86aa90413ebf68a4;p=thirdparty%2Fglibc.git * 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 here. Use instead of . * sysdeps/unix/sysv/linux/i386/bp-thunks.h: New file. --- diff --git a/ChangeLog b/ChangeLog index 9620eaba8ae..cd3ccfb3bf4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2003-01-15 Andreas Schwab + + * 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 here. + Use instead of . + * sysdeps/unix/sysv/linux/i386/bp-thunks.h: New file. + 2003-01-15 Roland McGrath * Makerules: Use -include for tls.make, suppresses warning.