Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Sidwell <nathan@codesourcery.com>2006-09-11 13:45:46 +0400
committerNathan Sidwell <nathan@codesourcery.com>2006-09-11 13:45:46 +0400
commitef40ee219d511153306bfbc471a0094cf713d8c1 (patch)
treeabcd2115a03264d5cae4633221abcf15f1635114
parent0fe2533c1bd051f9af24ca1708f28f3bf8c448e3 (diff)
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.
-rw-r--r--ChangeLog.csl38
1 files changed, 38 insertions, 0 deletions
diff --git a/ChangeLog.csl b/ChangeLog.csl
index c3c13d905..71b212f21 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/