From 84cc38f4af76a644663e9c340680bb84b6cb9a31 Mon Sep 17 00:00:00 2001 From: Jonas Maebe Date: Thu, 9 Sep 2010 19:46:59 +0000 Subject: [PATCH] * moved {$asmmode att} to top of file (mantis #17377) git-svn-id: trunk@15961 - --- rtl/linux/i386/si_dll.inc | 2 +- rtl/linux/i386/si_prc.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rtl/linux/i386/si_dll.inc b/rtl/linux/i386/si_dll.inc index 0ec2d77b10..ae5cf2a925 100644 --- a/rtl/linux/i386/si_dll.inc +++ b/rtl/linux/i386/si_dll.inc @@ -11,6 +11,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. **********************************************************************} +{$asmmode att} {$goto on} { Linux ELF startup code for Free Pascal @@ -44,7 +45,6 @@ end; {****************************************************************************** Shared library start/halt ******************************************************************************} -{$asmmode ATT} procedure _FPC_shared_lib_start(argc : dword;argv,envp : pointer); cdecl; public name 'FPC_SHARED_LIB_START'; public name '_start'; begin diff --git a/rtl/linux/i386/si_prc.inc b/rtl/linux/i386/si_prc.inc index aaa06f91a1..848158d53a 100644 --- a/rtl/linux/i386/si_prc.inc +++ b/rtl/linux/i386/si_prc.inc @@ -11,6 +11,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. **********************************************************************} +{$asmmode att} { Linux ELF startup code for Free Pascal @@ -44,7 +45,6 @@ end; {****************************************************************************** Process start/halt ******************************************************************************} -{$asmmode att} var dlexitproc: pointer;