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]

Re: [RFA] [pei-386] prevent ld (auto-import) from generating broken code



Why is this one needed?  That's what the ATTRIBUTE_UNUSED is for...

The rest of it looks OK to me.  I assume you're done the usual
build/test cycle, yes?

> @@ -931,6 +947,8 @@
>    struct bfd_hash_entry *h;
>    PTR string ATTRIBUTE_UNUSED;
>  {
> +  (void)string;
> +
>    if (pe_dll_extra_pe_debug)


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