Hi Ineiev,

The first complain is in do_neon_cvt():
two variables are defined in an improper place.
I think they would better go to the begin of their block.

The second is in do_neon_ext(): the compiler tells of comparing
of signed and unsigned integers; it treats this as an error.
I suggest an explicit conversion to unsigned.

Thanks for reporting these problems. I have checked your patch in along with this changelog entry.

Cheers
  Nick

gas/ChangeLog
2008-03-27  Ineiev  <[EMAIL PROTECTED]>

        * config/tc-arm.c (do_neon_cvt): Move variable declarations to
        start of block.
        (do_neon_ext): Fix sign of comparison.


_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to