summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Sidwell <nathan@codesourcery.com>2006-07-26 18:46:21 +0000
committerNathan Sidwell <nathan@codesourcery.com>2006-07-26 18:46:21 +0000
commita6d7178e6754948d0fbf75244a5b84e30b6bb5e7 (patch)
tree6788f486b111140ca7e88f55bcd7feb36a4b2f50
parent8f2f8bde539a411a2e367e62114e38650b54d760 (diff)
downloadcygnal-a6d7178e6754948d0fbf75244a5b84e30b6bb5e7.tar.gz
cygnal-a6d7178e6754948d0fbf75244a5b84e30b6bb5e7.tar.bz2
cygnal-a6d7178e6754948d0fbf75244a5b84e30b6bb5e7.zip
bfd/
* Makefile.am: (VERSUFFIX_s): New. Pass it to compiler via -D. * Makefile.in: Regenerated. * configure: Regenerated. * configure.in: Add --with-versuffix option. * version.h: Add BFD_VERSION_SUFFIX, use it in BFD_VERSION_STRING. binutils/ * Makefile.am: (REPORT_BUGS_TO_s): New. Pass it to compiler via -D. * Makefile.in: Regenerated. * configure: Regenerated. * configure.in: Add --with-bugurl option. gas/ * Makefile.am: (REPORT_BUGS_TO_s): New. Pass it to compiler via -D. * Makefile.in: Regenerated. * configure: Regenerated. * configure.in: Add --with-bugurl option. gprof/ * Makefile.am: (VERSUFFIX_s, REPORT_BUGS_TO_s): New. Pass them to compiler via -D. * Makefile.in: Regenerated. * configure: Regenerated. * configure.in: Add --with-versuffix and --with-bugurl option. * gprof.c: Print version suffix. ld/ * Makefile.am: (REPORT_BUGS_TO_s): New. Pass it to compiler via -D. * Makefile.in: Regenerated. * configure: Regenerated. * configure.in: Add --with-bugurl option.
-rw-r--r--ChangeLog.csl42
1 files changed, 41 insertions, 1 deletions
diff --git a/ChangeLog.csl b/ChangeLog.csl
index 60c171dd3..e4f83ff91 100644
--- a/ChangeLog.csl
+++ b/ChangeLog.csl
@@ -1,7 +1,47 @@
+2006-07-26 Vladimir Prus <vladimir@codesourcery.com>
+
+ bfd/
+ * Makefile.am: (VERSUFFIX_s): New. Pass it to compiler
+ via -D.
+ * Makefile.in: Regenerated.
+ * configure: Regenerated.
+ * configure.in: Add --with-versuffix option.
+ * version.h: Add BFD_VERSION_SUFFIX, use it
+ in BFD_VERSION_STRING.
+
+ binutils/
+ * Makefile.am: (REPORT_BUGS_TO_s): New. Pass it to compiler
+ via -D.
+ * Makefile.in: Regenerated.
+ * configure: Regenerated.
+ * configure.in: Add --with-bugurl option.
+
+ gas/
+ * Makefile.am: (REPORT_BUGS_TO_s): New. Pass it to compiler
+ via -D.
+ * Makefile.in: Regenerated.
+ * configure: Regenerated.
+ * configure.in: Add --with-bugurl option.
+
+ gprof/
+ * Makefile.am: (VERSUFFIX_s, REPORT_BUGS_TO_s): New. Pass
+ them to compiler via -D.
+ * Makefile.in: Regenerated.
+ * configure: Regenerated.
+ * configure.in: Add --with-versuffix and --with-bugurl option.
+ * gprof.c: Print version suffix.
+
+ ld/
+ * Makefile.am: (REPORT_BUGS_TO_s): New. Pass it to compiler
+ via -D.
+ * Makefile.in: Regenerated.
+ * configure: Regenerated.
+ * configure.in: Add --with-bugurl option.
+
2006-07-26 Richard Sandiford <richard@codesourcery.com>
opcodes/
- * m68k-opc.c (m68k_opcodes): Fix operand specificer in the Coldfire
+ * m68k-opc.c (m68k_opcodes): Fix operand specifier in the Coldfire
"fdaddl" entry.
gas/testsuite/