[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug gas/10906] New: as offset miscomputation using intel syntax and loc
From: |
freddy77 at gmail dot com |
Subject: |
[Bug gas/10906] New: as offset miscomputation using intel syntax and local labels |
Date: |
5 Nov 2009 10:37:32 -0000 |
Hi,
I'm using GNU as from Ubuntu Karmic. A library (crypto++) failed to execute
the test. After many debugging it seems that my as produce wrong code. To sum up
library produce a code like
...
4: ...
jne 4b
while while disassembly (objdump -S) I see an invalid offset after jne
instruction and no symbols/relocations used.
I'll attach source .s code and output object
--
Summary: as offset miscomputation using intel syntax and local
labels
Product: binutils
Version: 2.20
Status: NEW
Severity: normal
Priority: P2
Component: gas
AssignedTo: unassigned at sources dot redhat dot com
ReportedBy: freddy77 at gmail dot com
CC: bug-binutils at gnu dot org,freddy77 at gmail dot com
GCC build triplet: x86_64-linux-gnu
GCC host triplet: x86_64-linux-gnu
GCC target triplet: x86_64-linux-gnu
http://sourceware.org/bugzilla/show_bug.cgi?id=10906
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
- [Bug gas/10906] New: as offset miscomputation using intel syntax and local labels,
freddy77 at gmail dot com <=