NEWS: Announce that V850EA ISA is no longer supported.

v850-tdep.c: Remove reference to bfd_mach_v850ea.
This commit is contained in:
Nick Clifton 2002-09-21 11:55:17 +00:00
parent 2d2550d688
commit 5835abe726
3 changed files with 9 additions and 4 deletions

View 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.

View File

@ -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

View File

@ -172,10 +172,6 @@ v850_processor_type_table[] =
v850e_reg_names, bfd_mach_v850e
}
,
{
v850e_reg_names, bfd_mach_v850ea
}
,
{
NULL, 0
}