summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2002-09-21 11:55:17 +0000
committerNick Clifton <nickc@redhat.com>2002-09-21 11:55:17 +0000
commite20f953e808f020b2711044e29376b0332dae6b0 (patch)
treea690e1d58e52a72297639daf48ede43b0ff3ccaf
parentec41ab6e413120ba23799614f48e482baa6ed92f (diff)
downloadgdb-e20f953e808f020b2711044e29376b0332dae6b0.tar.gz
NEWS: Announce that V850EA ISA is no longer supported.
v850-tdep.c: Remove reference to bfd_mach_v850ea.
-rw-r--r--gdb/ChangeLog5
-rw-r--r--gdb/NEWS4
-rw-r--r--gdb/v850-tdep.c4
3 files changed, 9 insertions, 4 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 1a5f177037e..841ec041ae8 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+2002-09-20 Nick Clifton <nickc@redhat.com>
+
+ * NEWS: Announce that V850EA ISA is no longer supported.
+ * v850-tdep.c: Remove reference to bfd_mach_v850ea.
+
2002-09-20 David Carlton <carlton@math.stanford.edu>
* Makefile.in (c-lang.o): Correct dependencies.
diff --git a/gdb/NEWS b/gdb/NEWS
index bbd70c4534c..8dfa54ce5da 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -3,6 +3,10 @@
*** Changes since GDB 5.3:
+* REMOVED configurations and files
+
+V850EA ISA
+
* MIPS $fp behavior changed
The convenience variable $fp, for the MIPS, now consistently returns
diff --git a/gdb/v850-tdep.c b/gdb/v850-tdep.c
index 03ae1618d31..6aea8866413 100644
--- a/gdb/v850-tdep.c
+++ b/gdb/v850-tdep.c
@@ -173,10 +173,6 @@ v850_processor_type_table[] =
}
,
{
- v850e_reg_names, bfd_mach_v850ea
- }
- ,
- {
NULL, 0
}
};