Add ChangeLog entries for yesterdays deltas (oops!)
authorNick Clifton <nickc@redhat.com>
Tue, 19 Jul 2005 10:01:32 +0000 (10:01 +0000)
committerNick Clifton <nickc@redhat.com>
Tue, 19 Jul 2005 10:01:32 +0000 (10:01 +0000)
bfd/ChangeLog
binutils/ChangeLog
cpu/ChangeLog
gas/ChangeLog
ld/ChangeLog
opcodes/ChangeLog

index fa19b93..439a8ea 100644 (file)
@@ -1,3 +1,17 @@
+2005-07-18  Nick Clifton  <nickc@redhat.com>
+
+       * reloc.c: Add M32C and MS1 relocs.
+       * bfd-in2.h: Regenerate.
+       * libbfd.h: Regenerate.
+
+2005-07-18  Nick Clifton  <nickc@redhat.com>
+
+       * config.bfd: Move m32c entry to correct location.
+        * archures.c: Likewise.
+        * configure.in: Likewise.
+        * configure: Regenerate.
+        * targets.c: Move ms1 vector to correct location.
+
 2005-07-18  Jan Beulich  <jbeulich@novell.com>
 
        * elf32-i386.c (elf_howto_table): Adjust overflow complaint handler
index e53ddea..f9a92a3 100644 (file)
@@ -3,6 +3,13 @@
        * readelf.c (read_and_display_attr_value): Remove comment adjacent
        to DW_ATE_decimal_float about it being a GNU extension.
 
+2005-07-18  Nick Clifton  <nickc@redhat.com>
+
+       * binemul.c: Fix name of Red Hat.
+       * binemul.h: Likewise.
+       * emul_aix.c: Likewise.
+       * emul_vanilla: Likewise.
+
 2005-07-18  Ben Elliston  <bje@au.ibm.com>
 
        * readelf.c (read_and_display_attr_value): Handle a DW_AT_encoding
index 4d2860f..ca2b7c1 100644 (file)
@@ -1,3 +1,27 @@
+2005-07-18  Nick Clifton  <nickc@redhat.com>
+
+       * m32c.cpu (f-16-8, f-24-8, f-32-16, f-dsp-8-u24): New opcode
+       components.
+       (f-lab32-jmp-s): Fix insertion sequence.
+       (Dsp-8-u24, Lab-5-3, Lab32-jmp-s): New operands.
+       (Dsp-40-s8): Make parameter be signed.
+       (Dsp-40-s16): Likewise.
+       (Dsp-48-s8): Likewise.
+       (Dsp-48-s16): Likewise.
+       (Imm-13-u3): Likewise. (Despite its name!)
+       (BitBase16-16-s8): Make the parameter be unsigned.
+       (BitBase16-8-u11-S): Likewise.
+       (Lab-8-8, Lab-8-16, Lab-16-8, jcnd16-5, jcnd16, jcnd32, jmp16.s,
+       jmp16.b, jmp16.w, jmp32.s, jmp32.b, jmp32.w, jsp16.w, jsr32.w): Allow
+       relaxation.
+
+       * m32c.opc: Fix formatting.
+       Use safe-ctype.h instead of ctype.h
+       Move duplicated code sequences into a macro.
+       Fix compile time warnings about signedness mismatches.
+       Remove dead code.
+       (parse_lab_5_3): New parser function.
+       
 2005-07-16  Jim Blandy  <jimb@redhat.com>
 
        * m32c.opc (m32c_cgen_insn_supported): Use int, not CGEN_BITSET,
index c9aa1b9..24a86dc 100644 (file)
@@ -1,3 +1,7 @@
+2005-07-18  Nick Clifton  <nickc@redhat.com>
+
+       * configure.tgt: Restore alpha ordering to list of arches.
+
 2005-07-18  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
 
        * tc-hppa.c (pa_ip): Reject match for '#' immediate if not pa20.
index 7cdf114..84934b6 100644 (file)
@@ -1,3 +1,7 @@
+2005-07-18  Nick Clifton  <nickc@redhat.com>
+
+       * configure.tgt: Restore alpha ordering to list of arches.
+
 2005-07-16  Alan Modra  <amodra@bigpond.net.au>
 
        * emultempl/elf32.em (gld*_provide_init_fini_syms): Prototype.
index 4bfb679..547dc33 100644 (file)
@@ -1,3 +1,19 @@
+2005-07-18  Nick Clifton  <nickc@redhat.com>
+
+       * configure.in: Restore alpha ordering to list of arches.
+       * configure: Regenerate.
+       * disassemble.c: Restore alpha ordering to list of arches.
+
+2005-07-18  Nick Clifton  <nickc@redhat.com>
+
+       * m32c-asm.c: Regenerate.
+       * m32c-desc.c: Regenerate.
+       * m32c-desc.h: Regenerate.
+       * m32c-dis.c: Regenerate.
+       * m32c-ibld.h: Regenerate.
+       * m32c-opc.c: Regenerate.
+       * m32c-opc.h: Regenerate.
+
 2005-07-18  H.J. Lu  <hongjiu.lu@intel.com>
 
        * i386-dis.c (PNI_Fixup): Update comment.