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: [PATCH] Change type of v850_target_arch to enum bfd_architecture


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


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