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

src/gdb ChangeLog coffread.c elfread.c objfile ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	ezannoni@sourceware.cygnus.com	2000-08-07 08:02:48

Modified files:
	gdb            : ChangeLog coffread.c elfread.c objfiles.c 
	                 objfiles.h remote.c symfile.c symtab.h 

Log message:
	2000-08-07  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
	
	* objfiles.h (SECT_OFF_BSS): Don't detect invalid sect_index_bss
	here, let the users of the macro do it.
	* symtab.h (ANOFFSET): Detect here if the section index is not
	initialized.
	* xcoffread.c (find_targ_sec): Don't treat .bss as special,
	because some objfiles may not have that section at all.
	* coffread.c (cs_to_section): Ditto.
	* elfread.c (elf_symtab_read): Detect an uninitialized index
	value.
	(elfstab_offset_sections): The macro ANOFFSET cannot be used as an
	lvalue anymore.
	* remote.c (get_offsets, remote_cisco_objfile_relocate): Don't use
	ANOFFSET as an lvalue.
	* objfiles.c (objfile_relocate, objfile_relocate): Don't use
	ANOFFSET as an lvalue.
	* symfile.c (default_symfile_offsets): Don't use ANOFFSET as an
	lvalue.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.593&r2=1.594
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/coffread.c.diff?cvsroot=src&r1=1.10&r2=1.11
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/elfread.c.diff?cvsroot=src&r1=1.10&r2=1.11
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/objfiles.c.diff?cvsroot=src&r1=1.8&r2=1.9
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/objfiles.h.diff?cvsroot=src&r1=1.5&r2=1.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/remote.c.diff?cvsroot=src&r1=1.18&r2=1.19
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/symfile.c.diff?cvsroot=src&r1=1.16&r2=1.17
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/symtab.h.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]