mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-12 12:10:02 +02:00
* moved {$asmmode att} to top of file (mantis #17377)
git-svn-id: trunk@15961 -
This commit is contained in:
parent
7f42c3253e
commit
84cc38f4af
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user