https://sourceware.org/bugzilla/show_bug.cgi?id=28818
H.J. Lu <hjl.tools at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |INVALID
Status|WAITING |RESOLVED
--- Comment #3 from H.J. Lu <hjl.tools at gmail dot com> ---
(In reply to Ivan G from comment #0)
> Hello, I needed to disassemble some code dumped in raw binary format.
> Resulting output contains strange truncations of the addresses.
>
> Command example:
> objdump --adjust-vma=0x7fff12312300 -D -Mintel,x86-64 -b binary -m i386
> <object>
'i386" tells objdump that the input is 32-bit. Please use i386:x86-64
for 64-bit address.
--
You are receiving this mail because:
You are on the CC list for the bug.