[PATCH] Record whether an object attribute is actually set

Alan Modra amodra@gmail.com
Fri May 16 08:27:00 GMT 2014


On Mon, May 12, 2014 at 11:22:13PM +0000, Matthew Fortune wrote:
> --- a/bfd/elf-bfd.h
> +++ b/bfd/elf-bfd.h
> @@ -1472,6 +1472,7 @@ typedef struct obj_attribute
>    int type;
>    unsigned int i;
>    char *s;
> +  bfd_boolean is_set;
>  } obj_attribute;

Note that, because someone added a 2 * 71 array of this struct to
elf_obj_data, all ELF object BFDs get hit by any increase here,
whether the files use attributes or not.  Can you do without the flag,
somehow?

-- 
Alan Modra
Australia Development Lab, IBM



More information about the Binutils mailing list