diff options
Diffstat (limited to 'gcc/acconfig.h')
-rw-r--r-- | gcc/acconfig.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/acconfig.h b/gcc/acconfig.h index b0a44d00aca..2d0457b6c8b 100644 --- a/gcc/acconfig.h +++ b/gcc/acconfig.h @@ -72,6 +72,9 @@ /* Define if your assembler supports .weak. */ #undef HAVE_GAS_WEAK +/* Define if your assembler supports .hidden. */ +#undef HAVE_GAS_HIDDEN + /* Define if your assembler uses the old HImode fild and fist notation. */ #undef HAVE_GAS_FILDS_FISTS |