diff options
author | dim <dim@FreeBSD.org> | 2010-10-15 21:40:20 +0000 |
---|---|---|
committer | dim <dim@FreeBSD.org> | 2010-10-15 21:40:20 +0000 |
commit | 3a05e0b067c1befe5f1d121f08295784adc84a76 (patch) | |
tree | 981aed33c56d85906847d112daca42bbd434f747 /lib/csu/ia64 | |
parent | 59bb6f5773b58d7dfda84887b29b47eae0bbe680 (diff) | |
download | FreeBSD-src-3a05e0b067c1befe5f1d121f08295784adc84a76.zip FreeBSD-src-3a05e0b067c1befe5f1d121f08295784adc84a76.tar.gz |
Remove two .endp's without matching .proc in lib/csu/ia64/crtn.S.
This allows it to assemble with newer binutils.
Reviewed by: marcel
Diffstat (limited to 'lib/csu/ia64')
-rw-r--r-- | lib/csu/ia64/crtn.S | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/csu/ia64/crtn.S b/lib/csu/ia64/crtn.S index 42ec1fe..26d40d3 100644 --- a/lib/csu/ia64/crtn.S +++ b/lib/csu/ia64/crtn.S @@ -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# |