https://sourceware.org/bugzilla/show_bug.cgi?id=27106
--- Comment #4 from H.J. Lu <hjl.tools at gmail dot com> --- [hjl@gnu-cfl-1 tmp]$ cat x.s fists (%rax) fistl (%rax) [hjl@gnu-cfl-1 tmp]$ objdump -dw x.o x.o: file format elf64-x86-64 Disassembly of section .text: 0000000000000000 <.text>: 0: df 10 fists (%rax) 2: db 10 fistl (%rax) [hjl@gnu-cfl-1 tmp]$ objdump -Mintel -dw x.o x.o: file format elf64-x86-64 Disassembly of section .text: 0000000000000000 <.text>: 0: df 10 fist WORD PTR [rax] 2: db 10 fist DWORD PTR [rax] [hjl@gnu-cfl-1 tmp]$ -- You are receiving this mail because: You are on the CC list for the bug.