aboutsummaryrefslogtreecommitdiff
path: root/bfd/libbfd.h
diff options
context:
space:
mode:
authorPaul Brook <paul@codesourcery.com>2005-07-29 17:39:39 +0000
committerPaul Brook <paul@codesourcery.com>2005-07-29 17:39:39 +0000
commite9f89963c40811550748184d4792d70336f1fcc8 (patch)
tree217954362e92f7af6dcb15bc30d7fa169c45e25c /bfd/libbfd.h
parent92e90b6eb3b2c77ecc6b93fe96f0896b24039ec2 (diff)
downloadfsf-binutils-gdb-e9f89963c40811550748184d4792d70336f1fcc8.zip
fsf-binutils-gdb-e9f89963c40811550748184d4792d70336f1fcc8.tar.gz
fsf-binutils-gdb-e9f89963c40811550748184d4792d70336f1fcc8.tar.bz2
2005-07-29 Paul Brook <paul@codesourcery.com>
bfd/ * reloc.c: Add BFD_RELOC_ARM_T32_ADD_PC12. * bfd-in2.h: Regenerate. * libbfd.h: Regenerate. gas/ * config/tc-arm.c (T16_32_TAB): Add "addr". Fix encoding of push and pop. (do_t_addr): Implement 32-bit variant. (do_t_push_pop): Make some errors warnings. Handle single register 32-bit case. (insns): Use tCE for adr. (md_pcrel_from_section): Handle BFD_RELOC_ARM_T32_ADD_PC12. (md_apply_fix): Ditto. gas/testsuite/ * gas/arm/thumb32.d: Fix expected output for writeback addressing modes. Add single high reg push/pop test. * gas/asm/thumb32.s: Add single high reg push/pop test. opcodes/ * arm-dis.c: Fix disassebly of thumb2 writeback addressing modes.
Diffstat (limited to 'bfd/libbfd.h')
-rw-r--r--bfd/libbfd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/libbfd.h b/bfd/libbfd.h
index 51aa3c9..62173e0 100644
--- a/bfd/libbfd.h
+++ b/bfd/libbfd.h
@@ -1212,6 +1212,7 @@ static const char *const bfd_reloc_code_real_names[] = { "@@uninitialized@@",
"BFD_RELOC_ARM_ADRL_IMMEDIATE",
"BFD_RELOC_ARM_T32_IMMEDIATE",
"BFD_RELOC_ARM_T32_IMM12",
+ "BFD_RELOC_ARM_T32_ADD_PC12",
"BFD_RELOC_ARM_SHIFT_IMM",
"BFD_RELOC_ARM_SMI",
"BFD_RELOC_ARM_SWI",