diff options
author | Zack Weinberg <zackw@panix.com> | 2002-09-17 07:09:47 +0000 |
---|---|---|
committer | Zack Weinberg <zackw@panix.com> | 2002-09-17 07:09:47 +0000 |
commit | bb279dc026b594e88ac81c8f185465fdbe9351da (patch) | |
tree | 7e1a7a0bd4ae00646ca806df2c73b74488f49288 /binutils/doc | |
parent | d9025a1885f5d21a2589fd3fa0156263e01a301f (diff) | |
download | gdb-bb279dc026b594e88ac81c8f185465fdbe9351da.zip gdb-bb279dc026b594e88ac81c8f185465fdbe9351da.tar.gz gdb-bb279dc026b594e88ac81c8f185465fdbe9351da.tar.bz2 |
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.
Diffstat (limited to 'binutils/doc')
-rw-r--r-- | binutils/doc/Makefile.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/binutils/doc/Makefile.in b/binutils/doc/Makefile.in index eeef90f..e6a4963 100644 --- a/binutils/doc/Makefile.in +++ b/binutils/doc/Makefile.in @@ -113,7 +113,6 @@ POFILES = @POFILES@ POSUB = @POSUB@ RANLIB = @RANLIB@ STRIP = @STRIP@ -UNDERSCORE = @UNDERSCORE@ USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ |