mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-16 07:27:56 +00:00
Add sh2 to list of known architectures.
This commit is contained in:
parent
4397a6ab7a
commit
b71896da7e
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user