aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorClaudiu Zissulescu <claziss@synopsys.com>2016-03-30 16:21:25 +0200
committerClaudiu Zissulescu <claziss@synopsys.com>2016-03-30 16:21:25 +0200
commitf89a23cfc9abf44c8ad820548ea77d8d7b0c35b9 (patch)
tree8a3a5e7e534830eb9a3b4a68757f1793e945bc77 /gas
parentf621ad3c4b3cf1d2e686ca24ae940310cc5c5d98 (diff)
downloadgdb-f89a23cfc9abf44c8ad820548ea77d8d7b0c35b9.zip
gdb-f89a23cfc9abf44c8ad820548ea77d8d7b0c35b9.tar.gz
gdb-f89a23cfc9abf44c8ad820548ea77d8d7b0c35b9.tar.bz2
[ARC] Allow equ redefintion tests for ARC.
gas/ 2016-03-30 Claudiu Zissulescu <claziss@synopsys.com> * testsuite/gas/all/gas.exp: Don't xfail on ARC. * testsuite/gas/elf/elf.exp: Likewise. * testsuite/gas/all/redef3.d: Allow execution for ARC.
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog6
-rw-r--r--gas/testsuite/gas/all/gas.exp2
-rw-r--r--gas/testsuite/gas/all/redef3.d2
-rw-r--r--gas/testsuite/gas/elf/elf.exp2
4 files changed, 9 insertions, 3 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index adb1eed..4fecbe5 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,11 @@
2016-03-30 Claudiu Zissulescu <claziss@synopsys.com>
+ * testsuite/gas/all/gas.exp: Don't xfail on ARC.
+ * testsuite/gas/elf/elf.exp: Likewise.
+ * testsuite/gas/all/redef3.d: Allow execution for ARC.
+
+2016-03-30 Claudiu Zissulescu <claziss@synopsys.com>
+
* testsuite/gas/arc/warn.exp: Fix matching pattern.
2016-03-29 Claudiu Zissulescu <claziss@synopsys.com>
diff --git a/gas/testsuite/gas/all/gas.exp b/gas/testsuite/gas/all/gas.exp
index 08f5236..5c71c1c 100644
--- a/gas/testsuite/gas/all/gas.exp
+++ b/gas/testsuite/gas/all/gas.exp
@@ -152,7 +152,7 @@ case $target_triplet in {
run_dump_test redef
# These targets fail redef2 because they disallow redefined
# symbols on relocs.
- setup_xfail "m68hc1*-*-*" "m6811-*-*" "m6812-*-*" "arc*-*-*"
+ setup_xfail "m68hc1*-*-*" "m6811-*-*" "m6812-*-*"
setup_xfail "rx-*-*" "vax*-*-*" "xgate*-*-*" "z8k-*-*"
run_dump_test redef2
setup_xfail "m68hc1*-*-*" "m6811-*-*" "m6812-*-*"
diff --git a/gas/testsuite/gas/all/redef3.d b/gas/testsuite/gas/all/redef3.d
index f5bdb46..2ca3a01 100644
--- a/gas/testsuite/gas/all/redef3.d
+++ b/gas/testsuite/gas/all/redef3.d
@@ -1,6 +1,6 @@
#objdump: -rsj .data
#name: .equ redefinitions (3)
-#not-target: arc*-*-* *-*darwin*
+#not-target: *-*darwin*
.*: .*
diff --git a/gas/testsuite/gas/elf/elf.exp b/gas/testsuite/gas/elf/elf.exp
index bde875b..e4ca205 100644
--- a/gas/testsuite/gas/elf/elf.exp
+++ b/gas/testsuite/gas/elf/elf.exp
@@ -150,7 +150,7 @@ if { [is_elf_format] } then {
# against ordinary symbols into relocations against section symbols.
# This is usually revealed by the error message:
# symbol `sym' required but not present
- setup_xfail "m681*-*-*" "m68hc*-*-*" "arc*-*-*"
+ setup_xfail "m681*-*-*" "m68hc*-*-*"
run_dump_test redef
run_dump_test equ-reloc
}