From: H.J. Lu Date: Tue, 13 May 2003 16:13:28 +0000 (+0000) Subject: 2003-05-13 H.J. Lu X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5c449c3fa673077d0395f0f76346bf2d96869030;p=binutils-gdb.git 2003-05-13 H.J. Lu * ld-elfweak/elfweak.exp: Fix typo. --- diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 91642a7ca10..93829019b6e 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2003-05-13 H.J. Lu + + * ld-elfweak/elfweak.exp: Fix typo. + 2003-05-13 Kaz Kojima * 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 d8ac8957827..fda1b37ea10 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] \