X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=gcc%2Fconfig.in;h=69f7e9e65b8ff6330dd8c4cb4e69c3189b1de852;hb=bca4d139fd7eb1b554c6701071c27048a0e458a6;hp=0f5f01164554c33d1e80397cec4d956c755297a5;hpb=c15fcd1f9e9439d6676ceeb25b1a1a114af230d5;p=pf3gnuchains%2Fgcc-fork.git diff --git a/gcc/config.in b/gcc/config.in index 0f5f0116455..69f7e9e65b8 100644 --- a/gcc/config.in +++ b/gcc/config.in @@ -160,6 +160,18 @@ #endif +/* Define if your assembler supports cmpb. */ +#ifndef USED_FOR_TARGET +#undef HAVE_AS_CMPB +#endif + + +/* Define if your assembler supports DFP instructions. */ +#ifndef USED_FOR_TARGET +#undef HAVE_AS_DFP +#endif + + /* Define if your assembler supports dwarf2 .file/.loc directives, and preserves file table indices exactly as given. */ #ifndef USED_FOR_TARGET @@ -203,12 +215,25 @@ #endif +/* Define if your assembler supports the subtraction of symbols in different + sections. */ +#ifndef USED_FOR_TARGET +#undef HAVE_AS_IX86_DIFF_SECT_DELTA +#endif + + /* Define if your assembler supports the ffreep mnemonic. */ #ifndef USED_FOR_TARGET #undef HAVE_AS_IX86_FFREEP #endif +/* Define if your assembler supports the sahf mnemonic. */ +#ifndef USED_FOR_TARGET +#undef HAVE_AS_IX86_SAHF +#endif + + /* Define if your assembler supports the lituse_jsrdirect relocation. */ #ifndef USED_FOR_TARGET #undef HAVE_AS_JSRDIRECT_RELOCS @@ -221,6 +246,12 @@ #endif +/* Define if the assembler won't complain about a line such as # 0 "" 2. */ +#ifndef USED_FOR_TARGET +#undef HAVE_AS_LINE_ZERO +#endif + + /* Define if your assembler supports ltoffx and ldxmov relocations. */ #ifndef USED_FOR_TARGET #undef HAVE_AS_LTOFFX_LDXMOV_RELOCS @@ -747,6 +778,12 @@ /* Define if your assembler and linker support .hidden. */ #undef HAVE_GAS_HIDDEN +/* Define if your assembler supports .literal16. */ +#ifndef USED_FOR_TARGET +#undef HAVE_GAS_LITERAL16 +#endif + + /* Define if your assembler supports specifying the maximum number of bytes to skip when using the GAS .p2align command. */ #ifndef USED_FOR_TARGET