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]
Other format: [Raw text]

gdb arch-utils.h arch-utils.c gdbarch.sh elfre ...


CVSROOT:	/cvs/uberbaum
Module name:	gdb
Changes by:	ezannoni@sources.redhat.com	2002-02-05 17:20:26

Modified files:
	.              : arch-utils.h arch-utils.c gdbarch.sh elfread.c 
	                 coffread.c gdbarch.h gdbarch.c ChangeLog 

Log message:
	2002-02-04  Elena Zannoni  <ezannoni@redhat.com>
	
	* gdbarch.sh: Add definitions for COFF_MAKE_MSYMBOL_SPECIAL and
	ELF_MAKE_MSYMBOL_SPECIAL.
	* gdbarch.c, gdbarch.h: Regenerate.
	* arch-utils.c (default_elf_make_msymbol_special,
	default_coff_make_msymbol_special): New functions.
	* arch-utils.h (default_elf_make_msymbol_special,
	default_coff_make_msymbol_special): Export.
	* elfread.c (elf_symtab_read): Compile use of
	ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
	multiarched.
	* coffread.c (coff_symtab_read): Ditto, for
	COFF_MAKE_MSYMBOL_SPECIAL.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/gdb/arch-utils.h.diff?cvsroot=uberbaum&r1=1.27&r2=1.28
http://sources.redhat.com/cgi-bin/cvsweb.cgi/gdb/arch-utils.c.diff?cvsroot=uberbaum&r1=1.49&r2=1.50
http://sources.redhat.com/cgi-bin/cvsweb.cgi/gdb/gdbarch.sh.diff?cvsroot=uberbaum&r1=1.106&r2=1.107
http://sources.redhat.com/cgi-bin/cvsweb.cgi/gdb/elfread.c.diff?cvsroot=uberbaum&r1=1.19&r2=1.20
http://sources.redhat.com/cgi-bin/cvsweb.cgi/gdb/coffread.c.diff?cvsroot=uberbaum&r1=1.24&r2=1.25
http://sources.redhat.com/cgi-bin/cvsweb.cgi/gdb/gdbarch.h.diff?cvsroot=uberbaum&r1=1.76&r2=1.77
http://sources.redhat.com/cgi-bin/cvsweb.cgi/gdb/gdbarch.c.diff?cvsroot=uberbaum&r1=1.101&r2=1.102
http://sources.redhat.com/cgi-bin/cvsweb.cgi/gdb/ChangeLog.diff?cvsroot=uberbaum&r1=1.2142&r2=1.2143


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