* gas/arm/offset.s: New test.
* gas/arm/arm.exp (run_errors_test): Run it.
+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.
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
--- /dev/null
+@ test for OFFSET_IMM reloc against global symbols
+
+.globl foo
+foo: .word 0
+ldr r0, foo