]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
NEWS: Announce that V850EA ISA is no longer supported.
authorNick Clifton <nickc@redhat.com>
Sat, 21 Sep 2002 11:55:17 +0000 (11:55 +0000)
committerNick Clifton <nickc@redhat.com>
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 1a5f177037e055a3cb70438499da31a225a519bf..841ec041ae836b4ef0b23554ff52f5398b3662d6 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 bbd70c4534cf113c0bfe223d810ad0c0fb158186..8dfa54ce5da88ecce679830823d302a0f37a26d0 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 03ae1618d31a01891e96935ef5bdfa47cc138b1a..6aea88664132b961c8aa378de8c91d72d56380b2 100644 (file)
@@ -172,10 +172,6 @@ v850_processor_type_table[] =
     v850e_reg_names, bfd_mach_v850e
   }
   ,
-  {
-    v850e_reg_names, bfd_mach_v850ea
-  }
-  ,
   {
     NULL, 0
   }