aboutsummaryrefslogtreecommitdiff
path: root/bfd/bfd-in2.h
diff options
context:
space:
mode:
authorPaul Brook <paul@codesourcery.com>2005-09-08 12:49:27 +0000
committerPaul Brook <paul@codesourcery.com>2005-09-08 12:49:27 +0000
commit3eb17e6bd2ee08d2c08644bc141cd29005f6a266 (patch)
treec9043d86636ade9a62cc4c86270124365ca50ed9 /bfd/bfd-in2.h
parentd7f1af96dc7083906ac73d205b889c5ece00d9d0 (diff)
downloadgdb-3eb17e6bd2ee08d2c08644bc141cd29005f6a266.zip
gdb-3eb17e6bd2ee08d2c08644bc141cd29005f6a266.tar.gz
gdb-3eb17e6bd2ee08d2c08644bc141cd29005f6a266.tar.bz2
2005-09-08 Paul Brook <paul@codesourcery.com>
bfd/ * reloc.c: Rename BFD_RELOC_ARM_SMI to BFD_RELOC_ARM_SMC. * bfd-in2.h: Regenerate. * libbfd.h: Regenerate. opcodes/ * arm-dis.c (arm_opcodes, thumb32_opcodes): Rename smi to smc. gas/ * config/tc-arm.c (do_smi, do_t_smi): Rename ... (do_smc, do_t_smc): ... to this. (insns): Remane smi to smc. (md_apply_fix, tc_gen_reloc): Rename BFD_RELOC_ARM_SMI to BFD_RELOC_ARM_SMC. gas/testsuite/ * gas/arm/arch6zk.d: Rename smi to smc. * gas/arm/arch6zk.s: Ditto. * gas/arm/thumb32.d: Ditto. * gas/arm/thumb32.s: Ditto.
Diffstat (limited to 'bfd/bfd-in2.h')
-rw-r--r--bfd/bfd-in2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h
index 07ca098..807c229 100644
--- a/bfd/bfd-in2.h
+++ b/bfd/bfd-in2.h
@@ -2876,7 +2876,7 @@ pc-relative or some form of GOT-indirect relocation. */
BFD_RELOC_ARM_T32_IMM12,
BFD_RELOC_ARM_T32_ADD_PC12,
BFD_RELOC_ARM_SHIFT_IMM,
- BFD_RELOC_ARM_SMI,
+ BFD_RELOC_ARM_SMC,
BFD_RELOC_ARM_SWI,
BFD_RELOC_ARM_MULTI,
BFD_RELOC_ARM_CP_OFF_IMM,