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 coffread.c dbxread.c elfread ...


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

Modified files:
	gdb            : ChangeLog coffread.c dbxread.c elfread.c 
	                 gdb-stabs.h hp-psymtab-read.c hp-symtab-read.c 
	                 hpread.c mdebugread.c minsyms.c mipsread.c 
	                 objfiles.c objfiles.h os9kread.c pa64solib.c 
	                 partial-stab.h remote-os9k.c remote-vx.c 
	                 remote.c rs6000-nat.c somread.c somsolib.c 
	                 stabsread.c symfile.c xcoffread.c 

Log message:
	Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
	
	* objfiles.h (SECT_OFF_DATA, SECT_OFF_TEXT, SECT_OFF_BSS,
	SECT_OFF_RODATA): Define as functions of OBJFILE.  Add
	sect_index_text, sect_index_data, sect_index_rodata,
	sect_index_bss to objfile structure.
	* gdb-stabs.h (SECT_OFF_DATA, SECT_OFF_TEXT, SECT_OFF_BSS,
	SECT_OFF_RODATA): Remove.
	* objfiles.c (allocate_objfile): Initialize
	sect_index_{text,data,bss,rodata} to -1, for error detection.
	
	* symfile.c (default_symfile_offsets): Initialize
	sect_index_{text,data,bss,rodata} from bfd information.
	* xcoffread.c (xcoff_symfile_offsets): Ditto.
	* somread.c (som_symfile_offsets): Initialize
	sect_index_{text,data,bss,rodata}.
	
	* coffread.c, dbxread.c, elfread.c, hp-psymtab-read.c,
	hp-symtab-read.c, hpread.c, mdebugread.c, minsyms.c,
	mipsread.c, objfiles.c, os9kread.c, pa64solib.c, partial-stab.h,
	remote-os9k.c, remote-vx.c, remote.c, rs6000-nat.c, somsolib.c,
	stabsread.c, symfile.c, xcoffread.c:
	Update use of SECT_OFF_{TEXT,DATA,BSS,RODATA} to depend on the
	current objfile.
	
	* xcoffread.c: Add new field objfile to find_targ_sec_arg.

Patches:
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.342&r2=1.343
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/gdb/coffread.c.diff?cvsroot=src&r1=1.3&r2=1.4
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/gdb/dbxread.c.diff?cvsroot=src&r1=1.1.1.10&r2=1.2
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/gdb/elfread.c.diff?cvsroot=src&r1=1.4&r2=1.5
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/gdb/gdb-stabs.h.diff?cvsroot=src&r1=1.2&r2=1.3
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/gdb/hp-psymtab-read.c.diff?cvsroot=src&r1=1.1.1.6&r2=1.2
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/gdb/hp-symtab-read.c.diff?cvsroot=src&r1=1.1.1.3&r2=1.2
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/gdb/hpread.c.diff?cvsroot=src&r1=1.1.1.3&r2=1.2
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/gdb/mdebugread.c.diff?cvsroot=src&r1=1.1.1.5&r2=1.2
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/gdb/minsyms.c.diff?cvsroot=src&r1=1.6&r2=1.7
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/gdb/mipsread.c.diff?cvsroot=src&r1=1.1.1.5&r2=1.2
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/gdb/objfiles.c.diff?cvsroot=src&r1=1.3&r2=1.4
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/gdb/objfiles.h.diff?cvsroot=src&r1=1.2&r2=1.3
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/gdb/os9kread.c.diff?cvsroot=src&r1=1.1.1.6&r2=1.2
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/gdb/pa64solib.c.diff?cvsroot=src&r1=1.2&r2=1.3
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/gdb/partial-stab.h.diff?cvsroot=src&r1=1.2&r2=1.3
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/gdb/remote-os9k.c.diff?cvsroot=src&r1=1.2&r2=1.3
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/gdb/remote-vx.c.diff?cvsroot=src&r1=1.2&r2=1.3
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/gdb/remote.c.diff?cvsroot=src&r1=1.8&r2=1.9
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/gdb/rs6000-nat.c.diff?cvsroot=src&r1=1.4&r2=1.5
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/gdb/somread.c.diff?cvsroot=src&r1=1.2&r2=1.3
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/gdb/somsolib.c.diff?cvsroot=src&r1=1.2&r2=1.3
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/gdb/stabsread.c.diff?cvsroot=src&r1=1.3&r2=1.4
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/gdb/symfile.c.diff?cvsroot=src&r1=1.7&r2=1.8
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/gdb/xcoffread.c.diff?cvsroot=src&r1=1.1.1.9&r2=1.2


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