OSDN Git Service

binutils:
authorzack <zack>
Tue, 17 Sep 2002 07:09:45 +0000 (07:09 +0000)
committerzack <zack>
Tue, 17 Sep 2002 07:09:45 +0000 (07:09 +0000)
commit8e66c08f0622e3967124a668c53132bdbd4a61b6
treef0f958b4d8a99670925d0b28538037b623a15609
parent86944667baa8374dbda9c6b1f004455e42d745f9
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