From 6900ded22f42f38175a7810f7c68dbfeef8b8f3a Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 4 Feb 2003 08:41:05 +0000 Subject: Update. 2003-02-03 Jakub Jelinek * sysdeps/sparc/sparc32/elf/configure.in (BROKEN_SPARC_WDISP22): New check. * config.h.in (BROKEN_SPARC_WDISP22): Add. --- config.h.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config.h.in') diff --git a/config.h.in b/config.h.in index 0b0a828151..d00d33483b 100644 --- a/config.h.in +++ b/config.h.in @@ -109,6 +109,10 @@ certain registers (CR0, MQ, CTR, LR) in asm statements. */ #undef BROKEN_PPC_ASM_CR0 +/* Defined on SPARC if ld doesn't handle R_SPARC_WDISP22 against .hidden + symbol. sysdeps/sparc/sparc32/elf/configure. */ +#undef BROKEN_SPARC_WDISP22 + /* Define if the linker supports the -z combreloc option. */ #undef HAVE_Z_COMBRELOC -- cgit v1.2.1