mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 04:49:54 +08:00
2003-04-03 Philip Blundell <philb@gnu.org>
* gas/arm/offset.s: New test. * gas/arm/arm.exp (run_errors_test): Run it.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2003-04-03 Philip Blundell <philb@gnu.org>
|
||||||
|
|
||||||
|
* gas/arm/offset.s: New test.
|
||||||
|
* gas/arm/arm.exp (run_errors_test): Run it.
|
||||||
|
|
||||||
2003-04-02 Chris Demetriou <cgd@broadcom.com>
|
2003-04-02 Chris Demetriou <cgd@broadcom.com>
|
||||||
|
|
||||||
* gas/mips/ulh.d: Adjust for ulh and ulhu macro assembly changes.
|
* gas/mips/ulh.d: Adjust for ulh and ulhu macro assembly changes.
|
||||||
|
@ -67,6 +67,8 @@ if {[istarget *arm*-*-*] || [istarget "xscale-*-*"]} then {
|
|||||||
if {[istarget *-*-elf*] || [istarget *-*-linux*]} then {
|
if {[istarget *-*-elf*] || [istarget *-*-linux*]} then {
|
||||||
run_dump_test "pic"
|
run_dump_test "pic"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
gas_test "offset.s" "" $stdoptlist "OFFSET_IMM regression"
|
||||||
}
|
}
|
||||||
|
|
||||||
# Not all arm targets are bi-endian, so only run this test on ones
|
# Not all arm targets are bi-endian, so only run this test on ones
|
||||||
|
5
gas/testsuite/gas/arm/offset.s
Normal file
5
gas/testsuite/gas/arm/offset.s
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
@ test for OFFSET_IMM reloc against global symbols
|
||||||
|
|
||||||
|
.globl foo
|
||||||
|
foo: .word 0
|
||||||
|
ldr r0, foo
|
Reference in New Issue
Block a user