aboutsummaryrefslogtreecommitdiff
path: root/libiberty
diff options
context:
space:
mode:
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>2003-11-21 20:12:22 +0000
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>2003-11-21 20:12:22 +0000
commit3365aca7933a792baa719940b78f5468dfddd9e2 (patch)
tree05d326e0ea7646cbc757f803f25c6c1450649c02 /libiberty
parenteb7ed20c27f44dc576e8918aa11fa1fb04333042 (diff)
* testsuite/demangle-expected: Minor changes to match output of
new demangler: adjust whitespace in four tests, and change order of qualifiers in one test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@73813 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty')
-rw-r--r--libiberty/ChangeLog4
-rw-r--r--libiberty/testsuite/demangle-expected10
2 files changed, 9 insertions, 5 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog
index e2f2ff7aac7..bb05816af95 100644
--- a/libiberty/ChangeLog
+++ b/libiberty/ChangeLog
@@ -1,5 +1,9 @@
2003-11-20 Ian Lance Taylor <ian@wasabisystems.com>
+ * testsuite/demangle-expected: Minor changes to match output of
+ new demangler: adjust whitespace in four tests, and change order
+ of qualifiers in one test.
+
* cp-demangle.c: Complete rewrite.
2003-11-19 Mark Mitchell <mark@codesourcery.com>
diff --git a/libiberty/testsuite/demangle-expected b/libiberty/testsuite/demangle-expected
index 8dfab8e9bd0..ca8b85858f0 100644
--- a/libiberty/testsuite/demangle-expected
+++ b/libiberty/testsuite/demangle-expected
@@ -2629,7 +2629,7 @@ operator<<(X const&, X const&)
#
--format=gnu-v3
_ZN3FooIA4_iE3barE
-Foo<int[4]>::bar
+Foo<int [4]>::bar
#
--format=gnu-v3
_Z1fIiEvi
@@ -2697,7 +2697,7 @@ typeinfo for a_class
#
--format=gnu-v3
U4_farrVKPi
-int* restrict volatile const _far
+int* const volatile restrict _far
#
--format=gnu-v3
_Z3fooILi2EEvRAplT_Li1E_i
@@ -2749,11 +2749,11 @@ f(int (* const)(int))
#
--format=gnu-v3
_Z1fAszL_ZZNK1N1A1fEvE3foo_0E_i
-f(int[sizeof(N::A::f() const::foo)])
+f(int [sizeof (N::A::f() const::foo)])
#
--format=gnu-v3
_Z1fA37_iPS_
-f(int[37], int (*) [37])
+f(int [37], int (*) [37])
#
--format=gnu-v3
_Z1fM1AFivEPS0_
@@ -2777,7 +2777,7 @@ s(int (*) [37], int (**) [37])
#
--format=gnu-v3
_Z3fooA30_A_i
-foo(int[30][])
+foo(int [30][])
#
--format=gnu-v3
_Z3kooPA28_A30_i