From e01b78732b344a755c741977984b11e0a50ff172 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 27 Dec 2002 23:06:00 +0000 Subject: [PATCH] * 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. --- ChangeLog | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 28503a9..1b9dfa4 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 -- 2.7.4