diff options
Diffstat (limited to 'gcc/config.in')
| -rw-r--r-- | gcc/config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config.in b/gcc/config.in index fbe9acd..bd43cb8 100644 --- a/gcc/config.in +++ b/gcc/config.in @@ -529,6 +529,9 @@ /* Define if your assembler and linker support unaligned PC relative relocs. */ #undef HAVE_AS_SPARC_UA_PCREL +/* Define if your assembler and linker support unaligned PC relative relocs against hidden symbols. */ +#undef HAVE_AS_SPARC_UA_PCREL_HIDDEN + /* Define if the assembler supports 64bit sparc. */ #undef AS_SPARC64_FLAG |
