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/config.in | |
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/config.in')
-rw-r--r-- | binutils/config.in | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/binutils/config.in b/binutils/config.in index d404762..07eafaa 100644 --- a/binutils/config.in +++ b/binutils/config.in @@ -1,4 +1,4 @@ -/* config.in. Generated automatically from configure.in by autoheader. */ +/* config.in. Generated automatically from configure.in by autoheader 2.13. */ /* Define if using alloca.c. */ #undef C_ALLOCA @@ -136,12 +136,6 @@ /* Define if you have the <sys/param.h> header file. */ #undef HAVE_SYS_PARAM_H -/* Define if you have the <sys/stat.h> header file. */ -#undef HAVE_SYS_STAT_H - -/* Define if you have the <sys/types.h> header file. */ -#undef HAVE_SYS_TYPES_H - /* Define if you have the <unistd.h> header file. */ #undef HAVE_UNISTD_H @@ -208,3 +202,6 @@ /* Configured target name. */ #undef TARGET +/* Define to 1 if user symbol names have a leading underscore, 0 if not. */ +#undef TARGET_PREPENDS_UNDERSCORE + |