From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20495 invoked by alias); 1 Apr 2002 16:56:35 -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 20474 invoked from network); 1 Apr 2002 16:56:33 -0000 Received: from unknown (HELO duracef.shout.net) (204.253.184.12) by sources.redhat.com with SMTP; 1 Apr 2002 16:56:33 -0000 Received: (from mec@localhost) by duracef.shout.net (8.11.6/8.11.6) id g31GuWH02431 for gdb-patches@sources.redhat.com; Mon, 1 Apr 2002 10:56:32 -0600 Date: Mon, 01 Apr 2002 08:56:00 -0000 From: Michael Elizabeth Chastain Message-Id: <200204011656.g31GuWH02431@duracef.shout.net> To: gdb-patches@sources.redhat.com Subject: [RFA] import drow dbxread.c fix to branch X-SW-Source: 2002-04/txt/msg00002.txt.bz2 I would like to import this bug fix to the 5.2 branch: http://sources.redhat.com/ml/gdb-cvs/2002-03/msg00149.html 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. This ought to fix a major regression with gcc 2.95.3 -gstabs+, as reported in PR gdb/379 and PR gdb/380. I'm about to run a test of this in my Linux test bed. Assuming that it works and doesn't regress anything else, is it okay to import this patch to the 5.2 branch? Michael C