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

H.J. Lu <hjl.tools at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|---                         |WORKSFORME

--- Comment #3 from H.J. Lu <hjl.tools at gmail dot com> ---
./objdump -dwr x.o

x.o:     file format elf64-x86-64


Disassembly of section .text:

0000000000000000 <main>:
   0:   55                      push   %rbp
   1:   48 89 e5                mov    %rsp,%rbp
   4:   8f                      (bad)  
   5:   eb 5c                   jmp    63 <main+0x63>
   7:   ec                      in     (%dx),%al
   8:   00 00                   add    %al,(%rax)
   a:   00 b8 00 00 00 00       add    %bh,0x0(%rax)
  10:   5d                      pop    %rbp
  11:   c3                      retq   
[hjl@gnu-6 pr19659]$

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to