From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22695 invoked by alias); 4 Jan 2006 08:22:24 -0000 Received: (qmail 22677 invoked by uid 22791); 4 Jan 2006 08:22:22 -0000 X-Spam-Check-By: sourceware.org Received: from zproxy.gmail.com (HELO zproxy.gmail.com) (64.233.162.204) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 04 Jan 2006 08:22:15 +0000 Received: by zproxy.gmail.com with SMTP id l1so2913229nzf for ; Wed, 04 Jan 2006 00:22:13 -0800 (PST) Received: by 10.36.24.7 with SMTP id 7mr5049070nzx; Wed, 04 Jan 2006 00:22:13 -0800 (PST) Received: by 10.37.2.42 with HTTP; Wed, 4 Jan 2006 00:22:13 -0800 (PST) Message-ID: <8f2776cb0601040022l6681d490wa01d9a9c2af04a65@mail.gmail.com> Date: Wed, 04 Jan 2006 08:22:00 -0000 From: Jim Blandy To: Jie Zhang Subject: Re: [PATCH] Add support for Analog Devices Blackfin processor (part 3/6: gdb testsuite) Cc: gdb-patches@sources.redhat.com In-Reply-To: <6f48278f0601032241j18428d3ay6c3c9df5cb878e8b@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <43B15FD3.7090404@gmail.com> <8f2776cb0601032131v584c465djaca0483556409c86@mail.gmail.com> <6f48278f0601032241j18428d3ay6c3c9df5cb878e8b@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/msg00035.txt.bz2 On 1/3/06, Jie Zhang wrote: > Hi Jim, > > Thanks a lot for reviewing these patches! Thanks for writing them! > So if target does not set asm-flags, the debug-flags will be set to > "-gstabs", which will override anything target set for it. If any > target want to use dwarf2 as debug information, like bfin and others, > it needs set asm-flags to the vanilla string to avoid the overriding. Hmm; I don't understand why the defaulting process works that way.=20 I've posted a patch intended to make that code unnecessary: http://sourceware.org/ml/gdb-patches/2006-01/msg00034.html Let's see what people say.