Makefile.am (CFILES): Add cxxfilt.c.
authorZack Weinberg <zack@gcc.gnu.org>
Tue, 17 Sep 2002 07:09:50 +0000 (07:09 +0000)
committerZack Weinberg <zack@gcc.gnu.org>
Tue, 17 Sep 2002 07:09:50 +0000 (07:09 +0000)
commitf989ed67ff0a648714f13bb11194d0dbcce39fbe
treefea7d6b7d65d18af1e876800e6f11882deefeabd
parent26ad77f1732451be616ebe941ddda6a2ac882039
Makefile.am (CFILES): Add cxxfilt.c.

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.

From-SVN: r57235
gcc/cp/ChangeLog
gcc/cp/Make-lang.in
gcc/cp/cxxfilt.c [deleted file]