summaryrefslogtreecommitdiff
blob: 2fc380f603587d8508ba7a872023be4f8b54d02f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- binutils-2.13.90.0.10/ld/testsuite/ld-selective/selective.exp.x86_64-testsuite	2002-08-14 19:35:11.000000000 +0200
+++ binutils-2.13.90.0.10/ld/testsuite/ld-selective/selective.exp	2002-11-15 15:22:22.000000000 +0100
@@ -50,11 +50,11 @@ if {[istarget "alpha*-*-*"]} {
 #
 # FIXME: Instead of table, read settings from each source-file.
 set seltests {
-  {selective1 C   1.c  {}       {}    {dropme1 dropme2} {alpha*-*}}
-  {selective2 C   2.c  {}       {}    {foo} {alpha*-* mips*-*}}
+  {selective1 C   1.c  {}       {}    {dropme1 dropme2} {alpha*-* x86_64*-*}}
+  {selective2 C   2.c  {}       {}    {foo} {alpha*-* mips*-* x86_64*-*}}
   {selective3 C   2.c  {-u foo} {foo} {{foo 0}} {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*-*}}
+  {selective4 C++ 3.cc {}       {start a A::foo() B::foo()} {A::bar()} {alpha*-*  mips*-* x86_64*-*}}
+  {selective5 C++ 4.cc {}       {start a A::bar()} {A::foo() B::foo()} {alpha*-*  mips*-* x86_64*-*}}
   {selective6 C++ 5.cc {}       {start a A::bar()}
     {A::foo() B::foo() dropme1() dropme2()} {*-*-*}}
 }