* removed fake _init/_fini symbols (patch by Edmund Grimley Evans)

git-svn-id: trunk@31977 -
This commit is contained in:
Jonas Maebe 2015-10-08 18:41:32 +00:00
parent 36c6a190a8
commit d49b69581a

View File

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