소스 검색

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

git-svn-id: trunk@31977 -
Jonas Maebe 10 년 전
부모
커밋
d49b69581a
1개의 변경된 파일0개의 추가작업 그리고 10개의 파일을 삭제
  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: