From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11975 invoked by alias); 18 Feb 2004 03:40:44 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 11966 invoked from network); 18 Feb 2004 03:40:43 -0000 Received: from unknown (HELO external2.doc.com) (199.72.38.17) by sources.redhat.com with SMTP; 18 Feb 2004 03:40:43 -0000 Received: (qmail 19978 invoked from network); 18 Feb 2004 03:40:41 -0000 Received: from cpe-24-221-209-215.co.sprintbbd.net (HELO ?192.168.1.101?) (24.221.209.215) by external2.doc.com with SMTP; 18 Feb 2004 03:40:41 -0000 Subject: Re: [rfa/symtab] Move find_pc_section call to lookup_minimal_symbol_by_pc From: Adam Fedor To: Elena Zannoni Cc: Michael Elizabeth Chastain , Andrew Cagney , "gdb-patches@sources.redhat.com" In-Reply-To: <16434.8945.503610.387191@localhost.redhat.com> References: <20040209215812.6112F4B363@berman.michael-chastain.com> <16433.1743.781290.240346@localhost.redhat.com> <1076993228.1512.1.camel@localhost.localdomain> <16434.8945.503610.387191@localhost.redhat.com> Content-Type: text/plain Organization: Message-Id: <1077075639.1239.0.camel@localhost.localdomain> Mime-Version: 1.0 Date: Wed, 18 Feb 2004 03:40:00 -0000 Content-Transfer-Encoding: 7bit X-SW-Source: 2004-02/txt/msg00501.txt.bz2 On Tue, 2004-02-17 at 07:19, Elena Zannoni wrote: > Adam Fedor writes: > > On Mon, 2004-02-16 at 11:07, Elena Zannoni wrote: > > > Michael Elizabeth Chastain writes: > > > > The filenames are a problem because gdb1237-1280-main.c > > > > and gdb1237-1280.c are not 8.3 unique. > > > > > > > > You either have to make them 8.3 unique (preferred) or > > > > add lines to config/djgpp/fnchange.lst. > > > > > > > > > > I created a new PR to include both problems and use that new number. PR/1555. > > > > > > > > > OK. Well I've added patterns that match the most recent failure, which > > is the only one I can recreate in a reasonable amount of time. > > > > this is fine and can go in, after you address DanielJ concern. > OK. Commited with the suggested change, and also the platform I tested on.