mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 19:29:39 +02:00
* Disable PIC for tests that contain non-PIC assembler code.
git-svn-id: trunk@26138 -
This commit is contained in:
parent
97a706c672
commit
be45b411b2
@ -1,6 +1,6 @@
|
|||||||
{ %TARGET=linux,go32v2 }
|
{ %TARGET=linux,go32v2 }
|
||||||
{ %CPU=i386 }
|
{ %CPU=i386 }
|
||||||
{ %OPT= -Aas }
|
{ %OPT= -Aas -Cg- }
|
||||||
|
|
||||||
{ Old file: tbs0124.pp }
|
{ Old file: tbs0124.pp }
|
||||||
{ Asm, problem with -Rintel switch and indexing OK 0.99.11 (PM/PFV) }
|
{ Asm, problem with -Rintel switch and indexing OK 0.99.11 (PM/PFV) }
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
{ %skiptarget=darwin}
|
{ %skiptarget=darwin}
|
||||||
{ %cpu=i386 }
|
{ %cpu=i386 }
|
||||||
|
{ %OPT=-Cg- }
|
||||||
var
|
var
|
||||||
w : word;
|
w : word;
|
||||||
b1,b2,b3 : byte;
|
b1,b2,b3 : byte;
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
{ %CPU=i386 }
|
{ %CPU=i386 }
|
||||||
{ %TARGET=go32v2,win32,linux }
|
{ %TARGET=go32v2,win32,linux }
|
||||||
{ %NOTE=This test requires an installed Nasm }
|
{ %NOTE=This test requires an installed Nasm }
|
||||||
|
{ %OPT=-Cg- }
|
||||||
|
|
||||||
{$ASMMODE INTEL}
|
{$ASMMODE INTEL}
|
||||||
var
|
var
|
||||||
|
Loading…
Reference in New Issue
Block a user