Browse Source

* moved {$asmmode att} to top of file (mantis #17377)

git-svn-id: trunk@15961 -
Jonas Maebe 15 years ago
parent
commit
84cc38f4af
2 changed files with 2 additions and 2 deletions
  1. 1 1
      rtl/linux/i386/si_dll.inc
  2. 1 1
      rtl/linux/i386/si_prc.inc

+ 1 - 1
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

+ 1 - 1
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;