diff options
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 53c68236c5..b5034545bc 100644 --- a/config.h.in +++ b/config.h.in @@ -87,6 +87,12 @@ certain registers (CR0, MQ, CTR, LR) in asm statements. */ #undef BROKEN_PPC_ASM_CR0 +/* Defined on SPARC if as and ld both support GOTDATA relocations. */ +#undef HAVE_BINUTILS_GOTDATA + +/* Defined on SPARC if GCC emits GOTDATA relocations. */ +#undef HAVE_GCC_GOTDATA + /* Define if the linker supports the -z combreloc option. */ #undef HAVE_Z_COMBRELOC |