aboutsummaryrefslogtreecommitdiff
path: root/bfd/libbfd.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/libbfd.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/libbfd.h')
-rw-r--r--bfd/libbfd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/libbfd.h b/bfd/libbfd.h
index fc27a3e..de939ec 100644
--- a/bfd/libbfd.h
+++ b/bfd/libbfd.h
@@ -1214,7 +1214,7 @@ static const char *const bfd_reloc_code_real_names[] = { "@@uninitialized@@",
"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",