http://sourceware.org/bugzilla/show_bug.cgi?id=14355
--- Comment #1 from H.J. Lu <hjl.tools at gmail dot com> 2012-07-17 16:37:54
UTC ---
A smaller testcase:
[hjl@gnu-6 pr14355]$ cat x.s
vpcomb $0x1,%xmm11,%xmm12,%xmm13
.text
.byte 0x8f
.byte 0x48
.byte 0x1c
.byte 0xcc
.byte 0xeb
.byte 0x01
[hjl@gnu-6 pr14355]$ make
as -o x.o x.s
./objdump -dw x.o
x.o: file format elf64-x86-64
Disassembly of section .text:
0000000000000000 <.text>:
0: 8f 48 18 cc eb 01 vpcomb $0x1,%xmm11,%xmm12,%xmm13
6: make: *** [all] Aborted
[hjl@gnu-6 pr14355]$
vpcomb disassembler implementation is wrong.
--
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
bug-binutils mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-binutils