[Bug binutils/4834] Incorrect bytemode in x86 disassembler

2007-07-23 Thread ht at inter7 dot jp
--- Additional Comments From ht at inter7 dot jp 2007-07-24 04:37 --- Some more bytemode issues. % cat cvt.s .text .byte 0xF2, 0x0F, 0xC2, 0x00, 0x00 .byte 0xF3, 0x0F, 0xC2, 0x00, 0x00 .byte 0x66, 0x0F, 0x2A, 0x00 .byte 0x0F, 0x2D, 0x00 .byte 0xF2, 0x0F, 0x2D, 0x00 .byte 0x0F, 0x2C

[Bug binutils/4835] movd insn isn't changed to movq in x86-64 disassembler

2007-07-23 Thread ht at inter7 dot jp
--- Additional Comments From ht at inter7 dot jp 2007-07-24 04:35 --- Some more similar issue. REX.W is ignored. (some are incorrect bytemode) % cat rex.w.s .text .byte 0x48, 0xF2, 0x0F, 0x2A, 0x00 .byte 0x48, 0xF3, 0x0F, 0x2A, 0x00 .byte 0x48, 0xF2, 0x0F, 0x2D, 0x00 .byte 0x48, 0xF3

[Bug binutils/4835] New: movd insn isn't changed to movq in x86-64 disassembler

2007-07-23 Thread ht at inter7 dot jp
With REX.W prefix, "movd" insn changes to "movq" in 64 bit mode, Intel syntax. But disassembler still prints movd and doesn't recognize REX.W prefix. % objdump -v GNU objdump (GNU Binutils) 2.17.50.20070723 Copyright 2007 Free Software Foundation, Inc. This program is free software; you may redist

[Bug binutils/4834] New: Incorrect bytemode in x86 disassembler

2007-07-23 Thread ht at inter7 dot jp
Disassembler prints incorrect bytemode for SSE insns in Intel syntax. % objdump -v GNU objdump (GNU Binutils) 2.17.50.20070723 Copyright 2007 Free Software Foundation, Inc. This program is free software; you may redistribute it under the terms of the GNU General Public License version 3 or (at you

[Bug binutils/4781] binutils 2.17.50.0.7 and later eats up memory when calling gnujava wizards in OpenOffice

2007-07-23 Thread jakub at redhat dot com
--- Additional Comments From jakub at redhat dot com 2007-07-23 13:39 --- If you get an 8 byte .eh_frame_hdr section in the linked libc.so, then I'd like an reproducer from you, because all my x86_64 glibcs are just fine when compiled with recent (e.g. 2.17.50.0.12) binutils. So, please