mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 09:26:09 +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 */
|
||||
b abort
|
||||
|
||||
.globl _init
|
||||
.type _init,#function
|
||||
_init:
|
||||
ret
|
||||
|
||||
.globl _fini
|
||||
.type _fini,#function
|
||||
_fini:
|
||||
ret
|
||||
|
||||
.globl _haltproc
|
||||
.type _haltproc,#function
|
||||
_haltproc:
|
||||
|
Loading…
Reference in New Issue
Block a user