src/binutils ChangeLog dwarf.c dwarf.h readelf.c

hjl@sourceware.org hjl@sourceware.org
Sat Oct 9 05:52:00 GMT 2010


CVSROOT:	/cvs/src
Module name:	src
Changes by:	hjl@sourceware.org	2010-10-09 05:52:29

Modified files:
	binutils       : ChangeLog dwarf.c dwarf.h readelf.c 

Log message:
	Use BYTE_GET_SIGNED on r_addend.
	
	2010-10-08  H.J. Lu  <hongjiu.lu@intel.com>
	
	* dwarf.c (byte_get_signed): Make it extern.
	
	* dwarf.h (byte_get_signed): New.
	
	* readelf.c (BYTE_GET_SIGNED): New.
	(slurp_rela_relocs): Use BYTE_GET_SIGNED on r_addend.
	(dump_relocations): Properly dump r_addend.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/binutils/ChangeLog.diff?cvsroot=src&r1=1.1695&r2=1.1696
http://sourceware.org/cgi-bin/cvsweb.cgi/src/binutils/dwarf.c.diff?cvsroot=src&r1=1.76&r2=1.77
http://sourceware.org/cgi-bin/cvsweb.cgi/src/binutils/dwarf.h.diff?cvsroot=src&r1=1.17&r2=1.18
http://sourceware.org/cgi-bin/cvsweb.cgi/src/binutils/readelf.c.diff?cvsroot=src&r1=1.515&r2=1.516



More information about the Binutils-cvs mailing list