git-svn-id: trunk@18168 -
@@ -1,4 +1,5 @@
{ %norun }
+{ %needlibrary }
{ %target=darwin,linux,freebsd,solaris,beos,haiku }
{$mode delphi}
@@ -68,7 +69,7 @@ begin
p:=nil;
longint(p^):=1;
except
- end;
+ end;
*)
end;
@@ -92,7 +93,7 @@ begin
RTL_SIGFPE,
RTL_SIGSEGV:
if (InquireSignal(i) <> ssOverridden) then
- halt(8);
+ halt(8);
RTL_SIGBUS:
if (InquireSignal(i) <> ssHooked) then
halt(9);
{ %target=win32,win64,wince,os2 }
library tw12987a;
@@ -1,3 +1,4 @@
library tw13628a;
{ %target=linux }
library tw14958a;
@@ -1,8 +1,9 @@
{ %target=win32,wince,win64 }
{ %opt=-gh }
library dll1;
-
+
uses
popuperr;
@@ -1,5 +1,6 @@
library dll2;
{ %target=win32,win64,wince,darwin,linux,freebsd,solaris,beos}
library tw16949a;
{ %cpu=x86_64,i386,powerpc,sparc}
{ %skiptarget = go32v2,macos }
{ execute this test only on reasonable fast cpus }
{ %skiptarget=go32v2 }
{ %opt=-Cg }
{ %target=win32 }
{ %cpu=i386 }
{ %opt=-s -Amasm -TWin32 -Rintel }
{$mode objfpc}
library tw3964a;
{ %target=win32,win64,wince,darwin,linux,freebsd,solaris,beos }
library tw6586a;
library tw6822a;
{$mode objfpc}{$H+}
{ %target=win32,win64,wince,linux}
library tw7838a;
{ %target=win32,win64,linux}
program prog;
library tw9089a;