svn commit: r213906 - head/lib/csu/ia64

Dimitry Andric dim at FreeBSD.org
Fri Oct 15 21:40:20 UTC 2010


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", at progbits
 	.regstk 0,2,0,0
 	mov	b0=loc0			/* Recover return addr */
 	mov	ar.pfs=loc1
 	br.ret.sptk.many b0
-	.endp	_fini#


More information about the svn-src-all mailing list