bfd/
commit598c4a3347ae7cc98306c9db64c8abeb62de9d27
authorNathan Sidwell <nathan@codesourcery.com>
Wed, 26 Jul 2006 18:46:24 +0000 (26 18:46 +0000)
committerNathan Sidwell <nathan@codesourcery.com>
Wed, 26 Jul 2006 18:46:24 +0000 (26 18:46 +0000)
treec104a5aeeb964d8f5a405c68555c8e176306d437
parent966febd7e755f78983777a5406ea2d5d85541b9c
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.
26 files changed:
ChangeLog.csl
bfd/Makefile.am
bfd/Makefile.in
bfd/configure
bfd/configure.in
bfd/doc/Makefile.in
bfd/version.h
binutils/Makefile.am
binutils/Makefile.in
binutils/configure
binutils/configure.in
binutils/doc/Makefile.in
gas/Makefile.am
gas/Makefile.in
gas/configure
gas/configure.in
gas/doc/Makefile.in
gprof/Makefile.am
gprof/Makefile.in
gprof/configure
gprof/configure.in
gprof/gprof.c
ld/Makefile.am
ld/Makefile.in
ld/configure
ld/configure.in