summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bfd/ChangeLog14
-rw-r--r--binutils/ChangeLog7
-rw-r--r--cpu/ChangeLog24
-rw-r--r--gas/ChangeLog4
-rw-r--r--ld/ChangeLog4
-rw-r--r--opcodes/ChangeLog16
6 files changed, 69 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index fa19b934b5..439a8eae27 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 e53ddea2d4..f9a92a3222 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 4d2860f043..ca2b7c1e0d 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 c9aa1b9b2a..24a86dc65a 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 7cdf1147da..84934b6141 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 4bfb6790c3..547dc3377f 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.