aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2001-07-27 17:48:27 +0000
committerH.J. Lu <hjl.tools@gmail.com>2001-07-27 17:48:27 +0000
commite0d85c264549f94460164b2bf4e45666edac81ae (patch)
tree97990c42707253b527508dff3c3b66a157a5ade8
parent2db5ca22ef3c978f349737317a55a732e02f5ad1 (diff)
downloadgdb-e0d85c264549f94460164b2bf4e45666edac81ae.zip
gdb-e0d85c264549f94460164b2bf4e45666edac81ae.tar.gz
gdb-e0d85c264549f94460164b2bf4e45666edac81ae.tar.bz2
2001-07-27 H.J. Lu <hjl@gnu.org>
* ld-selective/selective.exp: Fix the error in the last change.
-rw-r--r--ld/testsuite/ChangeLog4
-rw-r--r--ld/testsuite/ld-selective/selective.exp4
2 files changed, 6 insertions, 2 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog
index 3a4ed36..0ab086f 100644
--- a/ld/testsuite/ChangeLog
+++ b/ld/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2001-07-27 H.J. Lu <hjl@gnu.org>
+
+ * ld-selective/selective.exp: Fix the error in the last change.
+
2001-07-24 Loren J. Rittle <ljrittle@acm.org>
* ld-selective/selective.exp: Support g++ V3 ABI (along side
diff --git a/ld/testsuite/ld-selective/selective.exp b/ld/testsuite/ld-selective/selective.exp
index 34ea32d..5620e29 100644
--- a/ld/testsuite/ld-selective/selective.exp
+++ b/ld/testsuite/ld-selective/selective.exp
@@ -41,8 +41,8 @@ set seltests {
{selective1 C 1.c {} {} {dropme1 dropme2} {alpha*-*}}
{selective2 C 2.c {} {} {foo} {alpha*-* mips*-*}}
{selective3 C 2.c {-u foo} {foo} {{foo 0}} {mips*-*}}
- {selective4 C++ 3.cc {} {start a A::foo() B::foo()} {A::bar()} {mips*-*}}
- {selective5 C++ 4.cc {} {start a A::bar()} {A::foo() B::foo()} {mips*-*}}
+ {selective4 C++ 3.cc {} {start a A::foo() B::foo()} {A::bar()} {alpha*-* mips*-*}}
+ {selective5 C++ 4.cc {} {start a A::bar()} {A::foo() B::foo()} {alpha*-* mips*-*}}
{selective6 C++ 5.cc {} {start a A::bar()}
{A::foo() B::foo() dropme1() dropme2()} {*-*-*}}
}