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] Fixes for a small number of compiler warnings


On Tue, Mar 31, 2015 at 04:47:10PM +0200, Ed Schouten wrote:
> --- a/ld/emultempl/elf32.em
> +++ b/ld/emultempl/elf32.em
> @@ -1412,7 +1412,7 @@ gld${EMULATION_NAME}_before_allocation (void)
>    asection *sinterp;
>    bfd *abfd;
>    struct elf_link_hash_entry *ehdr_start = NULL;
> -  struct bfd_link_hash_entry ehdr_start_save = ehdr_start_save;
> +  struct bfd_link_hash_entry ehdr_start_save = {};
>  
>    if (is_elf_hash_table (link_info.hash))
>      {

Committed.

-- 
Alan Modra
Australia Development Lab, IBM


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