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] [SPARC] gas: detect DCTI couples in sparc


    
    > +/* Non-zero if as should generate a warning if an unpredictable DCTI
    > +   (delayed control transfer instruction) couple is found.  */
    > +static int dcti_couples_detect;
    
    For clarity, I suggest that you change "as" to "the assembler" in the
    comment above.

Ok.
    
    Also - is there any particular reason why you used the "int" type for
    this variable, when "bfd_boolean" might have been more appropriate ?

Not really, I am just following the same style than in the rest of
tc-sparc.c, where bfd_booleans are unheard-of :)


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