From 73438aeedcb73ccc06a7ebd04d7709800ca8c447 Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Fri, 15 Oct 2010 21:40:20 +0000 Subject: [PATCH] Remove two .endp's without matching .proc in lib/csu/ia64/crtn.S. This allows it to assemble with newer binutils. Reviewed by: marcel --- lib/csu/ia64/crtn.S | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/csu/ia64/crtn.S b/lib/csu/ia64/crtn.S index 42ec1feffab..26d40d3291c 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#