bug-binutils
[Top][All Lists]
Advanced

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

[Bug gas/19910] Unsigned arithmetic and %hi()/%low() operators


From: nickc at redhat dot com
Subject: [Bug gas/19910] Unsigned arithmetic and %hi()/%low() operators
Date: Tue, 05 Apr 2016 10:20:40 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=19910

Nick Clifton <nickc at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nickc at redhat dot com

--- Comment #1 from Nick Clifton <nickc at redhat dot com> ---
Hi Orlando,

  This happens because the assembler does not support U as a suffix for integer
constants.  Reduced test case:

  % cat fred.s
  sethi      %hi (((0x7FE3CU))), %fp
  sethi      %hi (((0x7FE3C))), %fp
  sethi      %hi (((0x7FE3CV))), %fp

  % as fred.s
fred.s:1: Error: missing ')'
fred.s:1: Error: missing ')'
fred.s:3: Error: missing ')'
fred.s:3: Error: missing ')'

  Obviously however the error message is bogus.  So I will look into that.

Cheers
  Nick

-- 
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]