From ef40ee219d511153306bfbc471a0094cf713d8c1 Mon Sep 17 00:00:00 2001 From: Nathan Sidwell Date: Mon, 11 Sep 2006 09:45:46 +0000 Subject: 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. --- ChangeLog.csl | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) 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 + + 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 gas/ -- cgit v1.2.3