aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2007-06-19 13:24:33 +0000
committerNick Clifton <nickc@redhat.com>2007-06-19 13:24:33 +0000
commit692ed3e78f3d4964ece4b830d5d3138a6b453eba (patch)
treef35d70bd6a92310c45b9557c432a6abf970f0580 /binutils/ChangeLog
parent293a01244194269a44cd69c0733b9c3df4e4baa4 (diff)
downloadgdb-692ed3e78f3d4964ece4b830d5d3138a6b453eba.zip
gdb-692ed3e78f3d4964ece4b830d5d3138a6b453eba.tar.gz
gdb-692ed3e78f3d4964ece4b830d5d3138a6b453eba.tar.bz2
* Makefile.am: Add windmc tool.
* Makefile.in: Regenerate. * configure.in: Add windmc tool. * configure: Regenerate. * mclex.c: New. * mcparse.y: New. * windmc.c: New. * windmc.h: New. * doc/Makefile.am: Add windmc tool. * doc/Makefile.in: Regenerate. * doc/binutils.texi: Add windmc documentation. * NEWS: Mention new tool.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog17
1 files changed, 16 insertions, 1 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 18568bb..c210ccc 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,18 @@
+2007-06-19 Kai Tietz <kai.tietz@onevision.com>
+
+ * Makefile.am: Add windmc tool.
+ * Makefile.in: Regenerate.
+ * configure.in: Add windmc tool.
+ * configure: Regenerate.
+ * mclex.c: New.
+ * mcparse.y: New.
+ * windmc.c: New.
+ * windmc.h: New.
+ * doc/Makefile.am: Add windmc tool.
+ * doc/Makefile.in: Regenerate.
+ * doc/binutils.texi: Add windmc documentation.
+ * NEWS: Mention new tool.
+
2007-06-18 Andi Kleen <ak@suse.de>
* objdump.c: Include sys/mman.h
@@ -28,7 +43,7 @@
* winduni.h: (wind_default_codepage, wind_current_codepage):
Export.
* doc/binutils.texi: Document new option.
- * NEWS: Mention new feature.
+ * NEWS: Mention new features of windres.
2007-06-18 Brian D. Watt <bwatt@us.ibm.com>