This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: init.c


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  <kevinb@redhat.com>
	
	* 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]