* Disable PIC for tests that contain non-PIC assembler code.

git-svn-id: trunk@26138 -
This commit is contained in:
sergei 2013-11-25 14:09:57 +00:00
parent 97a706c672
commit be45b411b2
3 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{ %TARGET=linux,go32v2 }
{ %CPU=i386 }
{ %OPT= -Aas }
{ %OPT= -Aas -Cg- }
{ Old file: tbs0124.pp }
{ Asm, problem with -Rintel switch and indexing OK 0.99.11 (PM/PFV) }

View File

@ -1,5 +1,6 @@
{ %skiptarget=darwin}
{ %cpu=i386 }
{ %OPT=-Cg- }
var
w : word;
b1,b2,b3 : byte;

View File

@ -1,6 +1,7 @@
{ %CPU=i386 }
{ %TARGET=go32v2,win32,linux }
{ %NOTE=This test requires an installed Nasm }
{ %OPT=-Cg- }
{$ASMMODE INTEL}
var