From owner-svn-src-all@FreeBSD.ORG Fri Oct 15 21:40:20 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B70011065696; Fri, 15 Oct 2010 21:40:20 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id A610C8FC18; Fri, 15 Oct 2010 21:40:20 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id o9FLeKf0079331; Fri, 15 Oct 2010 21:40:20 GMT (envelope-from dim@svn.freebsd.org) Received: (from dim@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o9FLeKlo079329; Fri, 15 Oct 2010 21:40:20 GMT (envelope-from dim@svn.freebsd.org) Message-Id: <201010152140.o9FLeKlo079329@svn.freebsd.org> From: Dimitry Andric Date: Fri, 15 Oct 2010 21:40:20 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r213906 - head/lib/csu/ia64 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Oct 2010 21:40:20 -0000 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#