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/bfd ChangeLog elf64-aarch64.c


CVSROOT:	/cvs/src
Module name:	src
Changes by:	willnewton@sourceware.org	2013-05-20 13:26:40

Modified files:
	bfd            : ChangeLog elf64-aarch64.c 

Log message:
	bfd/elf64-aarch64.c: Remove dead code.
	
	The relocs_copied member is never assigned a non-NULL value, so
	this code does not appear to be used.
	
	bfd/ChangeLog:
	
	2013-05-20  Will Newton  <will.newton@linaro.org>
	
	* elf64-aarch64.c (elf64_aarch64_link_hash_entry): Remove
	relocs_copied member.
	(elf64_aarch64_link_hash_newfunc): Remove initialization of
	relocs_copied member.
	(elf64_aarch64_copy_indirect_symbol): Remove code to copy
	relocs_copied member.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/bfd/ChangeLog.diff?cvsroot=src&r1=1.6059&r2=1.6060
http://sourceware.org/cgi-bin/cvsweb.cgi/src/bfd/elf64-aarch64.c.diff?cvsroot=src&r1=1.16&r2=1.17


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