gas: fix tests call-relax and asi-bump-warn in 32-bit SPARC ELF targets
Tested in targets: sparc-aout sparc-linux sparc-vxworks sparc64-linux 2017-05-19 Jose E. Marchesi <jose.marchesi@oracle.com> * testsuite/gas/sparc/call-relax.d: Support 32-bit targets. * testsuite/gas/sparc/sparc.exp (gas_64_check): Use -64 to run asi-bump-warn.
This commit is contained in:
parent
f4203b2b88
commit
ae0264a647
|
@ -1,3 +1,9 @@
|
|||
2017-05-19 Jose E. Marchesi <jose.marchesi@oracle.com>
|
||||
|
||||
* testsuite/gas/sparc/call-relax.d: Support 32-bit targets.
|
||||
* testsuite/gas/sparc/sparc.exp (gas_64_check): Use -64 to
|
||||
run asi-bump-warn.
|
||||
|
||||
2017-05-19 Georg-Johann Lay <avr@gjlay.de>
|
||||
|
||||
PR ld/21472
|
||||
|
|
|
@ -8,7 +8,7 @@ Disassembly of section .text:
|
|||
|
||||
0+ <foo>:
|
||||
0: 31 00 00 00 sethi %hi\(0\), %i0
|
||||
4: 10 68 00 02 b %xcc, c <bar>
|
||||
4: 10 (68|80) 00 02 b (%xcc, )?c <bar>
|
||||
8: 91 ee 20 00 restore %i0, 0, %o0
|
||||
|
||||
0+c <bar>:
|
||||
|
|
|
@ -96,7 +96,7 @@ if [istarget sparc*-*-*] {
|
|||
run_dump_test "plt64"
|
||||
run_dump_test "gotop64"
|
||||
run_list_test "hwcaps-bump" "-64 -bump"
|
||||
run_list_test "asi-bump-warn" "-bump"
|
||||
run_list_test "asi-bump-warn" "-64 -bump"
|
||||
run_list_test "asi-arch-error" "-Av9"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue