mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-23 02:29:34 +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
tests
@ -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) }
|
||||
|
@ -1,5 +1,6 @@
|
||||
{ %skiptarget=darwin}
|
||||
{ %cpu=i386 }
|
||||
{ %OPT=-Cg- }
|
||||
var
|
||||
w : word;
|
||||
b1,b2,b3 : byte;
|
||||
|
@ -1,6 +1,7 @@
|
||||
{ %CPU=i386 }
|
||||
{ %TARGET=go32v2,win32,linux }
|
||||
{ %NOTE=This test requires an installed Nasm }
|
||||
{ %OPT=-Cg- }
|
||||
|
||||
{$ASMMODE INTEL}
|
||||
var
|
||||
|
Loading…
Reference in New Issue
Block a user