diff options
author | Ian Lance Taylor <ian@airs.com> | 1999-06-12 10:47:08 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1999-06-12 10:47:08 +0000 |
commit | 99c262f8b0b724b4132b3f6859945dc0ec14b822 (patch) | |
tree | 017a7ab8b8816501092feb8675af7885063ccf8c /ld/testsuite/ld-shared | |
parent | 966d5bec041352b4d666aaf45593d6864a61b119 (diff) | |
download | gdb-99c262f8b0b724b4132b3f6859945dc0ec14b822.zip gdb-99c262f8b0b724b4132b3f6859945dc0ec14b822.tar.gz gdb-99c262f8b0b724b4132b3f6859945dc0ec14b822.tar.bz2 |
* ld-scripts/phdrs.exp: Change target check from "*-*-linuxaout*"
to "*-*-linux*aout*".
* ld-scripts/weak.exp: Likewise.
* ld-shared/shared.exp: Likewise. Simplify condition a bit.
Diffstat (limited to 'ld/testsuite/ld-shared')
-rw-r--r-- | ld/testsuite/ld-shared/shared.exp | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/ld/testsuite/ld-shared/shared.exp b/ld/testsuite/ld-shared/shared.exp index 8939c3d..f8f1479 100644 --- a/ld/testsuite/ld-shared/shared.exp +++ b/ld/testsuite/ld-shared/shared.exp @@ -52,13 +52,8 @@ if { ![istarget i386-*-sysv4*] \ return } -if { [istarget i386-*-linuxaout*] \ - || [istarget i486-*-linuxaout*] \ - || [istarget i586-*-linuxaout*] \ - || [istarget i386-*-linuxoldld*] \ - || [istarget i486-*-linuxoldld*] \ - || [istarget i586-*-linuxoldld*] \ - || [istarget m68k-*-linuxaout*] } { +if { [istarget *-*-linux*aout*] \ + || [istarget *-*-linux*oldld*] } { return } |