bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug gas/24076] New: LWPINS not handled correctly in Intel syntax


From: abel at cs dot uni-saarland.de
Subject: [Bug gas/24076] New: LWPINS not handled correctly in Intel syntax
Date: Wed, 09 Jan 2019 17:30:54 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=24076

            Bug ID: 24076
           Summary: LWPINS not handled correctly in Intel syntax
           Product: binutils
           Version: 2.31
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: gas
          Assignee: unassigned at sourceware dot org
          Reporter: abel at cs dot uni-saarland.de
  Target Milestone: ---

For the instruction "lwpins rax,DWORD PTR [rax],0x1", gas reports "Error: no
instruction mnemonic suffix given; can't determine immediate size".

"lwpins rax, [rax],0x1" is assembled properly. 

objdump disassembles it as "lwpins rax,DWORD PTR [rax],0x1":

$ objdump -Mintel -d asm.o

asm.o:     file format elf64-x86-64


Disassembly of section .text:

0000000000000000 <.text>:
   0:   8f ea f8 12 00 01 00    lwpins rax,DWORD PTR [rax],0x1
   7:   00 00

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]