From owner-svn-src-all@FreeBSD.ORG Tue Jan 28 23:57:52 2014 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 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B363ED58; Tue, 28 Jan 2014 23:57:52 +0000 (UTC) Received: from mail-la0-x231.google.com (mail-la0-x231.google.com [IPv6:2a00:1450:4010:c03::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9D8E81797; Tue, 28 Jan 2014 23:57:51 +0000 (UTC) Received: by mail-la0-f49.google.com with SMTP id y1so928123lam.8 for ; Tue, 28 Jan 2014 15:57:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=hAltUawWGPzIeUCER9YWekDwz/qfsKAcV89oH9IJYak=; b=WNRHBPRVRZQC7DnpMrUwrcARmMM57MJjrzL21XKIxufW5e7UdXpauy3Hp7TI8Nv3mS rVbev0rYYgQDJN4D3JSxiyB1ZrSQfxxq7hBcqivGLldOiP4F5vfUoGCmnX1sHDm9x1e2 TADLY2I+UTqkJEuo2VLsSJg3PEDzGBEmsSlkNE/80DaSz4Pp58bnOnW0Cm0UZDGalecD xISXhyl0kj54SUKHQ83DC7UaR4mIc8rHjkSJrt0bqd6wRqntGVtsaPmAvfo9nkCmsKEt MeTlo6fb2qf1mD20BE4pmOxDJXOJHxitsfUQUsU9qGGLbn4IY3yIcFKFLWXirwZJy5YL pPkQ== X-Received: by 10.112.209.97 with SMTP id ml1mr2769106lbc.26.1390953469642; Tue, 28 Jan 2014 15:57:49 -0800 (PST) Received: from localhost (s83-179-26-16.cust.tele2.se. [83.179.26.16]) by mx.google.com with ESMTPSA id cu8sm343567lbb.12.2014.01.28.15.57.48 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Tue, 28 Jan 2014 15:57:48 -0800 (PST) Sender: Kai Wang Received: from localhost.localdomain ([127.0.0.1] helo=localhost.my.domain) by localhost with esmtp (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1W8IX2-000FlI-Ir; Wed, 29 Jan 2014 00:57:28 +0100 Received: (from kaiw@localhost) by localhost.my.domain (8.14.5/8.14.5/Submit) id s0SNvSVr060591; Wed, 29 Jan 2014 00:57:28 +0100 (CET) (envelope-from kaiw@FreeBSD.org) X-Authentication-Warning: localhost.my.domain: kaiw set sender to kaiw@FreeBSD.org using -f Date: Wed, 29 Jan 2014 00:57:28 +0100 From: Kai Wang To: Pedro Giffuni Subject: Re: svn commit: r261246 - in head: . cddl/contrib/opensolaris/tools/ctf/cvt contrib/elftoolchain lib/libdwarf lib/libelf sys/sys Message-ID: <20140128235728.GC93265@soulhacker> References: <201401282138.s0SLcsVV085769@svn.freebsd.org> <62D9690C-16B3-4ECF-B534-4D454989865D@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <62D9690C-16B3-4ECF-B534-4D454989865D@FreeBSD.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.17 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: Tue, 28 Jan 2014 23:57:52 -0000 On Tue, Jan 28, 2014 at 05:37:11PM -0500, Pedro Giffuni wrote: > 2) We start seeing more of those binutils replacements[1] in elftoolchain find their way into the tree now that they are already in the vendor area. Yes I will try to do that later. Some of the binutils replacements in elftoolchain were almost ready. We just need to do more testing and to probably implement new features found in more recent binutils. Thanks, Kai