summaryrefslogtreecommitdiffstats
path: root/libiberty
diff options
context:
space:
mode:
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>2003-11-18 18:29:30 +0000
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>2003-11-18 18:29:30 +0000
commit282770925b1c134744f49b2ba024f556e6d6b27f (patch)
tree8468904d1d5bd9c7b5b2b91f9fc73184aaa27ad4 /libiberty
parent0d45f4fee612e3985f87558cf1bedca1b9d818a1 (diff)
downloadppe42-gcc-282770925b1c134744f49b2ba024f556e6d6b27f.tar.gz
ppe42-gcc-282770925b1c134744f49b2ba024f556e6d6b27f.zip
* testsuite/test-demangle.c (main): Don't pass DMGL_VERBOSE to
cplus_demangle. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@73709 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty')
-rw-r--r--libiberty/ChangeLog3
-rw-r--r--libiberty/testsuite/test-demangle.c2
2 files changed, 4 insertions, 1 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog
index 6f51efbff8c..4043de4da21 100644
--- a/libiberty/ChangeLog
+++ b/libiberty/ChangeLog
@@ -1,5 +1,8 @@
2003-11-18 Ian Lance Taylor <ian@wasabisystems.com>
+ * testsuite/test-demangle.c (main): Don't pass DMGL_VERBOSE to
+ cplus_demangle.
+
* testsuite/Makefile.in (test-demangle): Depend upon libiberty.a.
2003-10-31 Andreas Jaeger <aj@suse.de>
diff --git a/libiberty/testsuite/test-demangle.c b/libiberty/testsuite/test-demangle.c
index 6e5d0b4b973..ed28229ca34 100644
--- a/libiberty/testsuite/test-demangle.c
+++ b/libiberty/testsuite/test-demangle.c
@@ -146,7 +146,7 @@ main(argc, argv)
cplus_demangle_set_style (style);
result = cplus_demangle (input.data,
- DMGL_PARAMS|DMGL_ANSI|DMGL_VERBOSE|DMGL_TYPES);
+ DMGL_PARAMS|DMGL_ANSI|DMGL_TYPES);
if (result
? strcmp (result, expect.data)
OpenPOWER on IntegriCloud