From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2853 invoked by alias); 4 Jan 2006 05:32:03 -0000 Received: (qmail 2840 invoked by uid 22791); 4 Jan 2006 05:32:03 -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:32:01 +0000 Received: by zproxy.gmail.com with SMTP id l1so2881842nzf for ; Tue, 03 Jan 2006 21:31:59 -0800 (PST) Received: by 10.36.153.3 with SMTP id a3mr4375290nze; Tue, 03 Jan 2006 21:31:59 -0800 (PST) Received: by 10.37.2.42 with HTTP; Tue, 3 Jan 2006 21:31:59 -0800 (PST) Message-ID: <8f2776cb0601032131v584c465djaca0483556409c86@mail.gmail.com> Date: Wed, 04 Jan 2006 05:32: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: <43B15FD3.7090404@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> 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/msg00026.txt.bz2 On 12/27/05, Jie Zhang wrote: + set asm-flags "-I${srcdir}/${subdir} -I${objdir}/${subdir}" What's the story behind these -I flags that seem to be sprouting up in a lot of the cases in asm-source.exp? It seems like they should either be necessary everywhere, or nowhere.