This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Remove support for V850EA ISA


Hi Guys,

  I would like to remove GDB's support for the V850EA ISA.  This is an
  obsolete ISA that never made it out of NEC's development labs.
  Support for this ISA has already been removed from binutils and I
  recently (and erroneously) removed support from the V850 simulator,
  without first obtaining approval from this list.  (Bad Nick).  If
  requested I will restore the simulator sources, but I would prefer
  to obtain permission to remove the last vestiges of the ISA from
  GDB.

Cheers
        Nick

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.

Index: gdb/NEWS
===================================================================
RCS file: /cvs/src/src/gdb/NEWS,v
retrieving revision 1.92
diff -c -3 -p -w -r1.92 NEWS
*** gdb/NEWS	17 Sep 2002 23:26:01 -0000	1.92
--- gdb/NEWS	20 Sep 2002 07:56:56 -0000
***************
*** 3,8 ****
--- 3,12 ----
  
  *** 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: gdb/v850-tdep.c
===================================================================
RCS file: /cvs/src/src/gdb/v850-tdep.c,v
retrieving revision 1.22
diff -c -3 -p -w -r1.22 v850-tdep.c
*** gdb/v850-tdep.c	17 Sep 2002 20:42:01 -0000	1.22
--- gdb/v850-tdep.c	20 Sep 2002 07:56:56 -0000
*************** v850_processor_type_table[] =
*** 173,182 ****
    }
    ,
    {
-     v850e_reg_names, bfd_mach_v850ea
-   }
-   ,
-   {
      NULL, 0
    }
  };
--- 173,178 ----


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]