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 solib.c symfile.h symfile.c ChangeLog


CVSROOT:	/cvs/src
Module name:	src
Changes by:	ezannoni@sourceware.cygnus.com	00/04/17 09:09:04

Modified files:
	gdb            : solib.c symfile.h symfile.c ChangeLog 

Log message:
	2000-04-17  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
	
	* symfile.h (struct section_addr_info ): Remove fields for special
	treatment of .text, .data and .bss sections.
	
	* solib.c (symbol_add_stub): The special field text_addr is not
	available anymore. Search for the .text field the hard way.
	
	* symfile.c (build_section_addr_info_from_section_table): Don't
	fill in {text, data, bss}_addr any more.
	(default_symfile_offsets): Don't use {text, data, bss}_addr fields
	to fill in section_offsets for objfile.
	(syms_from_objfile): Don't deal with {text, data, bss}_addr as a
	special case anymore.
	(add_symbol_file_command): Ditto.

Patches:
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/gdb/solib.c.diff?cvsroot=src&r1=1.10&r2=1.11
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/gdb/symfile.h.diff?cvsroot=src&r1=1.2&r2=1.3
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/gdb/symfile.c.diff?cvsroot=src&r1=1.6&r2=1.7
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.278&r2=1.279


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