2011-05-03 Stuart Henderson <shenders@gcc.gnu.org>

From Mike Frysinger
        * gcc.target/bfin/mcpu-bf542.c: Check SILICON_REVISION is 0x0004.
        * gcc.target/bfin/mcpu-bf544.c, gcc.target/bfin/mcpu-bf547.c,
        gcc.target/bfin/mcpu-bf548.c, gcc.target/bfin/mcpu-bf549.c: Likewise.

From-SVN: r173333
This commit is contained in:
Stuart Henderson 2011-05-03 17:22:34 +00:00
parent 7f31f4dbcc
commit b445518d11
6 changed files with 17 additions and 10 deletions

View File

@ -1,3 +1,10 @@
2011-05-03 Stuart Henderson <shenders@gcc.gnu.org>
From Mike Frysinger
* gcc.target/bfin/mcpu-bf542.c: Check SILICON_REVISION is 0x0004.
* gcc.target/bfin/mcpu-bf544.c, gcc.target/bfin/mcpu-bf547.c,
gcc.target/bfin/mcpu-bf548.c, gcc.target/bfin/mcpu-bf549.c: Likewise.
2011-05-03 Stuart Henderson <shenders@gcc.gnu.org>
* gcc.target/bfin/builtins: Created.

View File

@ -10,8 +10,8 @@
#error "__ADSPBF54x__ is not defined"
#endif
#if __SILICON_REVISION__ != 0x0002
#error "__SILICON_REVISION__ is not 0x0002"
#if __SILICON_REVISION__ != 0x0004
#error "__SILICON_REVISION__ is not 0x0004"
#endif
#ifndef __WORKAROUNDS_ENABLED

View File

@ -10,8 +10,8 @@
#error "__ADSPBF54x__ is not defined"
#endif
#if __SILICON_REVISION__ != 0x0002
#error "__SILICON_REVISION__ is not 0x0002"
#if __SILICON_REVISION__ != 0x0004
#error "__SILICON_REVISION__ is not 0x0004"
#endif
#ifndef __WORKAROUNDS_ENABLED

View File

@ -10,8 +10,8 @@
#error "__ADSPBF54x__ is not defined"
#endif
#if __SILICON_REVISION__ != 0x0002
#error "__SILICON_REVISION__ is not 0x0002"
#if __SILICON_REVISION__ != 0x0004
#error "__SILICON_REVISION__ is not 0x0004"
#endif
#ifndef __WORKAROUNDS_ENABLED

View File

@ -10,8 +10,8 @@
#error "__ADSPBF54x__ is not defined"
#endif
#if __SILICON_REVISION__ != 0x0002
#error "__SILICON_REVISION__ is not 0x0002"
#if __SILICON_REVISION__ != 0x0004
#error "__SILICON_REVISION__ is not 0x0004"
#endif
#ifndef __WORKAROUNDS_ENABLED

View File

@ -10,8 +10,8 @@
#error "__ADSPBF54x__ is not defined"
#endif
#if __SILICON_REVISION__ != 0x0002
#error "__SILICON_REVISION__ is not 0x0002"
#if __SILICON_REVISION__ != 0x0004
#error "__SILICON_REVISION__ is not 0x0004"
#endif
#ifndef __WORKAROUNDS_ENABLED