From owner-svn-src-projects@FreeBSD.ORG Wed Dec 24 03:00:24 2014 Return-Path: Delivered-To: svn-src-projects@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 31E6681C; Wed, 24 Dec 2014 03:00:24 +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 1DAB3B5; Wed, 24 Dec 2014 03:00:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBO30NhE026225; Wed, 24 Dec 2014 03:00:23 GMT (envelope-from emaste@FreeBSD.org) Received: (from emaste@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBO30NCv026224; Wed, 24 Dec 2014 03:00:23 GMT (envelope-from emaste@FreeBSD.org) Message-Id: <201412240300.sBO30NCv026224@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: emaste set sender to emaste@FreeBSD.org using -f From: Ed Maste Date: Wed, 24 Dec 2014 03:00:23 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r276164 - in projects/elftoolchain-update-r3130/contrib/elftoolchain: . ar as brandelf documentation elfdump findtextrel isa ld mk test tools 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.18-1 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: Wed, 24 Dec 2014 03:00:24 -0000 Author: emaste Date: Wed Dec 24 03:00:23 2014 New Revision: 276164 URL: https://svnweb.freebsd.org/changeset/base/276164 Log: Copy elftoolchain top-level directory from vendor at r260684 Subdirectories are copied from r276062. This will allow 'svn merge' at the elftoolchain top level to work properly. Previously only the subdirectories were related to the vendor branch according to svn metadata, which meant they would have to be merged individually. Replaced: projects/elftoolchain-update-r3130/contrib/elftoolchain/ - copied from r260684, vendor/elftoolchain/dist/ - copied from r276062, head/contrib/elftoolchain/addr2line/ - copied from r276062, head/contrib/elftoolchain/common/ - copied from r276062, head/contrib/elftoolchain/cxxfilt/ - copied from r276062, head/contrib/elftoolchain/elfcopy/ - copied from r276062, head/contrib/elftoolchain/libdwarf/ - copied from r276062, head/contrib/elftoolchain/libelf/ - copied from r276062, head/contrib/elftoolchain/libelftc/ - copied from r276062, head/contrib/elftoolchain/nm/ - copied from r276062, head/contrib/elftoolchain/readelf/ - copied from r276062, head/contrib/elftoolchain/size/ - copied from r276062, head/contrib/elftoolchain/strings/ Directory Properties: projects/elftoolchain-update-r3130/contrib/elftoolchain/addr2line/ (props changed) projects/elftoolchain-update-r3130/contrib/elftoolchain/common/ (props changed) projects/elftoolchain-update-r3130/contrib/elftoolchain/cxxfilt/ (props changed) projects/elftoolchain-update-r3130/contrib/elftoolchain/elfcopy/ (props changed) projects/elftoolchain-update-r3130/contrib/elftoolchain/libdwarf/ (props changed) projects/elftoolchain-update-r3130/contrib/elftoolchain/libelf/ (props changed) projects/elftoolchain-update-r3130/contrib/elftoolchain/libelftc/ (props changed) projects/elftoolchain-update-r3130/contrib/elftoolchain/nm/ (props changed) projects/elftoolchain-update-r3130/contrib/elftoolchain/readelf/ (props changed) projects/elftoolchain-update-r3130/contrib/elftoolchain/size/ (props changed) projects/elftoolchain-update-r3130/contrib/elftoolchain/strings/ (props changed) Deleted: projects/elftoolchain-update-r3130/contrib/elftoolchain/GNUmakefile projects/elftoolchain-update-r3130/contrib/elftoolchain/INSTALL projects/elftoolchain-update-r3130/contrib/elftoolchain/Makefile projects/elftoolchain-update-r3130/contrib/elftoolchain/README projects/elftoolchain-update-r3130/contrib/elftoolchain/RELEASE-NOTES projects/elftoolchain-update-r3130/contrib/elftoolchain/ar/ projects/elftoolchain-update-r3130/contrib/elftoolchain/as/ projects/elftoolchain-update-r3130/contrib/elftoolchain/brandelf/ projects/elftoolchain-update-r3130/contrib/elftoolchain/documentation/ projects/elftoolchain-update-r3130/contrib/elftoolchain/elfdump/ projects/elftoolchain-update-r3130/contrib/elftoolchain/findtextrel/ projects/elftoolchain-update-r3130/contrib/elftoolchain/isa/ projects/elftoolchain-update-r3130/contrib/elftoolchain/ld/ projects/elftoolchain-update-r3130/contrib/elftoolchain/mk/ projects/elftoolchain-update-r3130/contrib/elftoolchain/test/ projects/elftoolchain-update-r3130/contrib/elftoolchain/tools/