gas: blackfin: add support for BF51x-0.2 processors
authorMike Frysinger <vapier@gentoo.org>
Wed, 22 Sep 2010 20:19:53 +0000 (20:19 +0000)
committerMike Frysinger <vapier@gentoo.org>
Wed, 22 Sep 2010 20:19:53 +0000 (20:19 +0000)
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
gas/ChangeLog
gas/config/tc-bfin.c

index 6d9fa4f28e8aeb311da8c3ce6f25c224b556f105..0a6aec75a27332a0a76e0854a5b5ce6bc496ce05 100644 (file)
@@ -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.
index 6b4002ec1d3d1896b738423b37b04d892b16e347..5746904d1668a4cdedac0d5071cc699b3f235240 100644 (file)
@@ -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},