binutils/
commit5aae56fafc2f3531f96f488e36dd63d33418a125
authorNathan Sidwell <nathan@codesourcery.com>
Mon, 16 Oct 2006 20:21:25 +0000 (16 20:21 +0000)
committerNathan Sidwell <nathan@codesourcery.com>
Mon, 16 Oct 2006 20:21:25 +0000 (16 20:21 +0000)
tree6353453bb0867067db3d6619cd7641417ac99a41
parente7cf8c008935e3cac13a3ab954da7af4c2d5f1cd
binutils/
* Makefile.am: Rebuild dependencies.
(REPORT_BUGS_TO): Always defined.
(INCLUDES): Adjust.
* Makefile.in: Rebuilt.
* configure.in (REPORT_BUGS_TO): Provide default value.
* configure: Rebuilt.
* bucomm.h: Remove bin-bugs.h.
* addr2line.c (usage): Don't print empty REPORT_BUGS_TO.
* coffdump.c (show_usage): Likewise.
* cxxfilt.c (usage): Likewise.
* nlmconv.c (show_usage): Likewise.
* nm.c (usage): Likewise.
* objcopy.c (copy_usage, strip_usage): Likewise.
* objdump.c (usage): Likewise.
* size.c (usage): Likewise.
* srconv.c (show_usage): Likewise.
* string.c (usage): Likewise.
* sysdymp.c (show_usage): Likewise.
* windres.c (usage): Likewise.
* readelf (usage): Likewise. Add STREAM argument.  Adjust callers.

gas/
* Makefile.am: Rebuild dependencies.
(REPORT_BUGS_TO): Always defined.
(INCLUDES): Adjust.
* Makefile.in: Rebuilt.
* configure.in (REPORT_BUGS_TO): Provide default value.
* configure: Rebuilt.
* as.c (show_usage): Don't print empty REPORT_BUGS_TO.
* as.h: Remove bin-bugs.h.

ld/
* Makefile.am: Rebuild dependencies.
(REPORT_BUGS_TO): Always defined.
(INCLUDES): Adjust.
* Makefile.in: Rebuilt.
* configure.in (REPORT_BUGS_TO): Provide default value.
* configure: Rebuilt.
* ld.h: Remove bin-bugs.h
* lexsup.c (help):  Don't print empty REPORT_BUGS_TO.

gprof/
* Makefile.am: Rebuild dependencies.
(REPORT_BUGS_TO): Always defined.
(PKGVERSION): Define.
(INCLUDES): Adjust.
* Makefile.in: Rebuilt.
* configure.in (REPORT_BUGS_TO): Provide default value.
* configure: Rebuilt.
* gprof.c (usage): Don't print empty REPORT_BUGS_TO.
* gprof.h: Remove bin-bugs.h

include/
* bin-bugs.h: Remove.
39 files changed:
ChangeLog.csl
binutils/Makefile.am
binutils/Makefile.in
binutils/addr2line.c
binutils/ar.c
binutils/bucomm.h
binutils/coffdump.c
binutils/configure
binutils/configure.in
binutils/cxxfilt.c
binutils/nlmconv.c
binutils/nm.c
binutils/objcopy.c
binutils/objdump.c
binutils/readelf.c
binutils/size.c
binutils/srconv.c
binutils/strings.c
binutils/sysdump.c
binutils/windres.c
gas/Makefile.am
gas/Makefile.in
gas/as.c
gas/as.h
gas/configure
gas/configure.in
gprof/Makefile.am
gprof/Makefile.in
gprof/configure
gprof/configure.in
gprof/gprof.c
gprof/gprof.h
include/bin-bugs.h [deleted file]
ld/Makefile.am
ld/Makefile.in
ld/configure
ld/configure.in
ld/ld.h
ld/lexsup.c