Add support for v850e1 machine number.
This commit is contained in:
parent
a89aa30014
commit
83ee270eaa
@ -1,3 +1,7 @@
|
||||
2003-09-09 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* v850-tdep.c (v850_processor_type_table): Add bfd_mach_v850e1.
|
||||
|
||||
2003-09-04 Andrew Cagney <cagney@redhat.com>
|
||||
|
||||
* avr-tdep.c: Include "dis-asm.h".
|
||||
|
@ -174,6 +174,10 @@ v850_processor_type_table[] =
|
||||
v850e_reg_names, bfd_mach_v850e
|
||||
}
|
||||
,
|
||||
{
|
||||
v850e_reg_names, bfd_mach_v850e1
|
||||
}
|
||||
,
|
||||
{
|
||||
NULL, 0
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user