This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PATCH: Fix typo


I checked in this patch to fix a typo.


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

	* ld-elfweak/elfweak.exp: Fix typo.

--- ld-elfweak/elfweak.exp.typo	2003-05-13 08:45:34.000000000 -0700
+++ ld-elfweak/elfweak.exp	2003-05-13 09:11:08.000000000 -0700
@@ -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] \


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]