Author: dim Date: Fri Oct 15 21:40:20 2010 New Revision: 213906 URL: http://svn.freebsd.org/changeset/base/213906
Log: Remove two .endp's without matching .proc in lib/csu/ia64/crtn.S. This allows it to assemble with newer binutils. Reviewed by: marcel Modified: head/lib/csu/ia64/crtn.S Modified: head/lib/csu/ia64/crtn.S ============================================================================== --- head/lib/csu/ia64/crtn.S Fri Oct 15 21:39:51 2010 (r213905) +++ head/lib/csu/ia64/crtn.S Fri Oct 15 21:40:20 2010 (r213906) @@ -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# _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"