From owner-freebsd-toolchain@FreeBSD.ORG Fri Nov 5 21:10:18 2010 Return-Path: Delivered-To: freebsd-toolchain@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 892F5106564A for ; Fri, 5 Nov 2010 21:10:18 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (cl-327.ede-01.nl.sixxs.net [IPv6:2001:7b8:2ff:146::2]) by mx1.freebsd.org (Postfix) with ESMTP id 47C428FC08 for ; Fri, 5 Nov 2010 21:10:18 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7:0:248c:65bb:aa3a:190b] (unknown [IPv6:2001:7b8:3a7:0:248c:65bb:aa3a:190b]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 674075C5A for ; Fri, 5 Nov 2010 22:10:17 +0100 (CET) Message-ID: <4CD472BC.4050808@FreeBSD.org> Date: Fri, 05 Nov 2010 22:10:20 +0100 From: Dimitry Andric Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.2.13pre) Gecko/20101104 Lanikai/3.1.7pre MIME-Version: 1.0 To: freebsd-toolchain@freebsd.org References: <4CD05CD9.7000606@andric.com> In-Reply-To: <4CD05CD9.7000606@andric.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Please test the binutils-2.17 project branch X-BeenThere: freebsd-toolchain@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Maintenance of FreeBSD's integrated toolchain List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Nov 2010 21:10:18 -0000 On 2010-11-02 19:47, Dimitry Andric wrote: > - ia64 > > Something in sys/boot/ia64/efi/ldscript.ia64 makes ld complain about > mixing ordered and unordered sections: > > ===> sys/boot/ia64/efi (all) > ... > /usr/obj/ia64.ia64/home/dim/src/freebsd/binutils-2.17/tmp/usr/bin/ld: .data has both ordered [`.IA_64.unwind' in efimd.o] and unordered [`.IA_64.unwind_info' in /usr/obj/ia64.ia64/home/dim/src/freebsd/binutils-2.17/tmp/usr/lib/libstand.a(strlen.o)] sections > /usr/obj/ia64.ia64/home/dim/src/freebsd/binutils-2.17/tmp/usr/bin/ld: final link failed: Bad value I have committed r214850, which makes this, and sys/boot/ia64/ski link, but I need someone to test this on real hardware, at run-time. Does it still boot with this loader.efi? :)