mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-02 22:10:19 +02:00
* removed fake _init/_fini symbols (patch by Edmund Grimley Evans)
git-svn-id: trunk@31977 -
This commit is contained in:
parent
36c6a190a8
commit
d49b69581a
@ -50,16 +50,6 @@ _start:
|
|||||||
/* This should never happen */
|
/* This should never happen */
|
||||||
b abort
|
b abort
|
||||||
|
|
||||||
.globl _init
|
|
||||||
.type _init,#function
|
|
||||||
_init:
|
|
||||||
ret
|
|
||||||
|
|
||||||
.globl _fini
|
|
||||||
.type _fini,#function
|
|
||||||
_fini:
|
|
||||||
ret
|
|
||||||
|
|
||||||
.globl _haltproc
|
.globl _haltproc
|
||||||
.type _haltproc,#function
|
.type _haltproc,#function
|
||||||
_haltproc:
|
_haltproc:
|
||||||
|
Loading…
Reference in New Issue
Block a user