diff options
Diffstat (limited to 'gcc/config.in')
-rw-r--r-- | gcc/config.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gcc/config.in b/gcc/config.in index a1c117ab..86b237b 100644 --- a/gcc/config.in +++ b/gcc/config.in @@ -309,19 +309,19 @@ #endif -/* Define true if the assembler supports 'rep <insn>, lock <insn>'. */ +/* Define if your assembler supports the .quad directive. */ #ifndef USED_FOR_TARGET -#undef HAVE_AS_IX86_REP_LOCK_PREFIX +#undef HAVE_AS_IX86_QUAD #endif -/* Define if your assembler supports the .quad directive. */ +/* Define true if the assembler supports 'rep <insn>, lock <insn>'. */ #ifndef USED_FOR_TARGET -#undef HAVE_AS_IX86_QUAD +#undef HAVE_AS_IX86_REP_LOCK_PREFIX #endif -/* Define if your assembler supports the sahf mnemonic. */ +/* Define if your assembler supports the sahf mnemonic in 64bit mode. */ #ifndef USED_FOR_TARGET #undef HAVE_AS_IX86_SAHF #endif |