aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2001-11-25 15:21:58 +0000
committerAndreas Jaeger <aj@suse.de>2001-11-25 15:21:58 +0000
commit373f2697a8c05463bcf2a9214f4d1a0ea474e65b (patch)
tree472599f78a65d28b2505185c6f1676de34d69cba /gas
parentc64a28354049781c3e0a8c01fbf327a20387be69 (diff)
downloadgdb-373f2697a8c05463bcf2a9214f4d1a0ea474e65b.zip
gdb-373f2697a8c05463bcf2a9214f4d1a0ea474e65b.tar.gz
gdb-373f2697a8c05463bcf2a9214f4d1a0ea474e65b.tar.bz2
* gas/all/gas.exp (incbin): Fix condition.
Diffstat (limited to 'gas')
-rw-r--r--gas/testsuite/ChangeLog12
-rw-r--r--gas/testsuite/gas/all/gas.exp2
2 files changed, 9 insertions, 5 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog
index 0e2994a..78fc6fc 100644
--- a/gas/testsuite/ChangeLog
+++ b/gas/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2001-11-25 Andreas Jaeger <aj@suse.de>
+
+ * gas/all/gas.exp (incbin): Fix condition.
+
Fri Nov 23 09:20:43 2001 Jeffrey A Law (law@cygnus.com)
* gas/all/gas.exp (incbin): Do not run on the PA.
@@ -22,13 +26,13 @@ Fri Nov 23 09:20:43 2001 Jeffrey A Law (law@cygnus.com)
assembler, the difference is not worth the effort to fix. We'd
prefer the assembler *not* fill the section alignment.
* gas/tic54x/all-opcodes.d: Verify Lmem opcodes have proper
- length.
+ length.
* gas/tic54x/labels.s: Document differences from TI tools.
* gas/tic54x/extaddr.d: Match output.
* gas/all/gas.exp: On c54x targets, don't do any tests that use
- p2align.
+ p2align.
* gas/macros/macros.exp: Expect failure matching use of .ascii.
-
+
2001-11-12 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
* gas/mips/mips.exp: Change naming of some conditionals to reflect
@@ -44,7 +48,7 @@ Fri Nov 23 09:20:43 2001 Jeffrey A Law (law@cygnus.com)
* gas/mips/mips.exp (svr4pic): Set if target is *-*-netbsd*.
(aout): Don't set if *-*-netbsd*.
-
+
2001-11-02 NIIBE Yutaka <gniibe@m17n.org>
* gas/sh/basic.exp: For Linux, add "-big" option for the
diff --git a/gas/testsuite/gas/all/gas.exp b/gas/testsuite/gas/all/gas.exp
index 4173dec..2eb24f5 100644
--- a/gas/testsuite/gas/all/gas.exp
+++ b/gas/testsuite/gas/all/gas.exp
@@ -156,7 +156,7 @@ proc test_cond {} {
# not limited to the fact that it depends on specific section
# names appearing in the output file.
# again, p2align doesn't work on c54x target
-if { ![istarget *c54x*-*-*] ![istarget hppa*-*-*] } then {
+if { ![istarget *c54x*-*-*] && ![istarget hppa*-*-*] } then {
test_cond
run_dump_test incbin
}