aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--binutils/ChangeLog5
-rw-r--r--gprof/ChangeLog5
2 files changed, 10 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 5093dab..279fd5e 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -7,6 +7,11 @@
(display_debug_lines_raw, display_debug_lines_decoded): Handle
li_version == 4.
+2010-03-30 Andreas Schwab <schwab@linux-m68k.org>
+
+ * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Define.
+ * Makefile.in: Regenerate.
+
2010-03-25 Joseph Myers <joseph@codesourcery.com>
* MAINTAINERS: Add self as TI C6X maintainer.
diff --git a/gprof/ChangeLog b/gprof/ChangeLog
index 1cb31ec..c2c2420 100644
--- a/gprof/ChangeLog
+++ b/gprof/ChangeLog
@@ -1,3 +1,8 @@
+2010-03-30 Andreas Schwab <schwab@linux-m68k.org>
+
+ * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Define.
+ * Makefile.in: Regenerate.
+
2010-03-16 Segher Boessenkool <segher@kernel.crashing.org>
* gmon_io.c (gmon_out_read): Close file when done.