This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils 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]

src/binutils ChangeLog objdump.c readelf.c doc ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	nickc@sourceware.org	2008-12-04 08:04:47

Modified files:
	binutils       : ChangeLog objdump.c readelf.c 
	binutils/doc   : binutils.texi 

Log message:
	* objdump.c (dump_reloc_set): Append "()" to symbol names which
	have the BSF_INDIRECT_FUNCTION type.
	* readelf.c (print_symbol): Fix handling of negative widths.
	(dump_relocations): Append "()" to symbol names which have the
	STT_IFUNC type. Display negative offsets as a positive number with
	a "-" prefix.
	(get_symbol_type): Return "IFUNC" for STT_IFUNC symbols.
	* doc/binutils.texi: Document 'i' symbol type.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/binutils/ChangeLog.diff?cvsroot=src&r1=1.1397&r2=1.1398
http://sourceware.org/cgi-bin/cvsweb.cgi/src/binutils/objdump.c.diff?cvsroot=src&r1=1.148&r2=1.149
http://sourceware.org/cgi-bin/cvsweb.cgi/src/binutils/readelf.c.diff?cvsroot=src&r1=1.430&r2=1.431
http://sourceware.org/cgi-bin/cvsweb.cgi/src/binutils/doc/binutils.texi.diff?cvsroot=src&r1=1.132&r2=1.133


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