From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27101 invoked by alias); 14 May 2007 19:01:21 -0000 Received: (qmail 23043 invoked by uid 22791); 14 May 2007 18:38:45 -0000 X-Spam-Check-By: sourceware.org Received: from hq.tensilica.com (HELO mailapp.tensilica.com) (65.205.227.29) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 14 May 2007 18:38:38 +0000 Received: from localhost ([127.0.0.1]) by mailapp.tensilica.com with esmtp (Exim 4.34) id 1HnfRL-0008J1-GL; Mon, 14 May 2007 11:38:35 -0700 Received: from mailapp.tensilica.com ([127.0.0.1]) by localhost (mailapp [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 31883-01; Mon, 14 May 2007 11:38:35 -0700 (PDT) Received: from maxim_fc5.hq.tensilica.com ([192.168.11.68]) by mailapp.tensilica.com with esmtp (Exim 4.34) id 1HnfRL-0008Iw-5I; Mon, 14 May 2007 11:38:35 -0700 Message-ID: <4648ACAB.2010408@hq.tensilica.com> Date: Mon, 14 May 2007 19:01:00 -0000 From: Maxim Grigoriev User-Agent: Thunderbird 1.5.0.9 (X11/20070102) MIME-Version: 1.0 To: gdb-patches@sources.redhat.com, Daniel Jacobowitz Subject: Re: Handling corner case in building symbol table when "debug_line" includes compilation directory References: <45F8A771.2060008@hq.tensilica.com> <20070315022735.GA9613@caradoc.them.org> <45F8CBDF.9090501@hq.tensilica.com> <20070410210346.GD2056@caradoc.them.org> <461C1EE8.2090600@hq.tensilica.com> <461C42AD.8030905@hq.tensilica.com> <20070514141108.GA27054@caradoc.them.org> In-Reply-To: <20070514141108.GA27054@caradoc.them.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2007-05/txt/msg00252.txt.bz2 Everything works fine. Thanks much for looking into this and fixing formatting issues. -- Maxim Daniel Jacobowitz wrote: > On Tue, Apr 10, 2007 at 07:06:37PM -0700, Maxim Grigoriev wrote: > >> I think I missed one important detail in my patch. >> Here is an improved version: >> >> 2007-04-10 Maxim Grigoriev >> >> * buildsym.c (start_subfile): Add handling missing case while >> building symbol table for a compilation unit. >> > > Sorry I didn't get back to you about this. The patch is fine, but > still had some formatting issues. I've applied this version - please > let me know if it does not work for you. > >