summary refs log tree commit diff
path: root/config.h.in
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-02-04 08:41:05 +0000
committerUlrich Drepper <drepper@redhat.com>2003-02-04 08:41:05 +0000
commit6900ded22f42f38175a7810f7c68dbfeef8b8f3a (patch)
treee049d8ddc9709af70a4f14a625114fb0650e0181 /config.h.in
parent663684b285b90ae2dc5d86528341b7d6c005a71b (diff)
downloadglibc-6900ded22f42f38175a7810f7c68dbfeef8b8f3a.tar.gz
glibc-6900ded22f42f38175a7810f7c68dbfeef8b8f3a.tar.xz
glibc-6900ded22f42f38175a7810f7c68dbfeef8b8f3a.zip
Update.
2003-02-03  Jakub Jelinek  <jakub@redhat.com>

	* sysdeps/sparc/sparc32/elf/configure.in (BROKEN_SPARC_WDISP22): New
	check.
	* config.h.in (BROKEN_SPARC_WDISP22): Add.
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in4
1 files changed, 4 insertions, 0 deletions
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