OSDN Git Service

2003-05-13 H.J. Lu <hongjiu.lu@intel.com>
authorH.J. Lu <hjl@lucon.org>
Tue, 13 May 2003 16:13:28 +0000 (16:13 +0000)
committerH.J. Lu <hjl@lucon.org>
Tue, 13 May 2003 16:13:28 +0000 (16:13 +0000)
* ld-elfweak/elfweak.exp: Fix typo.

ld/testsuite/ChangeLog
ld/testsuite/ld-elfweak/elfweak.exp

index 91642a7..9382901 100644 (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*.
index d8ac895..fda1b37 100644 (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] \