aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index ad9bdbd..d2c4b1e 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,22 @@
+2010-01-06 H.J. Lu <hongjiu.lu@intel.com>
+
+ PR binutils/11131
+ * Makefile.am (ELFEDIT_PROG): New.
+ (bin_PROGRAMS): Add $(ELFEDIT_PROG).
+ (CFILES): Add elfedit.c.
+ (elfedit_DEPENDENCIES): New.
+ (elfedit_SOURCES): Likewise.
+ (elfedit_LDADD): Likewise.
+ * Makefile.in: Regenerated.
+
+ * elfedit.c: New.
+
+ * doc/binutils.texi: Document elfedit.
+
+ * doc/Makefile.am (man_MANS): Add elfedit.1.
+ (elfedit.1): New.
+ * doc/Makefile.in: Regenerated.
+
2010-01-06 Tristan Gingold <gingold@adacore.com>
* nm.c (usage): Remove extra blanks.