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


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
        


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