[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug gas/143] New: sprint_value prints small constants in hex on 64-bit
From: |
bje at sources dot redhat dot com |
Subject: |
[Bug gas/143] New: sprint_value prints small constants in hex on 64-bit targets |
Date: |
3 May 2004 05:10:43 -0000 |
sprint_value() prints small constants (for example, operands that are out of
range) in hex on targets where sizeof (valueT) > sizeof (long). This leads to
confusing errors like:
foo.s:2: Error: operand out of range (0000000000000020 not between 0 and 31)
I'm not sure, off hand, what the least impacting way is to fix this. I'm filing
this PR for now.
--
Summary: sprint_value prints small constants in hex on 64-bit
targets
Product: binutils
Version: unspecified
Status: NEW
Severity: minor
Priority: P2
Component: gas
AssignedTo: unassigned at sources dot redhat dot com
ReportedBy: bje at sources dot redhat dot com
CC: bug-binutils at gnu dot org
http://sources.redhat.com/bugzilla/show_bug.cgi?id=143
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
- [Bug gas/143] New: sprint_value prints small constants in hex on 64-bit targets,
bje at sources dot redhat dot com <=