From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6642 invoked by alias); 4 Jan 2006 07:16:03 -0000 Received: (qmail 6622 invoked by uid 22791); 4 Jan 2006 07:16:02 -0000 X-Spam-Check-By: sourceware.org Received: from nproxy.gmail.com (HELO nproxy.gmail.com) (64.233.182.204) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 04 Jan 2006 07:15:59 +0000 Received: by nproxy.gmail.com with SMTP id c31so1063109nfb for ; Tue, 03 Jan 2006 23:15:57 -0800 (PST) Received: by 10.48.143.6 with SMTP id q6mr633310nfd; Tue, 03 Jan 2006 23:15:56 -0800 (PST) Received: by 10.48.229.18 with HTTP; Tue, 3 Jan 2006 23:15:56 -0800 (PST) Message-ID: <6f48278f0601032315p2038610fw740d7a2c8a420700@mail.gmail.com> Date: Wed, 04 Jan 2006 07:16:00 -0000 From: Jie Zhang To: Jim Blandy , binutils@sources.redhat.com Subject: Re: [PATCH] Add support for Analog Devices Blackfin processor (part 6/6: src toplevel) Cc: gdb-patches@sources.redhat.com In-Reply-To: <8f2776cb0601032139u24a10ebapcda0e8294037cbde@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_12618_7504400.1136358956687" References: <43B160B0.9000203@gmail.com> <8f2776cb0601032139u24a10ebapcda0e8294037cbde@mail.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/msg00032.txt.bz2 ------=_Part_12618_7504400.1136358956687 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Content-length: 870 On 1/4/06, Jim Blandy wrote: > 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. > (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. > Here is the second patch, which is for configure.in, and also sent to binutils@sources.redhat.com. Sorry for not sending the first one to binutils mailing list. > The actual content of the change looks straightforward to me. > If it's also OK for binutils, I'll commit it along with other Blackfin gdb patches. Thanks, Jie ------=_Part_12618_7504400.1136358956687 Content-Type: text/x-patch; name=bfin-toplevel-2.diff; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="bfin-toplevel-2.diff" Content-length: 528 * configure.in: Configure gdb directory for bfin. --- src.orig/configure.in 2006-01-04 15:04:05.000000000 +0800 +++ src/configure.in 2006-01-04 15:02:16.000000000 +0800 @@ -501,7 +501,7 @@ noconfigdirs="$noconfigdirs target-libiberty target-libstdc++-v3 ${libgcj}" ;; bfin-*-*) - noconfigdirs="$noconfigdirs target-libgloss gdb" + noconfigdirs="$noconfigdirs target-libgloss" if test x${is_cross_compiler} != xno ; then target_configdirs="${target_configdirs} target-bsp target-cygmon" fi ------=_Part_12618_7504400.1136358956687--