mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 06:49:27 +02:00
* add missing .globl
git-svn-id: trunk@2267 -
This commit is contained in:
parent
94f2b1d941
commit
49cf8154c1
@ -90,6 +90,7 @@ _haltproc2: # GAS <= 2.15 bug: generates larger jump if a label is e
|
||||
.bss
|
||||
.type __stkptr,@object
|
||||
.size __stkptr,4
|
||||
.global __stkptr
|
||||
__stkptr:
|
||||
.skip 4
|
||||
|
||||
|
@ -107,6 +107,7 @@ ___fpc_ret_ebp:
|
||||
.bss
|
||||
.type __stkptr,@object
|
||||
.size __stkptr,4
|
||||
.global __stkptr
|
||||
__stkptr:
|
||||
.skip 4
|
||||
|
||||
|
@ -72,6 +72,7 @@ ___fpucw:
|
||||
.bss
|
||||
.type __stkptr,@object
|
||||
.size __stkptr,4
|
||||
.global __stkptr
|
||||
__stkptr:
|
||||
.skip 4
|
||||
|
||||
|
@ -120,6 +120,7 @@ ___fpc_ret_edi:
|
||||
|
||||
.type __stkptr,@object
|
||||
.size __stkptr,4
|
||||
.global __stkptr
|
||||
__stkptr:
|
||||
.skip 4
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user