This is the mail archive of the binutils@sources.redhat.com 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 DT_MIPS_UNREFEXTNO


I've not looked at the rest of the patch, but large #if 0 blocks without
commenting isn't OK.

>        struct mips_got_info *g;
> +#if 0
>        bfd_size_type dynsecsymcount;
>  
>        /* When we resort, we must tell mips_elf_sort_hash_table what
> @@ -8927,8 +8960,9 @@ _bfd_mips_elf_final_link (bfd *abfd, str
>  		&& !(*bed->elf_backend_omit_section_dynsym) (abfd, info, p))
>  	      ++ dynsecsymcount;
>  	}
> +#endif
>        

-eric


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