diff options
author | Phil Blundell <philb@gnu.org> | 2001-01-03 09:51:52 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2001-01-03 09:51:52 +0000 |
commit | 2ffd68ef6e0e54ad09e316ced42a9f4c3397b976 (patch) | |
tree | 05211845cf6a514f55d9e66700db49ef3c8785ff /ld/testsuite/ld-shared | |
parent | d19b71becfea1edf90f911d59a91f50b13fcac2f (diff) | |
download | gdb-2ffd68ef6e0e54ad09e316ced42a9f4c3397b976.zip gdb-2ffd68ef6e0e54ad09e316ced42a9f4c3397b976.tar.gz gdb-2ffd68ef6e0e54ad09e316ced42a9f4c3397b976.tar.bz2 |
2001-01-03 Philip Blundell <pb@futuretv.com>
* ld-elfvsb/elfvsb.exp: Run test on Linux/Alpha.
* ld-shared/shared.exp: Likewise.
Diffstat (limited to 'ld/testsuite/ld-shared')
-rw-r--r-- | ld/testsuite/ld-shared/shared.exp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ld/testsuite/ld-shared/shared.exp b/ld/testsuite/ld-shared/shared.exp index 64ed233..db33937 100644 --- a/ld/testsuite/ld-shared/shared.exp +++ b/ld/testsuite/ld-shared/shared.exp @@ -49,6 +49,7 @@ if { ![istarget i386-*-sysv4*] \ && ![istarget sparc*-*-sunos4*] \ && ![istarget sparc*-*-linux*] \ && ![istarget arm*-*-linux*] \ + && ![istarget alpha*-*-linux*] \ && ![istarget rs6000*-*-aix*] \ && ![istarget powerpc*-*-aix*] } { return |