]> git.ipfire.org Git - thirdparty/gcc.git/commit - libiberty/testsuite/Makefile.in
Makefile.in: Remove all references to s-under and underscore.c.
authorZack Weinberg <zack@codesourcery.com>
Wed, 11 Sep 2002 19:58:02 +0000 (19:58 +0000)
committerZack Weinberg <zack@gcc.gnu.org>
Wed, 11 Sep 2002 19:58:02 +0000 (19:58 +0000)
commit3fd9d606f3f68b72f7645400a79a8b09cc10a9e9
tree6bbcd2c0a0f2af2f4a8beb06f20dc3cdb8866ba7
parent6e471ea7b847f2a8bf4ee0673dc64a4156ec694e
Makefile.in: Remove all references to s-under and underscore.c.

gcc:
* Makefile.in: Remove all references to s-under and underscore.c.
* collect2.c, tlink.c: Change all uses of prepends_underscore
to look directly at USER_LABEL_PREFIX.

gcc/cp:
* Make-lang.in: Build cp/cxxfilt.o from $(srcdir)/cp/cxxfilt.c,
and c++filt from cxxfilt.o + version.o + $(LIBDEPS).
* cxxfilt.c: New file: split from libiberty/cplus-dem.c, with
minor adjustments (use version_string, eliminate yet another
duplicate of xmalloc)

libiberty:
* cplus-dem.c: Code code under #ifdef MAIN moved to gcc/cp/cxxfilt.c.
* testsuite/Makefile.in: Adjust for test-demangle.
* testsuite/regress-demangle: Deleted.
* testsuite/test-demangle.c: New file.
* testsuite/demangle-expected: Change \$ to $ throughout, now that
this file is not being read by a shell script.

From-SVN: r57037
13 files changed:
gcc/ChangeLog
gcc/Makefile.in
gcc/collect2.c
gcc/cp/ChangeLog
gcc/cp/Make-lang.in
gcc/cp/cxxfilt.c [new file with mode: 0644]
gcc/tlink.c
libiberty/ChangeLog
libiberty/cplus-dem.c
libiberty/testsuite/Makefile.in
libiberty/testsuite/demangle-expected
libiberty/testsuite/regress-demangle [deleted file]
libiberty/testsuite/test-demangle.c [new file with mode: 0644]