* Disabled test for win64: it cannot link or even assemble correctly on this target because COFF uses 32-bit fields for section sizes/RVAs. Internal assembler ignoring this fact is a separate issue to fix.

git-svn-id: trunk@24261 -
This commit is contained in:
sergei 2013-04-17 17:09:54 +00:00
parent e1233e0111
commit 5e7e9bd4dc

View File

@ -1,8 +1,9 @@
{%CPU=x86_64,powerpc64}
{%skiptarget=darwin,aix}
{%skiptarget=darwin,aix,win64}
{ darwin limits statically declared data structures to 32 bit for efficiency reasons }
{ the aix assembler cannot deal with the way we declare these arrays in assembler code }
{ win64 limits executable image size, as well as sizes of its individual sections, to 32 bit }
program tb0528;