diff options
-rw-r--r-- | ld/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | ld/testsuite/ld-elfweak/elfweak.exp | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 91642a7..9382901 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2003-05-13 H.J. Lu <hongjiu.lu@intel.com> + + * ld-elfweak/elfweak.exp: Fix typo. + 2003-05-13 Kaz Kojima <kkojima@rr.iij4u.or.jp> * ld-elfvers/vers.exp: Run on sh[34]*-*-linux*. diff --git a/ld/testsuite/ld-elfweak/elfweak.exp b/ld/testsuite/ld-elfweak/elfweak.exp index d8ac8957..fda1b37 100644 --- a/ld/testsuite/ld-elfweak/elfweak.exp +++ b/ld/testsuite/ld-elfweak/elfweak.exp @@ -25,9 +25,9 @@ if ![isnative] then {return} # This test can only be run on a couple of ELF platforms. # Square bracket expressions seem to confuse istarget. # This is similar to the test that is used in ld-shared, BTW. -if { ![istarget alpha*-*-linux*] } { +if { ![istarget alpha*-*-linux*] \ && ![istarget arm*-*-linux*] \ - && ![istarget hppa*64*-*-hpux*] \ + && ![istarget hppa*64*-*-hpux*] \ && ![istarget hppa*-*-linux*] \ && ![istarget i?86-*-sysv4*] \ && ![istarget i?86-*-unixware] \ |