aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-shared/shared.exp
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2002-07-30 07:41:15 +0000
committerAlan Modra <amodra@gmail.com>2002-07-30 07:41:15 +0000
commit19c7c5822243dbcbd867de476f910fb746e5aa09 (patch)
tree2042d40466e42dbacbde3b7d5b6ab9229f6d1b6f /ld/testsuite/ld-shared/shared.exp
parent0c24a63fe308fef03ac58f5ed5fe709e99b01f2a (diff)
downloadgdb-19c7c5822243dbcbd867de476f910fb746e5aa09.zip
gdb-19c7c5822243dbcbd867de476f910fb746e5aa09.tar.gz
gdb-19c7c5822243dbcbd867de476f910fb746e5aa09.tar.bz2
* ld-discard/discard.exp, ld-scripts/phdrs.exp, ld-scripts/phdrs2.exp,
ld-selective/sel-dump.exp: Test hppa*64*-*-hpux* target. * ld-elfvers/vers.exp, ld-elfvsb/elfvsb.exp, ld-elfweak/elfweak.exp, ld-linkonce/linkonce.exp, ld-shared/shared.exp, ld-undefined/weak-undef.exp: Test hppa*64*-*-hpux* and hppa*-*-linux* targets. * ld-discard/exit.s, ld-discard/extern.s, ld-discard/start.s, ld-discard/static.s: Add whitespace before assembler directives.
Diffstat (limited to 'ld/testsuite/ld-shared/shared.exp')
-rw-r--r--ld/testsuite/ld-shared/shared.exp4
1 files changed, 3 insertions, 1 deletions
diff --git a/ld/testsuite/ld-shared/shared.exp b/ld/testsuite/ld-shared/shared.exp
index 645721e..dfe71dd 100644
--- a/ld/testsuite/ld-shared/shared.exp
+++ b/ld/testsuite/ld-shared/shared.exp
@@ -28,7 +28,9 @@ if ![isnative] then {return}
# This test can only be run on a couple of ELF platforms.
# Square bracket expressions seem to confuse istarget.
-if { ![istarget i?86-*-sysv4*] \
+if { ![istarget hppa*64*-*-hpux*] \
+ && ![istarget hppa*-*-linux*] \
+ && ![istarget i?86-*-sysv4*] \
&& ![istarget i?86-*-unixware] \
&& ![istarget i?86-*-elf*] \
&& ![istarget i?86-*-linux*] \