* 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:
sergei 2012-07-10 17:12:34 +00:00
parent 1112041ff1
commit 31f9a9d420

View File

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