Remove two .endp's without matching .proc in lib/csu/ia64/crtn.S.

This allows it to assemble with newer binutils.

Reviewed by:	marcel
This commit is contained in:
Dimitry Andric 2010-10-15 21:40:20 +00:00
parent 6e877573df
commit 73438aeedc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=213906

View File

@ -33,11 +33,9 @@
mov b0=loc0 /* Recover return addr */
mov ar.pfs=loc1
br.ret.sptk.many b0
.endp _init#
.section .fini,"ax",@progbits
.regstk 0,2,0,0
mov b0=loc0 /* Recover return addr */
mov ar.pfs=loc1
br.ret.sptk.many b0
.endp _fini#