mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 05:00:01 +00:00
NEWS: Announce that V850EA ISA is no longer supported.
v850-tdep.c: Remove reference to bfd_mach_v850ea.
This commit is contained in:
parent
2d2550d688
commit
5835abe726
@ -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.
|
||||
|
4
gdb/NEWS
4
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
|
||||
|
@ -172,10 +172,6 @@ v850_processor_type_table[] =
|
||||
v850e_reg_names, bfd_mach_v850e
|
||||
}
|
||||
,
|
||||
{
|
||||
v850e_reg_names, bfd_mach_v850ea
|
||||
}
|
||||
,
|
||||
{
|
||||
NULL, 0
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user