From owner-freebsd-current@FreeBSD.ORG Fri Jan 7 20:57:44 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1B533106566C for ; Fri, 7 Jan 2011 20:57:44 +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 D3C9E8FC0C for ; Fri, 7 Jan 2011 20:57:43 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7:0:5c0b:8518:f9c5:c52e] (unknown [IPv6:2001:7b8:3a7:0:5c0b:8518:f9c5:c52e]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id B712F5C5A for ; Fri, 7 Jan 2011 21:57:42 +0100 (CET) Message-ID: <4D277E4B.1030006@FreeBSD.org> Date: Fri, 07 Jan 2011 21:57:47 +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.14pre) Gecko/20110104 Lanikai/3.1.8pre MIME-Version: 1.0 To: freebsd-current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: HEADS UP: Merge of binutils 2.17 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jan 2011 20:57:44 -0000 Hi all, For some time, I have been working on importing a newer version of binutils into -current. This updates our quite ancient 2.15 version to the last version available under GPLv2, 2.17.50. (Special thanks to Nathan Whitehorn for his valuable feedback.) As far as I know, all issues building and running the base system with this version of binutils have been solved, so I am planning to merge it into -current in approximately one week (e.g. Friday, 2011-01-14). If you want to test, please checkout the project branch: svn://svn.freebsd.org/base/projects/binutils-2.17 or apply the following diff to r217118 or later (warning: very large diff, might need handholding to apply successfully, and use -E while patching): http://www.andric.com/freebsd/binutils/binutils-2.17-r217118-1.diff.xz Then build world and kernel from the resulting source tree, and install them. There should be no directly visible changes, except for the newer version number reported by as(1), ld(1) and so on: 2.17.50 [FreeBSD] 2007-07-03 Please report any problems with either the base system, or ports that come up as a result of this binutils update.