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

Alan Modra <amodra at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |INVALID
             Status|UNCONFIRMED                 |RESOLVED

--- Comment #1 from Alan Modra <amodra at gmail dot com> ---
".byte xx" is not an instruction as far as gas is concerned, it's just data. 
The instruction gas saw was "movq (0x30),%rax" and I believe it is quite
correct to emit dwarf line info for that instruction.

Write "movq gs:0x30,%0" if you want this to work.

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

Reply via email to