diff options
author | Paul Brook <paul@codesourcery.com> | 2005-09-08 12:49:27 +0000 |
---|---|---|
committer | Paul Brook <paul@codesourcery.com> | 2005-09-08 12:49:27 +0000 |
commit | e46ad96bc255b39bcad4e178375b30025c298d0b (patch) | |
tree | ced6b7c9105920fa2de451d4d8d2a06d1c3babc3 /bfd/libbfd.h | |
parent | aec3cce9aaba97c2e45a15b44bf8ede5a821045c (diff) | |
download | gdb-e46ad96bc255b39bcad4e178375b30025c298d0b.tar.gz |
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.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/libbfd.h b/bfd/libbfd.h index fc27a3e8c8d..de939ec8c7c 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", |