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

git-svn-id: trunk@15961 -
This commit is contained in:
Jonas Maebe 2010-09-09 19:46:59 +00:00
parent 7f42c3253e
commit 84cc38f4af
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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;