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: [RFA] -a32 -mvle checking, Was Re: vle testcases


On Thu, May 17, 2012 at 11:22:38AM -0400, James Lemke wrote:
> 	gas/
> 	* config/tc-ppc.c (md_parse_option): Add checks for -a32 -mvle.

OK, but

> +	  if (ppc_cpu & PPC_OPCODE_VLE)
> +	    as_bad (_("The use of -mvle requires -a32."));

we don't capitalize the apparent start of error messages.  We have
"Error: " before this string.  Please fix this in all the vle messages
in tc-ppc.c.  Patch to do so preapproved.

-- 
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]