[patch] ARM gas Floating Point options

Nick Clifton nickc@redhat.com
Tue Dec 9 18:39:00 GMT 2003


Hi Richard,

> Please see this message on the gcc lists for a more detailed discussion.
>
> http://gcc.gnu.org/ml/gcc-patches/2003-12/msg00642.html

Ah - thanks.  In which case I assume that you have no objections to
Paul's patch ?

Paul - there is one very trivial problem with your patch:

  @@ -10569,24 +10574,26 @@ md_begin ()
   #if defined OBJ_COFF || defined OBJ_ELF
     {
       unsigned int flags = 0;
  -
  +    
       /* Set the flags in the private structure.  */
       if (uses_apcs_26)      flags |= F_APCS26;
  
This appears to be adding back in a set of unnecessary spaces.

Apart from that please consider this patch approved and apply it when
you can.

Cheers
        Nick
        



More information about the Binutils mailing list