[Top][All Lists]
[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.
- [Bug gas/6957] i386 NOPs must be derived from march not mtune, dsd at laptop dot org, 2010/06/08
- [Bug gas/6957] i386 NOPs must be derived from march not mtune, dsd at laptop dot org, 2010/06/08
- [Bug gas/6957] i386 NOPs must be derived from march not mtune, hjl dot tools at gmail dot com, 2010/06/08
- [Bug gas/6957] i386 NOPs must be derived from march not mtune, dsd at laptop dot org, 2010/06/08
- [Bug gas/6957] i386 NOPs must be derived from march not mtune, dsd at laptop dot org, 2010/06/08
- [Bug gas/6957] i386 NOPs must be derived from march not mtune, dsd at laptop dot org, 2010/06/08
- [Bug gas/6957] i386 NOPs must be derived from march not mtune, schwab at linux-m68k dot org, 2010/06/21
- [Bug gas/6957] i386 NOPs must be derived from march not mtune,
hjl dot tools at gmail dot com <=
- [Bug gas/6957] i386 NOPs must be derived from march not mtune, schwab at linux-m68k dot org, 2010/06/21
- [Bug gas/6957] i386 NOPs must be derived from march not mtune, hjl dot tools at gmail dot com, 2010/06/21
- [Bug gas/6957] i386 NOPs must be derived from march not mtune, schwab at linux-m68k dot org, 2010/06/21
- [Bug gas/6957] i386 NOPs must be derived from march not mtune, hjl dot tools at gmail dot com, 2010/06/21
- [Bug gas/6957] i386 NOPs must be derived from march not mtune, schwab at linux-m68k dot org, 2010/06/21
- [Bug gas/6957] i386 NOPs must be derived from march not mtune, hjl dot tools at gmail dot com, 2010/06/23