From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25686 invoked by alias); 8 Mar 2011 19:11:40 -0000 Received: (qmail 25673 invoked by uid 22791); 8 Mar 2011 19:11:39 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-fx0-f41.google.com (HELO mail-fx0-f41.google.com) (209.85.161.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 08 Mar 2011 19:11:32 +0000 Received: by fxm5 with SMTP id 5so6407527fxm.0 for ; Tue, 08 Mar 2011 11:11:30 -0800 (PST) Received: by 10.223.6.11 with SMTP id 11mr73344fax.101.1299610985469; Tue, 08 Mar 2011 11:03:05 -0800 (PST) MIME-Version: 1.0 Received: by 10.223.112.143 with HTTP; Tue, 8 Mar 2011 11:01:41 -0800 (PST) In-Reply-To: <4D7677D9.8060409@marino.st> References: <4D767199.1000607@marino.st> <4D7677D9.8060409@marino.st> From: Mike Frysinger Date: Tue, 08 Mar 2011 19:11:00 -0000 Message-ID: Subject: Re: PATCH: Fix support for DragonFly BSD on binutils 2.21 and trunk To: John Marino Cc: binutils@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org X-SW-Source: 2011-03/txt/msg00134.txt.bz2 On Tue, Mar 8, 2011 at 1:39 PM, John Marino wrote: > Conversely I imagine the regenerated configure and bfd/configure would be > identical to my patched version, so you alternatively you can replace > "Regenerate." with "Likewise.". saying "Regenerate" is fine > 2011-03-08 =A0John Marino =A0 > > =A0 =A0 =A0 =A0* configure.ac: Update support for *-*-dragonfly* > =A0 =A0 =A0 =A0* config.guess: Likewise. > =A0 =A0 =A0 =A0* config.rpath: Likewise. > =A0 =A0 =A0 =A0* bfd/configure.in: Likewise. > =A0 =A0 =A0 =A0* bfd/config.bfd: Likewise. > =A0 =A0 =A0 =A0* config/tcl.m4: Likewise. > =A0 =A0 =A0 =A0* gas/configure.tgt: Likewise. > =A0 =A0 =A0 =A0* gold/configure.tgt: Likewise. > =A0 =A0 =A0 =A0* ld/configure.host: Likewise. > =A0 =A0 =A0 =A0* ld/configure.tgt: Likewise. > > =A0 =A0 =A0 =A0* configure: Regenerate. > =A0 =A0 =A0 =A0* bfd/configure: Regenerate. each subdir gets its own changelog. so you'll want to split it up like so: /: 2011-03-08 John Marino * configure.ac: Update support for *-*-dragonfly*. * config.guess: Likewise. * config.rpath: Likewise. * configure: Regenerate. bfd/: 2011-03-08 John Marino * configure.in: Update support for *-*-dragonfly*. * config.bfd: Likewise. gas/: 2011-03-08 John Marino * configure.tgt: Update support for *-*-dragonfly*. etc... -mike