aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2003-05-13 16:13:28 +0000
committerH.J. Lu <hjl.tools@gmail.com>2003-05-13 16:13:28 +0000
commit5c449c3fa673077d0395f0f76346bf2d96869030 (patch)
tree083a1eebfef678e1c4ff66f6b2a027f5c3e1f8d9 /ld
parent4575263c630c9bec89e2ad512e67a8dd41784af7 (diff)
downloadgdb-5c449c3fa673077d0395f0f76346bf2d96869030.zip
gdb-5c449c3fa673077d0395f0f76346bf2d96869030.tar.gz
gdb-5c449c3fa673077d0395f0f76346bf2d96869030.tar.bz2
2003-05-13 H.J. Lu <hongjiu.lu@intel.com>
* ld-elfweak/elfweak.exp: Fix typo.
Diffstat (limited to 'ld')
-rw-r--r--ld/testsuite/ChangeLog4
-rw-r--r--ld/testsuite/ld-elfweak/elfweak.exp4
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] \