From owner-freebsd-toolchain@FreeBSD.ORG Wed Jun 22 17:36:36 2011 Return-Path: Delivered-To: toolchain@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4FFF71065672 for ; Wed, 22 Jun 2011 17:36:36 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id C96C58FC08 for ; Wed, 22 Jun 2011 17:36:35 +0000 (UTC) Received: from [10.30.101.53] ([209.117.142.2]) (authenticated bits=0) by harmony.bsdimp.com (8.14.4/8.14.3) with ESMTP id p5MHUWEQ094157 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES128-SHA bits=128 verify=NO); Wed, 22 Jun 2011 11:30:33 -0600 (MDT) (envelope-from imp@bsdimp.com) Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii From: Warner Losh In-Reply-To: Date: Wed, 22 Jun 2011 11:30:19 -0600 Content-Transfer-Encoding: quoted-printable Message-Id: References: <0C35FE0F-3301-44C6-AC40-233F6C446EBC@gmail.com> <744CFC2C-0F17-4AED-A54A-FC93EB885FAD@bsdimp.com> To: Ryan Stone X-Mailer: Apple Mail (2.1084) X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0.1 (harmony.bsdimp.com [10.0.0.6]); Wed, 22 Jun 2011 11:30:34 -0600 (MDT) Cc: toolchain@FreeBSD.ORG Subject: Re: ARM issue with old binutils X-BeenThere: freebsd-toolchain@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Maintenance of FreeBSD's integrated toolchain List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Jun 2011 17:36:36 -0000 On Jun 22, 2011, at 10:42 AM, Ryan Stone wrote: > On Wed, Jun 22, 2011 at 11:39 AM, Warner Losh wrote: >> I'd be inclined to include a small patch to FreeBSD's binutils to = implement this. You might be able to snag it from a newer version of = binutils if you can track down the author of that code and ask if you = can include it in a GPLv2 version of binutils. >=20 > Wouldn't the FSF be the copyright owner? I thought that they required > copyright assignment for contributions? Not necessarily. Only large things need to be assigned. Simple patches = not so much... Warner