aboutsummaryrefslogtreecommitdiff
path: root/libiberty/ChangeLog
diff options
context:
space:
mode:
authorZack Weinberg <zack@codesourcery.com>2002-09-11 19:58:02 +0000
committerZack Weinberg <zack@gcc.gnu.org>2002-09-11 19:58:02 +0000
commit3fd9d606f3f68b72f7645400a79a8b09cc10a9e9 (patch)
tree6bbcd2c0a0f2af2f4a8beb06f20dc3cdb8866ba7 /libiberty/ChangeLog
parent6e471ea7b847f2a8bf4ee0673dc64a4156ec694e (diff)
downloadgcc-3fd9d606f3f68b72f7645400a79a8b09cc10a9e9.zip
gcc-3fd9d606f3f68b72f7645400a79a8b09cc10a9e9.tar.gz
gcc-3fd9d606f3f68b72f7645400a79a8b09cc10a9e9.tar.bz2
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
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r--libiberty/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog
index 3070ac3..a2c1b7d 100644
--- a/libiberty/ChangeLog
+++ b/libiberty/ChangeLog
@@ -1,3 +1,12 @@
+2002-09-11 Zack Weinberg <zack@codesourcery.com>
+
+ * 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.
+
2002-09-05 Roger Sayle <roger@eyesopen.com>
* regex.c: Only use "#pragma alloca" on AIX when not using gcc.