binutils:
authorZack Weinberg <zackw@panix.com>
Tue, 17 Sep 2002 07:09:47 +0000 (07:09 +0000)
committerZack Weinberg <zackw@panix.com>
Tue, 17 Sep 2002 07:09:47 +0000 (07:09 +0000)
commitbb279dc026b594e88ac81c8f185465fdbe9351da
tree7e1a7a0bd4ae00646ca806df2c73b74488f49288
parentd9025a1885f5d21a2589fd3fa0156263e01a301f
binutils:
* Makefile.am (CFILES): Add cxxfilt.c.
(cxxfilt_SOURCES): Now just cxxfilt.c $(BULIBS).
(cxxfilt_LDADD): Delete.
Remove all references to underscore.c.
Regen dependencies.
* configure.in: Define TARGET_PREPENDS_UNDERSCORE in
config.h from $UNDERSCORE, rather than AC_SUBSTing it.
* binutils/cxxfilt.c: Moved here from gcc/cp, minor
adjustments to fit into binutils framework.
* configure, config.in, Makefile.in, doc/Makefile.in: Regenerate.

gcc/cp:
* Make-lang.in: Remove all references to the demangler.
* cxxfilt.c: Moved to binutils.
binutils/ChangeLog
binutils/Makefile.am
binutils/Makefile.in
binutils/config.in
binutils/configure
binutils/configure.in
binutils/cxxfilt.c [new file with mode: 0644]
binutils/doc/Makefile.in