mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-03 04:59:38 +08:00
Add sh2 to list of known architectures.
This commit is contained in:
@ -1,3 +1,9 @@
|
||||
Mon Mar 20 18:12:46 2000 Andrew Cagney <cagney@b1.cygnus.com>
|
||||
|
||||
From Fri 10 Mar 2000 Robert
|
||||
<robert.melchers@drives.eurotherm.co.uk>:
|
||||
* sh-tdep.c (sh_processor_type_table): Add entry for sh2.
|
||||
|
||||
Mon Mar 20 17:33:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
|
||||
|
||||
From Thu Mar 16 16:49:27 EST 2000 John David Anglin
|
||||
|
@ -105,6 +105,10 @@ sh_processor_type_table[] =
|
||||
sh_reg_names, bfd_mach_sh
|
||||
}
|
||||
,
|
||||
{
|
||||
sh_reg_names, bfd_mach_sh2
|
||||
}
|
||||
,
|
||||
{
|
||||
sh3_reg_names, bfd_mach_sh3
|
||||
}
|
||||
|
Reference in New Issue
Block a user