2003-05-13 H.J. Lu <hongjiu.lu@intel.com>

* ld-elfweak/elfweak.exp: Fix typo.
This commit is contained in:
H.J. Lu 2003-05-13 16:13:28 +00:00
parent 4575263c63
commit 5c449c3fa6
2 changed files with 6 additions and 2 deletions

View file

@ -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*.

View file

@ -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] \