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:
Phil Blundell 2003-04-03 00:25:02 +00:00
parent 4313689990
commit 8fbf1ae596
3 changed files with 12 additions and 0 deletions

View File

@ -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>
* gas/mips/ulh.d: Adjust for ulh and ulhu macro assembly changes.

View File

@ -67,6 +67,8 @@ if {[istarget *arm*-*-*] || [istarget "xscale-*-*"]} then {
if {[istarget *-*-elf*] || [istarget *-*-linux*]} then {
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

View File

@ -0,0 +1,5 @@
@ test for OFFSET_IMM reloc against global symbols
.globl foo
foo: .word 0
ldr r0, foo