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: hjl dot tools at gmail dot com
Subject: [Bug gas/6957] i386 NOPs must be derived from march not mtune
Date: 21 Jun 2010 14:28:43 -0000

------- Additional Comments From hjl dot tools at gmail dot com  2010-06-21 
14:28 -------
(In reply to comment #18)
> That does not work for me.
> 
> $ cat nopl.s
>  cmove %eax,%edx
>  .align 8
> $ as --32 -mtune=i686 nopl.s 
> $ objdump -dr | grep nopl
>    3:   0f 1f 44 00 00          nopl   0x0(%eax,%eax,1)
> $ as --32 -mtune=i686 -march=i486 nopl.s 
> nopl.s: Assembler messages:
> nopl.s:1: Error: `cmove' is not supported on `i486'
> 
> There should be a way to set -mtune while letting -march alone.

Please state exactly what you have in mind. From

$ cat nopl.s
 cmove %eax,%edx
 .align 8

you want i686 instructions, but you don't want to
tune for i686. Is that correct?


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |WAITING


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



reply via email to

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