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: RFC: PATCH: ld/12942: Plugin not handling correctly resolution of COMDATs.


On Saturday, July 09, 2011 02:21:26 Alan Modra wrote:
> 2011-07-09  H.J. Lu  <hongjiu.lu@intel.com>
> 
> 	PR ld/12942
> 	* elf-bfd.h (_bfd_elf_section_already_linked): Replace
> 	"asection *" with "struct already_linked *".

this sometimes causes a warning as the header for this struct isnt included, 
and a forward decl isnt provided.
In file included from interp.c:69:
../../bfd/elf-bfd.h:1801: warning: âstruct already_linkedâ declared inside 
parameter list
../../bfd/elf-bfd.h:1801: warning: its scope is only this definition or 
declaration, which is probably not what you want
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.


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