This is the mail archive of the binutils@sources.redhat.com 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] ARM gas Floating Point options #2


paul@codesourcery.com said:
> 2003-12-05  Paul Brook  <paul@codesourcery.com>
> 	* config/tc-arm.c (FPU_MAVERICK): Define.
> 	(FPU_ARCH_MAVERICK): Define.
> 	(arm_float_abi): Define.
> 	(mfloat_abi_opt): New variable.
> 	(md_begin): Use them.
> 	(arm_opts): Add msoft-float and mhard-float.
> 	(arm_cpus): Use FPU_ARCH_MAVERICK.
> 	(arm_fpus): Add maverick.
> 	(arm_float_abis): Add.
> 	(arm_parse_float_abi): New function.
> 	(arm_long_options): Add mfloat-abi.
> 	* doc/as.texinfo: Document -mfloat-abi=.
> 	* doc/c-arm.text: Ditto. Menution -fpu=maverick. 

OK.

However, watch out for white-space at the end of lines.  Particularly this 
one:

@@ -11645,24 +11657,35 @@ md_begin ()
 #if defined OBJ_COFF || defined OBJ_ELF
   {
     unsigned int flags = 0;
-
+    



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