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:
parent
6e877573df
commit
73438aeedc
@ -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#
|
||||
|
Loading…
Reference in New Issue
Block a user