bug-binutils
[Top][All Lists]
Advanced

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

[Bug gas/6957] i386 NOPs must be derived from march not mtune


From: address@hidden
Subject: [Bug gas/6957] i386 NOPs must be derived from march not mtune
Date: Tue, 8 Feb 2011 17:02:57 +0000

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

Andreas Schwab <address@hidden> changed:

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

--- Comment #28 from Andreas Schwab <address@hidden> 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.



reply via email to

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