diff options
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 4ddab7d775..5f16874584 100644 --- a/config.h.in +++ b/config.h.in @@ -59,6 +59,9 @@ assembler's `.type' directive, if it has one. */ #undef ASM_TYPE_DIRECTIVE_PREFIX +/* Define if the assembler supports the gnu_unique_object symbol type. */ +#undef HAVE_ASM_UNIQUE_OBJECT + /* Define a symbol_name as a global .symbol_name for ld. */ #undef HAVE_ASM_GLOBAL_DOT_NAME |