------- Additional Comments From asl at math dot spbu dot ru  2009-12-20 17:42 
-------
Testcase:
$ cat vcvt.s 
        .text
        .globl  test
        .align  2
test:
        vcvt.s32.f64    s0, d0
$ arm-eabi-as vcvt.s -mfpu=vfp -o test.o && arm-eabi-objdump -d test.o && 
cat test.o
00000000 <test>:
   0:   eebd0b40        vcvtr.s32.f64   s0, d0

the correct instruction should have 0xc0 instead of 0x40

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=11109

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

Reply via email to