diff options
author | Phil Blundell <philb@gnu.org> | 2001-01-01 14:52:34 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2001-01-01 14:52:34 +0000 |
commit | 4f38fc1c6c4fcc240710d8b2dc3884b6026d8706 (patch) | |
tree | b49a137807eb474fdd2e7e99afde87ce801451be /ld/testsuite/ld-shared | |
parent | ca6489f9587f31b58c30ba4c06d3276f61c61176 (diff) | |
download | gdb-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-shared')
-rw-r--r-- | ld/testsuite/ld-shared/shared.exp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ld/testsuite/ld-shared/shared.exp b/ld/testsuite/ld-shared/shared.exp index fd01aa4..64ed233 100644 --- a/ld/testsuite/ld-shared/shared.exp +++ b/ld/testsuite/ld-shared/shared.exp @@ -1,5 +1,5 @@ # Expect script for ld-shared tests -# Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 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 @@ -48,6 +48,7 @@ if { ![istarget i386-*-sysv4*] \ && ![istarget sparc*-*-solaris2*] \ && ![istarget sparc*-*-sunos4*] \ && ![istarget sparc*-*-linux*] \ + && ![istarget arm*-*-linux*] \ && ![istarget rs6000*-*-aix*] \ && ![istarget powerpc*-*-aix*] } { return |