diff options
author | Florian Weimer <fweimer@redhat.com> | 2019-10-09 19:15:33 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2019-10-09 19:15:33 +0200 |
commit | 00fe3c6657161a96890067666760ea8cf22b791c (patch) | |
tree | 01ed1a0b3da6276d3de541e1e5e946366b2539f1 /config.h.in | |
parent | 112a630b086541d29c20e3bb024f4270dadd68c6 (diff) | |
download | glibc-00fe3c6657161a96890067666760ea8cf22b791c.tar.gz glibc-00fe3c6657161a96890067666760ea8cf22b791c.tar.xz glibc-00fe3c6657161a96890067666760ea8cf22b791c.zip |
sparc: Assume GOTDATA support in the toolchain
HAVE_GCC_GOTDATA has apparently never been used. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config.h.in b/config.h.in index 824dfe8d8c..dea43df438 100644 --- a/config.h.in +++ b/config.h.in @@ -47,9 +47,6 @@ #undef STACK_PROTECTOR_LEVEL #endif -/* 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 |