From owner-svn-src-all@FreeBSD.ORG Wed Jan 29 04:58:03 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 458F7D2D for ; Wed, 29 Jan 2014 04:58:03 +0000 (UTC) Received: from mail-ie0-f178.google.com (mail-ie0-f178.google.com [209.85.223.178]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0CE0D1E7C for ; Wed, 29 Jan 2014 04:58:02 +0000 (UTC) Received: by mail-ie0-f178.google.com with SMTP id x13so1670095ief.9 for ; Tue, 28 Jan 2014 20:57:56 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:subject:mime-version:content-type:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to; bh=vD9wSEKm63GSOVgCFdXIvEHBqRSIigcCko9/OZzMPno=; b=J3ZNMR0YRy3fRWF+iNeNmBTu6VLfxxd4ROa8rmk+upWMgGl5l7EC87yR9VgSSoY4NA 16V1burFYTI+hwWGLLS7etnztgMfjQ99vDlWMYJbgggMVyeWIFAglSIsJrtt0IjhdOre dmqKZGO2/9H8B+/sscGbMiTSlm8yPzqA1fvxnsGiC4mz+qPqRuNAfZIShEBrbaCM6B4w zjKqxxI1tooW8L+lnm5cZdibT0fNW7pXbxDnHQyZCir2sxXDm/EkKz4pDGbsqDz7ThTN kXRoeYmOrpVKITJTnXcGLwo0Gy7EVfGIOdvad+gUrXff1Bo/iTOxBgj2AWP+CJTyafC1 kw4A== X-Gm-Message-State: ALoCoQnBvO3DiFjJuDsIG7KU/vsiMrvtNjMk6Ig+Wzx4w/ygy4SEgXd0dd450DC00h3xm/2Qhi6x X-Received: by 10.43.56.4 with SMTP id wa4mr4368819icb.18.1390971476763; Tue, 28 Jan 2014 20:57:56 -0800 (PST) Received: from fusion-mac.bsdimp.com (50-78-194-198-static.hfc.comcastbusiness.net. [50.78.194.198]) by mx.google.com with ESMTPSA id ft2sm4919082igb.5.2014.01.28.20.57.55 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 28 Jan 2014 20:57:56 -0800 (PST) Sender: Warner Losh Subject: Re: svn commit: r261246 - in head: . cddl/contrib/opensolaris/tools/ctf/cvt contrib/elftoolchain lib/libdwarf lib/libelf sys/sys Mime-Version: 1.0 (Apple Message framework v1085) Content-Type: text/plain; charset=us-ascii From: Warner Losh In-Reply-To: <20140128235728.GC93265@soulhacker> Date: Tue, 28 Jan 2014 21:57:54 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: <0470457F-7F74-4B0E-9B89-270BAD2624B1@bsdimp.com> References: <201401282138.s0SLcsVV085769@svn.freebsd.org> <62D9690C-16B3-4ECF-B534-4D454989865D@FreeBSD.org> <20140128235728.GC93265@soulhacker> To: Kai Wang X-Mailer: Apple Mail (2.1085) Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, Pedro Giffuni , 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: Wed, 29 Jan 2014 04:58:03 -0000 On Jan 28, 2014, at 4:57 PM, Kai Wang wrote: > 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. >=20 > 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. Let's make sure we shake this stuff out... There was insufficient shake = out time when the bsdl dtc replaced the gpl one, as well as lack of = proper notice to the current maintainer of the gpl dtc... Let's learn = from that experience shall we, so we don't have another mess to sort = out. Warner