configure.ac (HAVE_AS_IX86_REP_LOCK_PREFIX): Also require that the assembler accept...
authorUros Bizjak <uros@gcc.gnu.org>
Tue, 3 Jul 2012 07:15:09 +0000 (09:15 +0200)
committerUros Bizjak <uros@gcc.gnu.org>
Tue, 3 Jul 2012 07:15:09 +0000 (09:15 +0200)
commit43283548c184deca6ba9df2f31fe38e9a12738f2
tree9747d59bd4ff9cd93a158762866771757f66d962
parent05437ab595f4f34cfefb1032fd947a91ef1d1ea9
configure.ac (HAVE_AS_IX86_REP_LOCK_PREFIX): Also require that the assembler accept 'rep bsf ...'...

* configure.ac (HAVE_AS_IX86_REP_LOCK_PREFIX): Also require that the
assembler accept 'rep bsf ...', 'rep bsr ...', 'rep ret' and 'rep nop'.
* configure: Regenerated.
* config/i386/i386.md (simple_return_internal_long): Use %;
(ctz<mode>2): Likewise.
(*pause): Likewise.

From-SVN: r189193
gcc/ChangeLog
gcc/config/i386/i386.md
gcc/configure
gcc/configure.ac