From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27013 invoked by alias); 4 Jan 2006 05:39:57 -0000 Received: (qmail 26985 invoked by uid 22791); 4 Jan 2006 05:39:57 -0000 X-Spam-Check-By: sourceware.org Received: from zproxy.gmail.com (HELO zproxy.gmail.com) (64.233.162.192) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 04 Jan 2006 05:39:52 +0000 Received: by zproxy.gmail.com with SMTP id l1so2883098nzf for ; Tue, 03 Jan 2006 21:39:50 -0800 (PST) Received: by 10.36.80.2 with SMTP id d2mr1252069nzb; Tue, 03 Jan 2006 21:39:42 -0800 (PST) Received: by 10.37.2.42 with HTTP; Tue, 3 Jan 2006 21:39:48 -0800 (PST) Message-ID: <8f2776cb0601032139u24a10ebapcda0e8294037cbde@mail.gmail.com> Date: Wed, 04 Jan 2006 05:39:00 -0000 From: Jim Blandy To: Jie Zhang Subject: Re: [PATCH] Add support for Analog Devices Blackfin processor (part 6/6: src toplevel) Cc: gdb-patches@sources.redhat.com In-Reply-To: <43B160B0.9000203@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <43B160B0.9000203@gmail.com> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-01/txt/msg00028.txt.bz2 On 12/27/05, Jie Zhang wrote: > This final part only contains one line change in src top level > configure, which will enable configure in gdb directory for bfin port. I think you want to post a patch to configure.in, not configure.=20 (It's preferred to omit the patches to configure scripts generated from configure.in or configure.ac files when posting work for review.) And the patch needs to go to binutils@sources.redhat.com, as well as gdb-patches. The actual content of the change looks straightforward to me.