partial support for 568013 and 568037, target integration.

This commit is contained in:
Rodrigo L. Rosa
2011-05-17 19:40:29 -07:00
committed by Øyvind Harboe
parent 6349a47ebc
commit 9d4aec6bda
6 changed files with 1718 additions and 1 deletions

View File

@@ -81,6 +81,7 @@ extern struct target_type arm11_target;
extern struct target_type mips_m4k_target;
extern struct target_type avr_target;
extern struct target_type dsp563xx_target;
extern struct target_type dsp5680xx_target;
extern struct target_type testee_target;
extern struct target_type avr32_ap7k_target;
@@ -103,6 +104,7 @@ static struct target_type *target_types[] =
&mips_m4k_target,
&avr_target,
&dsp563xx_target,
&dsp5680xx_target,
&testee_target,
&avr32_ap7k_target,
NULL,