diff options
author | Richard Henderson <rth@redhat.com> | 2002-04-19 19:28:09 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 2002-04-19 19:28:09 +0000 |
commit | 212a6b8ef7ff6b7c776876c1b398197a5ca9b8dc (patch) | |
tree | 6db0bcd79d144a7cee11fe6eeefa12545aa463b1 /ld/testsuite/ld-selective | |
parent | dbf93899e05edfccce7aa63df6ec80e29b773d44 (diff) | |
download | gdb-212a6b8ef7ff6b7c776876c1b398197a5ca9b8dc.zip gdb-212a6b8ef7ff6b7c776876c1b398197a5ca9b8dc.tar.gz gdb-212a6b8ef7ff6b7c776876c1b398197a5ca9b8dc.tar.bz2 |
* ld-elfvsb/elfvsb.exp: Mirror ia64 non-pic xfails for alpha.
* ld-shared/shared.exp: Likewise.
* ld-selective/selective.exp: Disable for alpha.
* ld-undefined/undefined.exp: Add alpha to dwarf2 xfails.
Diffstat (limited to 'ld/testsuite/ld-selective')
-rw-r--r-- | ld/testsuite/ld-selective/selective.exp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/testsuite/ld-selective/selective.exp b/ld/testsuite/ld-selective/selective.exp index 2678409..902600a 100644 --- a/ld/testsuite/ld-selective/selective.exp +++ b/ld/testsuite/ld-selective/selective.exp @@ -32,6 +32,11 @@ if {[istarget "*-*-pe"]} { return } +# Alpha does not support selective linking +if {[istarget "alpha*-*-*"]} { + return +} + # List contains test-items with three items followed by four lists: # 1:name 2:test-type (CC or C++; add as needed) 3:filename 4:ld-flags # 5:must-have-symbols 6:must-not-have-symbols 7:xfail-targets. |