From owner-svn-src-all@FreeBSD.ORG Mon Jan 12 03:06:29 2015 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CF5FEA5F; Mon, 12 Jan 2015 03:06:29 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BB6C47B2; Mon, 12 Jan 2015 03:06:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0C36Tcj017120; Mon, 12 Jan 2015 03:06:29 GMT (envelope-from emaste@FreeBSD.org) Received: (from emaste@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0C36TiX017119; Mon, 12 Jan 2015 03:06:29 GMT (envelope-from emaste@FreeBSD.org) Message-Id: <201501120306.t0C36TiX017119@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: emaste set sender to emaste@FreeBSD.org using -f From: Ed Maste Date: Mon, 12 Jan 2015 03:06:29 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r277040 - head/release/doc/en_US.ISO8859-1/relnotes X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18-1 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: Mon, 12 Jan 2015 03:06:29 -0000 Author: emaste Date: Mon Jan 12 03:06:29 2015 New Revision: 277040 URL: https://svnweb.freebsd.org/changeset/base/277040 Log: Add ELF Tool Chain release notes Most recent import in r276398 and switch to ELF Tool Chain tools by default in r276796. Reviewed by: gjb Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D1501 Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml ============================================================================== --- head/release/doc/en_US.ISO8859-1/relnotes/article.xml Mon Jan 12 02:50:22 2015 (r277039) +++ head/release/doc/en_US.ISO8859-1/relnotes/article.xml Mon Jan 12 03:06:29 2015 (r277040) @@ -777,12 +777,26 @@ patches that add new relocations for &arch.powerpc; support. + The + ELF Tool Chain has been updated to + upstream revision r3136. + The texinfo utility and info pages were removed from the base system. The print/texinfo port should be installed on systems where info pages are needed. + + The ELF + object manipulation tools + addr2line, + elfcopy (strip), + nm, + size, and + strings were switched to the + versions from the ELF Tool Chain project. +