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

Re: [PATCH] Fix MIPS bfd/elfxx-mips.c compile warning.


Hi Steven,

Using gcc-4.1.0-20050604

Ooo - clever gcc. You didn't say, but I assume that the warning was about "value" possibly being uninitialised when it is used right ? This is gcc's interprocedural analysis really coming into its own here.


Anyway I have applied your suggested patch together with this ChangeLog entry.

Cheers
  Nick

bfd/ChangeLog
2005-08-29  Steven J. Hill <sjhill@realitydiluted.com>

	* elfxx-mips.c (_bfd_mips_elf_relocate_section): Initialise
	'value' to avoid compile time warning message.


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