Selaa lähdekoodia

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

git-svn-id: trunk@31977 -
Jonas Maebe 9 vuotta sitten
vanhempi
commit
d49b69581a
1 muutettua tiedostoa jossa 0 lisäystä ja 10 poistoa
  1. 0 10
      rtl/linux/aarch64/cprt0.as

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

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