aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-elfvsb
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2001-01-01 14:52:34 +0000
committerPhil Blundell <philb@gnu.org>2001-01-01 14:52:34 +0000
commit4f38fc1c6c4fcc240710d8b2dc3884b6026d8706 (patch)
treeb49a137807eb474fdd2e7e99afde87ce801451be /ld/testsuite/ld-elfvsb
parentca6489f9587f31b58c30ba4c06d3276f61c61176 (diff)
downloadgdb-4f38fc1c6c4fcc240710d8b2dc3884b6026d8706.zip
gdb-4f38fc1c6c4fcc240710d8b2dc3884b6026d8706.tar.gz
gdb-4f38fc1c6c4fcc240710d8b2dc3884b6026d8706.tar.bz2
2001-01-01 Philip Blundell <philb@gnu.org>
* ld-elfvers/vers.exp: Run test on Linux/ARM. * ld-elfvsb/elfvsb.exp: Likewise. * ld-shared/shared.exp: Likewise.
Diffstat (limited to 'ld/testsuite/ld-elfvsb')
-rw-r--r--ld/testsuite/ld-elfvsb/elfvsb.exp3
1 files changed, 2 insertions, 1 deletions
diff --git a/ld/testsuite/ld-elfvsb/elfvsb.exp b/ld/testsuite/ld-elfvsb/elfvsb.exp
index 134faeb..500bc84 100644
--- a/ld/testsuite/ld-elfvsb/elfvsb.exp
+++ b/ld/testsuite/ld-elfvsb/elfvsb.exp
@@ -1,5 +1,5 @@
# Expect script for ld-visibility tests
-# Copyright (C) 2000 Free Software Foundation
+# Copyright (C) 2000, 2001 Free Software Foundation
#
# This file is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -32,6 +32,7 @@ if { ![istarget i386-*-linux*] \
&& ![istarget i686-*-linux*] \
&& ![istarget m68k-*-linux*] \
&& ![istarget powerpc-*-linux*] \
+ && ![istarget arm*-*-linux*] \
&& ![istarget sparc*-*-linux*] } {
return
}