[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.
This commit is contained in:
parent
f621ad3c4b
commit
f89a23cfc9
4 changed files with 9 additions and 3 deletions
|
@ -1,3 +1,9 @@
|
|||
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.
|
||||
|
|
|
@ -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-*-*"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#objdump: -rsj .data
|
||||
#name: .equ redefinitions (3)
|
||||
#not-target: arc*-*-* *-*darwin*
|
||||
#not-target: *-*darwin*
|
||||
|
||||
.*: .*
|
||||
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue