summaryrefslogtreecommitdiff
path: root/ChangeLog.csl
diff options
context:
space:
mode:
authorNathan Sidwell <nathan@codesourcery.com>2006-09-11 09:45:48 +0000
committerNathan Sidwell <nathan@codesourcery.com>2006-09-11 09:45:48 +0000
commitdacf0e67e7331ec70c5cce9824b325fc24c48d4b (patch)
tree40573d8136332bf198dcdaec1ab69f599c7526ae /ChangeLog.csl
parent38df302b16fba8ca76e6c664b8efe952b7e15909 (diff)
downloadgdb-dacf0e67e7331ec70c5cce9824b325fc24c48d4b.tar.gz
bfd/
* Makefile.am (VERSUFFIX_s): Remove. (bfdver.h): Replace bfd_version_suffix with bfd_version_package. * configure.in: Replace --with-versuffix with --with-pkgversion. * version.h: Remove BFD_VERSION_SUFFIX. Update BFD_VERSION_STRING. * Makefile.in: Rebuilt. * configure: Rebuilt. binutils/ * Makefile.am (REPORT_BUGS_TO_s): Replace with ... (REPORT_BUGS_TO): ... this. (INCLUDES): Update. * Makefile.in: Rebuilt. gas/ * Makefile.am (REPORT_BUGS_TO_s): Replace with ... (REPORT_BUGS_TO): ... this. (INCLUDES, DEP_INCLUDES): Update. * Makefile.in: Rebuilt. gprof/ * Makefile.am (REPORT_BUGS_TO_s): Replace with ... (REPORT_BUGS_TO): ... this. (VERSUFFIX_s): Remove. (INCLUDES): Update. * configure.in: Replace --with-versuffix with --with-pkgversion. * gprof.c (main): Update version printing. * Makefile.in: Rebuilt. * configure: Rebuilt. ld/ * Makefile.am (REPORT_BUGS_TO_s): Replace with ... (REPORT_BUGS_TO): ... this. (INCLUDES): Update. * Makefile.in: Rebuilt.
Diffstat (limited to 'ChangeLog.csl')
-rw-r--r--ChangeLog.csl38
1 files changed, 38 insertions, 0 deletions
diff --git a/ChangeLog.csl b/ChangeLog.csl
index c3c13d905a5..71b212f21d0 100644
--- a/ChangeLog.csl
+++ b/ChangeLog.csl
@@ -1,3 +1,41 @@
+2006-09-10 Nathan Sidwell <nathan@codesourcery.com>
+
+ bfd/
+ * Makefile.am (VERSUFFIX_s): Remove.
+ (bfdver.h): Replace bfd_version_suffix with bfd_version_package.
+ * configure.in: Replace --with-versuffix with --with-pkgversion.
+ * version.h: Remove BFD_VERSION_SUFFIX. Update BFD_VERSION_STRING.
+ * Makefile.in: Rebuilt.
+ * configure: Rebuilt.
+
+ binutils/
+ * Makefile.am (REPORT_BUGS_TO_s): Replace with ...
+ (REPORT_BUGS_TO): ... this.
+ (INCLUDES): Update.
+ * Makefile.in: Rebuilt.
+
+ gas/
+ * Makefile.am (REPORT_BUGS_TO_s): Replace with ...
+ (REPORT_BUGS_TO): ... this.
+ (INCLUDES, DEP_INCLUDES): Update.
+ * Makefile.in: Rebuilt.
+
+ gprof/
+ * Makefile.am (REPORT_BUGS_TO_s): Replace with ...
+ (REPORT_BUGS_TO): ... this.
+ (VERSUFFIX_s): Remove.
+ (INCLUDES): Update.
+ * configure.in: Replace --with-versuffix with --with-pkgversion.
+ * gprof.c (main): Update version printing.
+ * Makefile.in: Rebuilt.
+ * configure: Rebuilt.
+
+ ld/
+ * Makefile.am (REPORT_BUGS_TO_s): Replace with ...
+ (REPORT_BUGS_TO): ... this.
+ (INCLUDES): Update.
+ * Makefile.in: Rebuilt.
+
2006-09-08 Paul Brook <paul@codesourcery.com>
gas/