This is the mail archive of the gdb-cvs@sourceware.cygnus.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]

src/gdb ChangeLog elfread.c solib.c


CVSROOT:	/cvs/src
Module name:	src
Changes by:	ezannoni@sourceware.cygnus.com	00/05/10 17:36:18

Modified files:
	gdb            : ChangeLog elfread.c solib.c 

Log message:
	2000-05-10  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
	
	* solib.c (symbol_add_stub): Remember the index and the name of
	the section with the lowest address. Use this data (instead of
	data from .text) to pass info into symbol_file_add.
	
	* elfread.c (record_minimal_symbol_and_info): Use the section
	where the symbol lives to get the index, instead of guessing.

Patches:
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.355&r2=1.356
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/gdb/elfread.c.diff?cvsroot=src&r1=1.6&r2=1.7
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/gdb/solib.c.diff?cvsroot=src&r1=1.12&r2=1.13


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