summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/m68k/all.exp
diff options
context:
space:
mode:
authorTristan Gingold <gingold@adacore.com>2010-08-02 08:48:57 +0000
committerTristan Gingold <gingold@adacore.com>2010-08-02 08:48:57 +0000
commitb27423bb543a28c11bdfb63dc5ea978a4a637f67 (patch)
tree7abb7fa09f24458131468632c7deba6c6a982963 /gas/testsuite/gas/m68k/all.exp
parentcd94c7fbb313d35a2c276f7c6d3b269e2452f715 (diff)
downloadbinutils-gdb-b27423bb543a28c11bdfb63dc5ea978a4a637f67.tar.gz
2010-08-02 Tristan Gingold <gingold@adacore.com>
* lib/gas-defs.exp (get_standard_section_names): New function. (run_dump_tests): Document the new behavior for objdump, document to new section-subst option. Automatically perform substitutions for objdump. (objdump_finish): Add REF_SUBST argument. (run_list_test): Adjust call of regexp_diff. (run_list_test_stdin): Ditto. * gas/all/gas.exp (test_cond): Adjust call of regexp_diff. * gas/symver/symver.exp (run_error_test): Ditto. * gas/mt/relocs.exp (regexp_test): Ditto. * gas/mep/complex-relocs.exp (regexp_test): Ditto. * gas/m68k/all.exp: Ditto. * gas/elf/elf.exp (run_elf_list_test): Ditto. * gas/rx/rx-asm-good.d: Set section-subst to no.
Diffstat (limited to 'gas/testsuite/gas/m68k/all.exp')
-rw-r--r--gas/testsuite/gas/m68k/all.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/testsuite/gas/m68k/all.exp b/gas/testsuite/gas/m68k/all.exp
index feb33a4fce5..53fa62c3a84 100644
--- a/gas/testsuite/gas/m68k/all.exp
+++ b/gas/testsuite/gas/m68k/all.exp
@@ -83,7 +83,7 @@ if { [istarget m68*-*-*] || [istarget fido*-*-*] } then {
verbose "$comp_output" 3
fail $testname
} else {
- if [regexp_diff "err.out" "$srcdir/$subdir/op68000.d"] then {
+ if [regexp_diff "err.out" "$srcdir/$subdir/op68000.d" ""] then {
fail $testname
} else {
pass $testname