diff options
author | Paul Brook <paul@codesourcery.com> | 2005-07-21 13:11:28 +0000 |
---|---|---|
committer | Paul Brook <paul@codesourcery.com> | 2005-07-21 13:11:28 +0000 |
commit | c160f130d2562e4eefd0a3e3ddaa01dc51381b29 (patch) | |
tree | 2a2f5ac9b8f8ad595fe8f4f9310e9dce43cf707c /gas/config/tc-arm.c | |
parent | 5d426ff1d313c5f09f70a2c5e430b4d287ab232d (diff) | |
download | gdb-c160f130d2562e4eefd0a3e3ddaa01dc51381b29.zip gdb-c160f130d2562e4eefd0a3e3ddaa01dc51381b29.tar.gz gdb-c160f130d2562e4eefd0a3e3ddaa01dc51381b29.tar.bz2 |
2005-07-21 Paul Brook <paul@codesourcery.com>
gas/
* config/tc-arm.c (encode_thumb32_addr_mode): Don't set
inst.reloc.pc_rel.
gas/testsuite/
* gas/arm/thumb32.s: Add tests for [pc, #imm] addressing modes.
* gas/arm/thumb32.d: Ditto.
Diffstat (limited to 'gas/config/tc-arm.c')
-rw-r--r-- | gas/config/tc-arm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gas/config/tc-arm.c b/gas/config/tc-arm.c index dfdf7b5..0c9911f 100644 --- a/gas/config/tc-arm.c +++ b/gas/config/tc-arm.c @@ -5667,7 +5667,6 @@ encode_thumb32_addr_mode (int i, bfd_boolean is_t, bfd_boolean is_d) inst.instruction |= 0x00000100; } inst.reloc.type = BFD_RELOC_ARM_T32_OFFSET_IMM; - inst.reloc.pc_rel = is_pc; } else if (inst.operands[i].postind) { |