bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug gas/13843] Negative immediate for vmov fails on 32-bit host


From: amodra at gmail dot com
Subject: [Bug gas/13843] Negative immediate for vmov fails on 32-bit host
Date: Wed, 14 Mar 2012 15:27:59 +0000

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

--- Comment #1 from Alan Modra <amodra at gmail dot com> 2012-03-14 15:27:59 
UTC ---
Created attachment 6286
  --> http://sourceware.org/bugzilla/attachment.cgi?id=6286
patch

This hack works by virtue of X_unsigned only being false when the expression
parser sees a unary negate.  So -65536 can be distinguished from 0xffff0000
even on a 32-bit host.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]