[Bug ld/4437] ld check all files are present and indicate those missing

2010-01-19 Thread jg at jguk dot org
--- 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

[Bug ld/4437] ld check all files are present and indicate those missing

2010-01-19 Thread jg at jguk dot org
--- 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

[Bug ld/4437] ld check all files are present and indicate those missing

2010-01-19 Thread jg at jguk dot org
-- What|Removed |Added AssignedTo|unassigned at sources dot |jg at jguk dot org |redhat dot com | Status|NEW

[Bug ld/11175] ld marks destructor hidden global

2010-01-19 Thread raj dot khem at gmail dot com
--- 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,

ARM NEON instruction vcvt is encoded wrong

2010-01-19 Thread André Bergner
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