mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-20 19:29:36 +01:00
* Fixed label name in .globl and .type directives, was causing every library to contain an unwanted dynamic reference to "_start".
git-svn-id: trunk@21854 -
This commit is contained in:
parent
1112041ff1
commit
31f9a9d420
@ -41,8 +41,8 @@ FPC_SHARED_LIB_START:
|
||||
jmp _startlib@PLT
|
||||
|
||||
.text
|
||||
.globl _start
|
||||
.type _start,@function
|
||||
.globl _startlib
|
||||
.type _startlib,@function
|
||||
_startlib:
|
||||
pushq %rbx
|
||||
movq operatingsystem_parameter_argc@GOTPCREL(%rip),%rbx
|
||||
|
||||
Loading…
Reference in New Issue
Block a user