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 | 3eb17e6bd2ee08d2c08644bc141cd29005f6a266 (patch) | |
tree | c9043d86636ade9a62cc4c86270124365ca50ed9 /gas/ChangeLog | |
parent | d7f1af96dc7083906ac73d205b889c5ece00d9d0 (diff) | |
download | gdb-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 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 180ae68..8162ec9 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,11 @@ +2005-09-08 Paul Brook <paul@codesourcery.com> + + * 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. + 2005-09-07 Richard Henderson <rth@redhat.com> * dwarf2dbg.c (dwarf2_where): Set line->isa. |