aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.in2
-rw-r--r--include/elf/ChangeLog16
-rw-r--r--include/opcode/ChangeLog15
3 files changed, 28 insertions, 5 deletions
diff --git a/configure.in b/configure.in
index b7448cd..a839616 100644
--- a/configure.in
+++ b/configure.in
@@ -628,7 +628,7 @@ case "${target}" in
v850e-*-*)
noconfigdirs="$noconfigdirs target-libgloss"
;;
- v850eq-*-*)
+ v850ea-*-*)
noconfigdirs="$noconfigdirs target-libgloss"
;;
# end-sanitize-v850e
diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog
index 442a071..949fec3 100644
--- a/include/elf/ChangeLog
+++ b/include/elf/ChangeLog
@@ -1,3 +1,15 @@
+Fri Dec 5 11:20:08 1997 Nick Clifton <nickc@cygnus.com>
+
+ * v850.h: New constants: SHN_V850_SCOMMON, SHN_V850_TCOMMON,
+ SHN_V850_ZCOMMON, SHT_V850_SCOMMON, SHT_V850_TCOMMON,
+ SHT_V850_ZCOMMON to handle v850 common sections.
+ enum reloc_type renamed to v850_reloc_type to avoid name
+ conflict.
+
+Thu Oct 23 13:55:24 1997 Richard Henderson <rth@cygnus.com>
+
+ * sparc.h (enum elf_sparc_reloc_type): Add UA64 & UA16.
+
Thu Oct 23 00:42:04 1997 Richard Henderson <rth@dot.cygnus.com>
* sparc.h (DT_SPARC_REGISTER): New macro.
@@ -38,7 +50,7 @@ Tue Sep 2 17:41:05 1997 Nick Clifton <nickc@cygnus.com>
start-sanitize-v850e
* common.h: Remove magic number for V850E.
- * common.h: Remove magic number for V850EQ.
+ * common.h: Remove magic number for V850EA.
end-sanitize-v850e
* v850.h: Add new flags for e_flags field in elf header.
@@ -47,7 +59,7 @@ start-sanitize-v850e
Mon Aug 25 16:06:47 1997 Nick Clifton <nickc@cygnus.com>
* common.h (EM_CYGNUS_V850E): backend magic number for v850e.
- * common.h (EM_CYGNUS_V850EQ): backend magic number for v850eq.
+ * common.h (EM_CYGNUS_V850EA): backend magic number for v850ea.
end-sanitize-v850e
Mon Aug 18 11:05:23 1997 Nick Clifton <nickc@cygnus.com>
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog
index 9e6f3a9..89850ed 100644
--- a/include/opcode/ChangeLog
+++ b/include/opcode/ChangeLog
@@ -1,3 +1,14 @@
+Mon Dec 1 12:24:44 1997 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
+
+ * m68k.h: Fix comment describing operand types.
+
+start-sanitize-d30v
+Sun Nov 23 22:31:27 1997 Michael Meissner <meissner@cygnus.com>
+
+ * d30v.h (SHORT_CMPU): Add case for cmpu instruction, and move
+ everything else after down.
+
+end-sanitize-d30v
Tue Nov 18 18:45:14 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
* d10v.h (OPERAND_FLAG): Split into:
@@ -47,7 +58,7 @@ Mon Sep 15 18:28:37 1997 Nick Clifton <nickc@cygnus.com>
(PROCESSOR_V850, PROCESSOR_ALL): New bit constants.
start-sanitize-v850e
(PROCESSOR_V850E, PROCESSOR_NOT_V850): New bit constants.
- (PROCESSOR_V850EQ): New bit constants.
+ (PROCESSOR_V850EA): New bit constants.
end-sanitize-v850e
start-sanitize-d30v
@@ -110,7 +121,7 @@ Wed Aug 13 18:45:48 1997 Nick Clifton <nickc@cygnus.com>
fields.
start-sanitize-v850e
- (V850E_INSTRUCTION, V850EQ_INSTRUCTION): New flags.
+ (V850E_INSTRUCTION, V850EA_INSTRUCTION): New flags.
(V850E_PUSH_POP, V850E_IMMEDIATE16, V850E_IMMEDIATE32): New flags.
end-sanitize-v850e