From 701ee441fbf169586330c36e7aaa5d1d4d289b4c Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Mon, 12 Jan 2004 15:04:05 +0000 Subject: [PATCH] oops - add changeog entry for previous delta --- bfd/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 1fa352ca4..811fb8f36 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,13 @@ +2004-01-12 Anil Paranjpe + + 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 * dwarf2.c: Convert to C90, remove unneeded casts and prototypes. -- 2.11.4.GIT