Add sh2 to list of known architectures.

This commit is contained in:
Andrew Cagney 2000-03-20 07:28:05 +00:00
parent 4397a6ab7a
commit b71896da7e
2 changed files with 10 additions and 0 deletions

View File

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

View File

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