diff options
Diffstat (limited to 'ld/testsuite')
-rw-r--r-- | ld/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | ld/testsuite/ld-elfvers/vers.exp | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index dadad1e..e590148 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2001-05-25 Alan Modra <amodra@one.net.au> + + * ld-elfvers/vers.exp: Replace linuxoldld with linux*oldld and + linuxaout with linux*aout. + 2001-05-24 H.J. Lu <hjl@gnu.org> * ld-scripts/phdrs.exp: Add sparc64 to 64 bit platform. diff --git a/ld/testsuite/ld-elfvers/vers.exp b/ld/testsuite/ld-elfvers/vers.exp index a986dda..3f1006c 100644 --- a/ld/testsuite/ld-elfvers/vers.exp +++ b/ld/testsuite/ld-elfvers/vers.exp @@ -44,9 +44,9 @@ if { ![istarget i?86-*-sysv4*] \ return } -if { [istarget i?86-*-linuxaout*] \ - || [istarget i?86-*-linuxoldld*] \ - || [istarget m68k-*-linuxaout*] } { +if { [istarget i?86-*-linux*aout*] \ + || [istarget i?86-*-linux*oldld*] \ + || [istarget m68k-*-linux*aout*] } { return } |