From: Roland McGrath Date: Fri, 27 Dec 2002 23:06:00 +0000 (+0000) Subject: * scripts/gen-as-const.awk: New file. X-Git-Tag: cvs/glibc-2_3_2~455 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e01b78732b344a755c741977984b11e0a50ff172;p=thirdparty%2Fglibc.git * scripts/gen-as-const.awk: New file. * Makefile (distribute): Add it. * Makerules ($(common-objpfx)%.h %.h.d: %.sym): New pattern rule. (before-compile): Add $(gen-as-const-headers:%.sym=$(common-objpfx)%.h) to the list. (+depfiles): Add $(addprefix $(common-objpfx),$(gen-as-const-headers)). * sysdeps/unix/sysv/linux/m68k/socket.S: Add cancellation support. --- diff --git a/ChangeLog b/ChangeLog index 28503a9ec6e..1b9dfa48dab 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,15 @@ +2002-12-27 Roland McGrath + + * scripts/gen-as-const.awk: New file. + * Makefile (distribute): Add it. + * Makerules ($(common-objpfx)%.h %.h.d: %.sym): New pattern rule. + (before-compile): Add $(gen-as-const-headers:%.sym=$(common-objpfx)%.h) + to the list. + (+depfiles): Add $(addprefix $(common-objpfx),$(gen-as-const-headers)). + 2002-12-27 Andreas Schwab - * sysdeps/unix/sysv/linux/m68k/socket.S: Add cancellation support. + * sysdeps/unix/sysv/linux/m68k/socket.S: Add cancellation support. 2002-12-27 Jakub Jelinek