From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1233 invoked by alias); 1 Apr 2002 19:22:59 -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 1224 invoked from network); 1 Apr 2002 19:22:56 -0000 Received: from unknown (HELO duracef.shout.net) (204.253.184.12) by sources.redhat.com with SMTP; 1 Apr 2002 19:22:56 -0000 Received: (from mec@localhost) by duracef.shout.net (8.11.6/8.11.6) id g31JMnt20803; Mon, 1 Apr 2002 13:22:49 -0600 Date: Mon, 01 Apr 2002 11:22:00 -0000 From: Michael Elizabeth Chastain Message-Id: <200204011922.g31JMnt20803@duracef.shout.net> To: gdb-patches@sources.redhat.com, mec@shout.net Subject: Re: [RFA] import drow dbxread.c fix to branch X-SW-Source: 2002-04/txt/msg00005.txt.bz2 Followup: My test bed loves it for 5.2 (linux native). It improves gcc 2.95.3 -gstabs+ and has no change with any other gcc/goption combination. Okay to import into 5.2? (I'm basically gonna focus on 5.1.1 -> 5.2 regressions for a while, and this is one of them). Michael C 2002-03-21 Daniel Jacobowitz * dbxread.c (process_one_symbol): Extend the first N_SLINE in a function to cover the entire beginning of the function as well if it does not already.