mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-31 15:11:04 +08:00
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:
parent
7f31f4dbcc
commit
b445518d11
@ -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.
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user