From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30203 invoked by alias); 3 Jan 2002 16:49:42 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 30158 invoked from network); 3 Jan 2002 16:49:38 -0000 Received: from unknown (HELO cygnus.com) (205.180.230.5) by sources.redhat.com with SMTP; 3 Jan 2002 16:49:38 -0000 Received: from cse.cygnus.com (cse.cygnus.com [205.180.230.236]) by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with ESMTP id IAA07513; Thu, 3 Jan 2002 08:49:32 -0800 (PST) Received: (from kev@localhost) by cse.cygnus.com (8.9.3/8.9.3) id JAA01806; Thu, 3 Jan 2002 09:49:15 -0700 Date: Thu, 03 Jan 2002 08:49:00 -0000 From: Kevin Buettner Message-Id: <1020103164915.ZM1805@ocotillo.lan> In-Reply-To: Michael Kesteven "init.c" (Jan 3, 11:45am) References: <200201030045.LAA05590@corfu.atnf.CSIRO.AU> X-Mailer: Z-Mail (4.0.1 13Jan97 Caldera) To: Michael Kesteven , gdb@sources.redhat.com Subject: Re: init.c MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-01/txt/msg00006.txt.bz2 On Jan 3, 11:45am, Michael Kesteven wrote: > I am running SUSE 7.2 linux on a DELL latitude. the compilers (cc, gcc, > f77) > seem to work fine, but I am unable to get the gdb debugger to work: > > it complains of a missing init.c > > > can you advise? Which version of GDB are you using? I think this problem has been fixed by: 2001-09-06 Kevin Buettner * dbxread.c (process_one_symbol): Don't use error result from find_stab_function_addr(). * partial-stab.h (case 'F'): Likewise. * partial-stab.h (case 'f'): Make SOFUN_ADDRESS_MAYBE_MISSING code match that used for case 'F'. This fixes the divergence that was introduced by my 1999-09-14 changes to partial-stab.h. Anyway, this change is in both the current development sources as well as GDB 5.1. Kevin