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: [PATCHv2 2/3] bfd/arc: Rename enum entries to avoid conflicts


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


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