--- Additional Comments From jg at jguk dot org 2010-01-19 21:51 ---
I've implemented this feature. Please see attached patch.
Please review, and apply!
--
http://sourceware.org/bugzilla/show_bug.cgi?id=4437
--- You are receiving this mail because: ---
You are on the CC list
--- Additional Comments From jg at jguk dot org 2010-01-19 21:50 ---
Created an attachment (id=4541)
--> (http://sourceware.org/bugzilla/attachment.cgi?id=4541&action=view)
Patch implementing this change
Apply this patch to the ld directory
--
http://sourceware.org/bugzilla/show_bug
--
What|Removed |Added
AssignedTo|unassigned at sources dot |jg at jguk dot org
|redhat dot com |
Status|NEW
--- Additional Comments From raj dot khem at gmail dot com 2010-01-19
18:18 ---
as I see in the code for lnkproperties.h
public:
// WARNING: Do *NOT* define this yourself. The SL5xxx from SHARP does NOT
// have this class.
#ifdef QTOPIA_INTERNAL_FSLP
LnkProperties( AppLnk* lnk,
Hi everybody,
I found a bug in gas when assembling the arm neon instruction vcvt.
The data type specifiers of the vcvt instruction are encoded in the wrong
order.
I was writing some code using the instruction "vcvt.s32.f32 q1,q0" which
should convert a float value
in q0 to an integer in q1. I'm