OSDN Git Service

NEWS: Announce that V850EA ISA is no longer supported.
authornickc <nickc>
Sat, 21 Sep 2002 11:55:17 +0000 (11:55 +0000)
committernickc <nickc>
Sat, 21 Sep 2002 11:55:17 +0000 (11:55 +0000)
v850-tdep.c: Remove reference to bfd_mach_v850ea.

gdb/ChangeLog
gdb/NEWS
gdb/v850-tdep.c

index 1a5f177..841ec04 100644 (file)
@@ -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.
index bbd70c4..8dfa54c 100644 (file)
--- 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
index 03ae161..6aea886 100644 (file)
@@ -173,10 +173,6 @@ v850_processor_type_table[] =
   }
   ,
   {
-    v850e_reg_names, bfd_mach_v850ea
-  }
-  ,
-  {
     NULL, 0
   }
 };