diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index fa19b934b5939a07b5a26e0fb428909efdcea123..439a8eae277e13f5c3cdbe2884f1379fa0de6026 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -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
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index e53ddea2d42b6f7328af6bfcc803a33bb7c92aa1..f9a92a32224b1910709ed4fe623bdc44d8cd2790 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -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
diff --git a/cpu/ChangeLog b/cpu/ChangeLog
index 4d2860f043deda81eb05b093186722953d6775c3..ca2b7c1e0df7dffe07bcd7692443156f756961e0 100644
--- a/cpu/ChangeLog
+++ b/cpu/ChangeLog
@@ -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,
diff --git a/gas/ChangeLog b/gas/ChangeLog
index c9aa1b9b2a0fcda79345e6f1e38b67a675f1bde2..24a86dc65af1da2dbf95473a1c95179080fa5d37 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -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.
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 7cdf1147da725ef801bcd28e0838cd1675d8f02f..84934b6141ab4e551d28ecb678f397ba73c7295a 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -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.
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 4bfb6790c3ef731bddda9f62de9af34e0d5917df..547dc3377f96a752397963717e7fbe7f0e6db2b8 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -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.