[PATCHv2 2/3] bfd/arc: Rename enum entries to avoid conflicts

Nick Clifton nickc@redhat.com
Wed Apr 13 13:34:00 GMT 2016


Hi Andrew,

> bfd/ChangeLog:
> 
> 	* elf32-arc.c (tls_got_entries): Add 'TLS_GOT_' prefix to all
> 	entries.
> 	(elf_arc_relocate_section): Update enum uses.
> 	(elf_arc_check_relocs): Likewise.
> 	(elf_arc_finish_dynamic_symbol): Likewise.

Approved - please apply.  But ...

> -				      + (entry->existing_entries == MOD_AND_OFF ? 4 : 0));
> +				      + (entry->existing_entries ==TLS_GOT_MOD_AND_OFF ? 4 : 0));

You need a space between the == and the TLS_GOT_MOD_AND_OFF.

Cheers
  Nick



More information about the Binutils mailing list