about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-12-27 23:06:00 +0000
committerRoland McGrath <roland@gnu.org>2002-12-27 23:06:00 +0000
commite01b78732b344a755c741977984b11e0a50ff172 (patch)
tree41fef97e286bda2ddc7c02827b35bbf364fefe78 /ChangeLog
parentaad08dbad983a352492542a61478074e5869dec6 (diff)
downloadglibc-e01b78732b344a755c741977984b11e0a50ff172.tar.gz
glibc-e01b78732b344a755c741977984b11e0a50ff172.tar.xz
glibc-e01b78732b344a755c741977984b11e0a50ff172.zip
* 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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 28503a9ec6..1b9dfa48da 100644
--- 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>