Severity: normal
Priority: P2
Component: gas
Assignee: unassigned at sourceware dot org
Reporter: b7.10110111 at gmail dot com
Target Milestone: ---
I have a `test.s` file, which contains a single line:
{disp32}
When I run `as test.s`, I get an error
Priority: P2
Component: binutils
Assignee: unassigned at sourceware dot org
Reporter: b7.10110111 at gmail dot com
Target Milestone: ---
This bug reproduces on a 32-bit host, but doesn't on 64-bit. Here're bash
commands which reproduce it:
xxd -g1 -r
NEW
Severity: normal
Priority: P2
Component: binutils
Assignee: unassigned at sourceware dot org
Reporter: b7.10110111 at gmail dot com
Target Milestone: ---
I'm on a 32-bit x86 machine, trying to disassemble some 64-bit x86_64 code.
Here's an exa