diff options
author | Alan Modra <amodra@gmail.com> | 2010-11-18 06:57:57 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2010-11-18 06:57:57 +0000 |
commit | 99753d9d70bc219217ea4045eebf8ecb778720ac (patch) | |
tree | 40c7bd56631b2d80597620f1fc8ffc637fab6b41 /ld/testsuite/ld-discard | |
parent | bd0d264f1b72b28240dfcf64e10bade5f8cfec37 (diff) | |
download | gdb-99753d9d70bc219217ea4045eebf8ecb778720ac.zip gdb-99753d9d70bc219217ea4045eebf8ecb778720ac.tar.gz gdb-99753d9d70bc219217ea4045eebf8ecb778720ac.tar.bz2 |
* ld-elf/binutils.exp: Correct x86 gnu target match.
* ld-i386/i386.exp: Likewise.
* ld-ifunc/binutils.exp: Likewise.
* ld-ifunc/ifunc.exp: Likewise.
* ld-discard/discard.exp: Remove unnecessary line continuations.
* ld-elfvers/vers.exp: Likewise. Simplify linuxaout and linuxoldld
test.
* ld-elfweak/elfweak.exp: Likewise.
Diffstat (limited to 'ld/testsuite/ld-discard')
-rw-r--r-- | ld/testsuite/ld-discard/discard.exp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ld/testsuite/ld-discard/discard.exp b/ld/testsuite/ld-discard/discard.exp index c2e032e..f1038cd 100644 --- a/ld/testsuite/ld-discard/discard.exp +++ b/ld/testsuite/ld-discard/discard.exp @@ -25,14 +25,14 @@ # Test for ELF here, so we don't have to qualify on ELF specifically # in every .d-file. -if { ![istarget *-*-linux*] \ - && ![istarget *-*-gnu*] \ - && ![istarget hppa*64*-*-hpux*] \ +if { ![istarget *-*-linux*] + && ![istarget *-*-gnu*] + && ![istarget hppa*64*-*-hpux*] && ![istarget *-*-elf] } { return } -if { [istarget *-*-linux*aout*] \ +if { [istarget *-*-linux*aout*] || [istarget *-*-linux*oldld*] } { return } |