[PATCH] Change type of v850_target_arch to enum bfd_architecture
Alan Modra
amodra@gmail.com
Wed May 18 04:16:00 GMT 2016
On Tue, May 17, 2016 at 11:52:09PM -0400, tbsaunde+binutils@tbsaunde.org wrote:
> * config/tc-v850.c (v850_target_arch): change type to enum
> bfd_architecture.
> * config/tc-v850.h (v850_target_arch): Likewise.
OK, but
> --- a/gas/config/tc-v850.c
> +++ b/gas/config/tc-v850.c
> @@ -39,7 +39,7 @@ static int machine = -1;
>
>
> /* Indiciates the target BFD architecture. */
> -int v850_target_arch = bfd_arch_v850_rh850;
> +enum bfd_architecture v850_target_arch = bfd_arch_v850_rh850;
get rid of excess white space.
--
Alan Modra
Australia Development Lab, IBM
More information about the Binutils
mailing list