mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
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
1 changed files with 0 additions and 2 deletions
|
|
@ -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 a new issue