]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
* scripts/gen-as-const.awk: New file.
authorRoland McGrath <roland@gnu.org>
Fri, 27 Dec 2002 23:06:00 +0000 (23:06 +0000)
committerRoland McGrath <roland@gnu.org>
Fri, 27 Dec 2002 23:06:00 +0000 (23:06 +0000)
* 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.

ChangeLog

index 28503a9ec6e63551181756279e44ece70264d58c..1b9dfa48dabfa83bc35240a600f4a084c600ff4f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,15 @@
+2002-12-27  Roland McGrath  <roland@redhat.com>
+
+       * 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  <schwab@suse.de>
 
-       * 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  <jakub@redhat.com>