[Bug gas/11109] Invalid vcvt UAL encoding

2010-01-20 Thread cvs-commit at gcc dot gnu dot org

--- Additional Comments From nickc at redhat dot com  2010-01-20 11:21 
---
Patch checked in.
--- Additional Comments From cvs-commit at gcc dot gnu dot org  2010-01-20 
11:21 ---
Subject: Bug 11109

CVSROOT:/cvs/src
Module name:src
Changes by: ni...@sourceware.org2010-01-20 11:21:37

Modified files:
gas: ChangeLog ChangeLog-2009 
gas/testsuite  : ChangeLog 

Log message:
Add changelog entries for PR 11109.  Patch itself was accidentally 
committed earlier.
Remove Spurious whitespace in ChangeLog-2009.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/ChangeLog.diff?cvsroot=src&r1=1.4068&r2=1.4069
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/ChangeLog-2009.diff?cvsroot=src&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/ChangeLog.diff?cvsroot=src&r1=1.1618&r2=1.1619



-- 
   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED


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


[Bug gas/11109] Invalid vcvt UAL encoding

2010-01-20 Thread nickc at redhat dot com

--- Additional Comments From nickc at redhat dot com  2010-01-20 11:21 
---
Patch checked in.

-- 
   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED


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


[Bug gas/11109] Invalid vcvt UAL encoding

2010-01-16 Thread asl at math dot spbu dot ru

--- Additional Comments From asl at math dot spbu dot ru  2010-01-16 11:10 
---
The fix looks ok for me.

-- 
   What|Removed |Added

 Status|WAITING |NEW


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


[Bug gas/11109] Invalid vcvt UAL encoding

2010-01-07 Thread asl at math dot spbu dot ru

--- Additional Comments From asl at math dot spbu dot ru  2010-01-07 17:06 
---
Hi, Nick

Looks ok for me, thanks!

-- 


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


[Bug gas/11109] Invalid vcvt UAL encoding

2009-12-21 Thread nickc at redhat dot com

--- Additional Comments From nickc at redhat dot com  2009-12-21 16:52 
---
Hi Anton,

  Please could you try out the uploaded patch and let me know if it fixes the
problem for you.

Cheers
  Nick


-- 
   What|Removed |Added

 Status|NEW |WAITING


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


[Bug gas/11109] Invalid vcvt UAL encoding

2009-12-21 Thread nickc at redhat dot com

--- Additional Comments From nickc at redhat dot com  2009-12-21 16:51 
---
Created an attachment (id=4476)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=4476&action=view)
correctly encode vcvt instruction


-- 


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


[Bug gas/11109] Invalid vcvt UAL encoding

2009-12-20 Thread asl at math dot spbu dot ru

--- 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.f64s0, d0
$ arm-eabi-as vcvt.s -mfpu=vfp -o test.o && arm-eabi-objdump -d test.o && 
cat test.o
 :
   0:   eebd0b40vcvtr.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