Browse Source

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

git-svn-id: trunk@31977 -
Jonas Maebe 9 years ago
parent
commit
d49b69581a
1 changed files with 0 additions and 10 deletions
  1. 0 10
      rtl/linux/aarch64/cprt0.as

+ 0 - 10
rtl/linux/aarch64/cprt0.as

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