diff options
author | shenders <shenders@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-05-04 11:25:58 +0000 |
---|---|---|
committer | shenders <shenders@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-05-04 11:25:58 +0000 |
commit | 9282cadba4cb602b1e421556f115190237fc88c0 (patch) | |
tree | 9cfbbd12cb485414fdb1a531c2a3872c7bd1faca /gcc/config/bfin | |
parent | 55ed3ae7ec470fef673bb97575fd02c312a372b9 (diff) | |
download | gcc-9282cadba4cb602b1e421556f115190237fc88c0.tar.gz |
2011-05-04 Stuart Henderson <shenders@gcc.gnu.org>
* config/bfin/bfin.c (bfin_cpus): Update silicon revisions.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@173369 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/bfin')
-rw-r--r-- | gcc/config/bfin/bfin.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/gcc/config/bfin/bfin.c b/gcc/config/bfin/bfin.c index 4bdc1ac1f59..2d4e33e5cf4 100644 --- a/gcc/config/bfin/bfin.c +++ b/gcc/config/bfin/bfin.c @@ -104,15 +104,32 @@ struct bfin_cpu static const struct bfin_cpu bfin_cpus[] = { + + {"bf512", BFIN_CPU_BF512, 0x0002, + WA_SPECULATIVE_LOADS | WA_05000074}, + {"bf512", BFIN_CPU_BF512, 0x0001, + WA_SPECULATIVE_LOADS | WA_05000074}, {"bf512", BFIN_CPU_BF512, 0x0000, WA_SPECULATIVE_LOADS | WA_05000074}, + {"bf514", BFIN_CPU_BF514, 0x0002, + WA_SPECULATIVE_LOADS | WA_05000074}, + {"bf514", BFIN_CPU_BF514, 0x0001, + WA_SPECULATIVE_LOADS | WA_05000074}, {"bf514", BFIN_CPU_BF514, 0x0000, WA_SPECULATIVE_LOADS | WA_05000074}, + {"bf516", BFIN_CPU_BF516, 0x0002, + WA_SPECULATIVE_LOADS | WA_05000074}, + {"bf516", BFIN_CPU_BF516, 0x0001, + WA_SPECULATIVE_LOADS | WA_05000074}, {"bf516", BFIN_CPU_BF516, 0x0000, WA_SPECULATIVE_LOADS | WA_05000074}, + {"bf518", BFIN_CPU_BF518, 0x0002, + WA_SPECULATIVE_LOADS | WA_05000074}, + {"bf518", BFIN_CPU_BF518, 0x0001, + WA_SPECULATIVE_LOADS | WA_05000074}, {"bf518", BFIN_CPU_BF518, 0x0000, WA_SPECULATIVE_LOADS | WA_05000074}, |