Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Oct 2010 21:40:20 +0000 (UTC)
From:      Dimitry Andric <dim@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r213906 - head/lib/csu/ia64
Message-ID:  <201010152140.o9FLeKlo079329@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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#



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201010152140.o9FLeKlo079329>