summaryrefslogtreecommitdiffstats
path: root/newlib/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index f204e61a7..31caf9a8a 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,5 +1,12 @@
2006-05-23 Jeff Johnston <jjohnstn@redhat.com>
+ * libc/misc/dprintf.c: Removed.
+ * libc/misc/__dprintf.c: Renamed from dprintf.c.
+ * libc/misc/Makefile.am: Changed appropriately for rename.
+ * libc/misc/Makefile.in: Regenerated.
+
+2006-05-23 Jeff Johnston <jjohnstn@redhat.com>
+
* libc/include/stdio.h: Protect dprintf prototype
with #ifndef dprintf so as to not interfere with
historical code defining their own dprintf macro.