* rename local import of fpc_geteipasebx

git-svn-id: trunk@45979 -
This commit is contained in:
svenbarth 2020-08-01 17:26:29 +00:00
parent 4df02b0d6d
commit 04cbf32b1b

View File

@ -75,7 +75,7 @@ end;
{***********************SYSENTER CODE END******************************}
Procedure fpc_geteipasebx;[external name 'fpc_geteipasebx'];
Procedure fpc_geteipasebxlocal;[external name 'fpc_geteipasebx'];
{$ifdef FPC_PROFILE}
procedure mcount; external name 'mcount';
@ -92,7 +92,7 @@ asm
push %ebx
push %ecx
{$ifdef FPC_PIC}
call fpc_geteipasebx
call fpc_geteipasebxlocal
addl $_GLOBAL_OFFSET_TABLE_,%ebx
movl sysenter_supported@GOT(%ebx),%ecx
movl (%ecx),%ecx
@ -137,7 +137,7 @@ asm
push %ebx
push %ecx
{$ifdef FPC_PIC}
call fpc_geteipasebx
call fpc_geteipasebxlocal
addl $_GLOBAL_OFFSET_TABLE_,%ebx
movl sysenter_supported@GOT(%ebx),%ecx
movl (%ecx),%ecx
@ -189,7 +189,7 @@ asm
push %edx
push %ecx
{$ifdef FPC_PIC}
call fpc_geteipasebx
call fpc_geteipasebxlocal
addl $_GLOBAL_OFFSET_TABLE_,%ebx
movl sysenter_supported@GOT(%ebx),%ecx
movl (%ecx),%ecx
@ -246,7 +246,7 @@ asm
push %edx
push %ecx
{$ifdef FPC_PIC}
call fpc_geteipasebx
call fpc_geteipasebxlocal
addl $_GLOBAL_OFFSET_TABLE_,%ebx
movl sysenter_supported@GOT(%ebx),%ecx
movl (%ecx),%ecx
@ -308,7 +308,7 @@ asm
push %esi
push %ecx
{$ifdef FPC_PIC}
call fpc_geteipasebx
call fpc_geteipasebxlocal
addl $_GLOBAL_OFFSET_TABLE_,%ebx
movl sysenter_supported@GOT(%ebx),%ecx
movl (%ecx),%ecx
@ -376,7 +376,7 @@ asm
push %edi
push %ecx
{$ifdef FPC_PIC}
call fpc_geteipasebx
call fpc_geteipasebxlocal
addl $_GLOBAL_OFFSET_TABLE_,%ebx
movl sysenter_supported@GOT(%ebx),%ecx
movl (%ecx),%ecx
@ -451,7 +451,7 @@ asm
push %ebp
push %ecx
{$ifdef FPC_PIC}
call fpc_geteipasebx
call fpc_geteipasebxlocal
addl $_GLOBAL_OFFSET_TABLE_,%ebx
movl sysenter_supported@GOT(%ebx),%ecx
movl (%ecx),%ecx