Browse Source

--- Merging r31977 into '.':
U rtl/linux/aarch64/cprt0.as
--- Recording mergeinfo for merge of r31977 into '.':
U .

git-svn-id: branches/fixes_3_0_ios@32015 -

Jonas Maebe 10 years ago
parent
commit
f38611b763
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: