summaryrefslogtreecommitdiff
path: root/libc-parts/ChangeLog
diff options
context:
space:
mode:
authortschwinge <tschwinge>2008-05-29 23:01:55 +0000
committertschwinge <tschwinge>2008-05-29 23:01:55 +0000
commitab55c9dda40e73b1042d1a4f5a3ef0b0f1a9facb (patch)
treebaeb98c74b5b694e79127c5eb68812bad864ae98 /libc-parts/ChangeLog
parent31cc070ebdc9e8dcadeb1d3ef15e1cfb5770868a (diff)
hurd/
2008-05-29 Thomas Schwinge <tschwinge@gnu.org> * Makefile.am (t_addr_CPPFLAGS, t_addr_trans_CPPFLAGS, t_rpc_CPPFLAGS): Remove special `printf' handling. * stddef.h (S_PUTCHAR): Define analogously to `S_PRINTF'. libc-parts/ 2008-05-29 Thomas Schwinge <tschwinge@gnu.org> * Makefile.am (t_setjmp_CPPFLAGS): Remove special `printf' handling. libhurd-btree/ 2008-05-29 Thomas Schwinge <tschwinge@gnu.org> * Makefile.am (btree_test_CPPFLAGS): Remove special `printf' handling. libhurd-ihash/ 2008-05-29 Thomas Schwinge <tschwinge@gnu.org> * Makefile.am (t_ihash_CPPFLAGS, t_ihash64_CPPFLAGS): Remove special `printf' handling. viengoos/ 2008-05-29 Thomas Schwinge <tschwinge@gnu.org> * cap-lookup.c: Unconditionally use `S_PUTCHAR' and `S_PRINTF' instead of `s_putchar' and `s_printf' and remove the latters' prototypes.
Diffstat (limited to 'libc-parts/ChangeLog')
-rw-r--r--libc-parts/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/libc-parts/ChangeLog b/libc-parts/ChangeLog
index 3df2c18..6923e0d 100644
--- a/libc-parts/ChangeLog
+++ b/libc-parts/ChangeLog
@@ -1,3 +1,7 @@
+2008-05-29 Thomas Schwinge <tschwinge@gnu.org>
+
+ * Makefile.am (t_setjmp_CPPFLAGS): Remove special `printf' handling.
+
2008-05-29 Neal H. Walfield <neal@gnu.org>
* ia32-crt0.S: Increase size of stack.