diff options
author | Nick Clifton <nickc@redhat.com> | 2004-01-12 15:04:05 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2004-01-12 15:04:05 +0000 |
commit | faca21e56e0b75d25a944e9a0f1e99f30230bc1a (patch) | |
tree | e2305efa414139980df812603393645fdaee663d /bfd | |
parent | ca9a79a174a35d35d26724cdc223facb1c913700 (diff) | |
download | gdb-faca21e56e0b75d25a944e9a0f1e99f30230bc1a.zip gdb-faca21e56e0b75d25a944e9a0f1e99f30230bc1a.tar.gz gdb-faca21e56e0b75d25a944e9a0f1e99f30230bc1a.tar.bz2 |
oops - add changeog entry for previous delta
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 1fa352c..811fb8f 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,13 @@ +2004-01-12 Anil Paranjpe <anilp1@KPITCummins.com> + + Adds linker relaxation support for bit manipulation insns like + band, bclr, biand, bild, bior, bist, bixor, bld, bnot, bor, bset, + bst, btst, bxor. + * elf32-h8300.c : Opcode for bit manipulation insn is checked in + elf32_h8_relax_section function while relxation for aa:16 and aa:32. + * coff-h8300.c : Opcode for bit manipulation insn is checked in + h8300_reloc16_extra_cases function while relxation for aa:16 and aa:32. + 2004-01-12 Alan Modra <amodra@bigpond.net.au> * dwarf2.c: Convert to C90, remove unneeded casts and prototypes. |