From owner-svn-src-projects@FreeBSD.ORG Sat Jan 25 12:07:44 2014 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D7919F37; Sat, 25 Jan 2014 12:07:44 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C3B041AFC; Sat, 25 Jan 2014 12:07:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0PC7i3l085900; Sat, 25 Jan 2014 12:07:44 GMT (envelope-from kaiw@svn.freebsd.org) Received: (from kaiw@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0PC7iHF085898; Sat, 25 Jan 2014 12:07:44 GMT (envelope-from kaiw@svn.freebsd.org) Message-Id: <201401251207.s0PC7iHF085898@svn.freebsd.org> From: Kai Wang Date: Sat, 25 Jan 2014 12:07:44 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r261157 - projects/elftoolchain X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Jan 2014 12:07:44 -0000 Author: kaiw Date: Sat Jan 25 12:07:44 2014 New Revision: 261157 URL: http://svnweb.freebsd.org/changeset/base/261157 Log: Document libelf/libdwarf update in UPDATING. Modified: projects/elftoolchain/UPDATING Modified: projects/elftoolchain/UPDATING ============================================================================== --- projects/elftoolchain/UPDATING Sat Jan 25 11:46:46 2014 (r261156) +++ projects/elftoolchain/UPDATING Sat Jan 25 12:07:44 2014 (r261157) @@ -31,6 +31,13 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 11 disable the most expensive debugging functionality run "ln -s 'abort:false,junk:false' /etc/malloc.conf".) +20140125: + The libelf and libdwarf libraries have been updated to newer + versions from upstream. Shared library version numbers for + these two libraries were bumped. Any ports or binaries + requiring these two libraries should be recompiled. + __FreeBSD_version is bumped to 1100006. + 20140110: If a Makefile in a tests/ directory was auto-generating a Kyuafile instead of providing an explicit one, this would prevent such