[PATCH][x86] Fix for objdump internal error

Michael Zolotukhin michael.v.zolotukhin@gmail.com
Tue Dec 17 12:20:00 GMT 2013


Hi,

Recently I've implemented a stress testing for x86 objdump, and that
revealed an internal error.

Here is a small reproducer:
$ cat t.s
.byte 0xFF, 0xDC
$ as t.s
$ objdump -dw
...
0000000000000000 <.text>:
   0:   ff dc                   lcallq *<internal disassembler error>

The fix is attached, but it is without the test - where should this
test be placed?

Best regards,
Michael Zolotukhin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ljmp-fix.patch
Type: application/octet-stream
Size: 1052 bytes
Desc: not available
URL: <https://sourceware.org/pipermail/binutils/attachments/20131217/1535aab9/attachment.obj>


More information about the Binutils mailing list