http://sourceware.org/bugzilla/show_bug.cgi?id=6957

Andreas Schwab <sch...@linux-m68k.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |

--- Comment #28 from Andreas Schwab <sch...@linux-m68k.org> 2011-02-08 17:02:41 
UTC ---
Still broken.

$ cat nopl.s
 nop
 .align 8
$ gas/as-new --32 -mtune=i686 nopl.s
$ objdump -d

a.out:     file format elf32-i386


Disassembly of section .text:

00000000 <.text>:
   0:   90                      nop
   1:   0f 1f 80 00 00 00 00    nopl   0x0(%eax)

-- 
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
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to