diff options
author | Alan Modra <amodra@gmail.com> | 2001-05-25 07:21:01 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2001-05-25 07:21:01 +0000 |
commit | c709b09623de19e3f904bf512d59fea102e2b077 (patch) | |
tree | 6445bd07fafa7d19c6116e4cf6a2a7e3bd9c66c6 /ld/testsuite | |
parent | f34d8777ddf046a9ea09dc3b43645971d3ff34e5 (diff) | |
download | gdb-c709b09623de19e3f904bf512d59fea102e2b077.zip gdb-c709b09623de19e3f904bf512d59fea102e2b077.tar.gz gdb-c709b09623de19e3f904bf512d59fea102e2b077.tar.bz2 |
s/linuxaout/linux*aout/, s/linuxoldld/linux*oldld/
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 } |