[Bug gas/22623] New: Internal error in output_insn at ../../binutils-2.29.1/gas/config/tc-i386.c:7268.

2017-12-17 Thread b7.10110111 at gmail dot com
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

[Bug binutils/19984] New: objdump aborts on particular x86-64 instruction on 32-bit x86 host

2016-04-23 Thread b7.10110111 at gmail dot com
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

[Bug binutils/19983] New: objdump --adjust-vma fails to understand the VMA>=2^32 on 32-bit host with -m i386:x86-64

2016-04-23 Thread b7.10110111 at gmail dot com
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