mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-21 01:12:32 +08:00
gas: blackfin: add support for BF51x-0.2 processors
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
parent
6e38d38491
commit
302080128a
@ -1,3 +1,7 @@
|
||||
2010-09-22 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* config/tc-bfin.c (bfin_cpus[]): Add 0.2 for bf512/bf514/bf516/bf518.
|
||||
|
||||
2010-09-22 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* doc/c-bfin.texi (-mcpu): Add bf592.
|
||||
|
@ -207,15 +207,19 @@ struct bfin_cpu bfin_cpus[] =
|
||||
|
||||
{"bf506", BFIN_CPU_BF506, 0x0000, AC_05000074},
|
||||
|
||||
{"bf512", BFIN_CPU_BF512, 0x0002, AC_05000074},
|
||||
{"bf512", BFIN_CPU_BF512, 0x0001, AC_05000074},
|
||||
{"bf512", BFIN_CPU_BF512, 0x0000, AC_05000074},
|
||||
|
||||
{"bf514", BFIN_CPU_BF514, 0x0002, AC_05000074},
|
||||
{"bf514", BFIN_CPU_BF514, 0x0001, AC_05000074},
|
||||
{"bf514", BFIN_CPU_BF514, 0x0000, AC_05000074},
|
||||
|
||||
{"bf516", BFIN_CPU_BF516, 0x0002, AC_05000074},
|
||||
{"bf516", BFIN_CPU_BF516, 0x0001, AC_05000074},
|
||||
{"bf516", BFIN_CPU_BF516, 0x0000, AC_05000074},
|
||||
|
||||
{"bf518", BFIN_CPU_BF518, 0x0002, AC_05000074},
|
||||
{"bf518", BFIN_CPU_BF518, 0x0001, AC_05000074},
|
||||
{"bf518", BFIN_CPU_BF518, 0x0000, AC_05000074},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user