Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/libexec/ld.elf_so/symbol.c,v rcsdiff: /ftp/cvs/cvsroot/src/libexec/ld.elf_so/symbol.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.55 retrieving revision 1.56 diff -u -p -r1.55 -r1.56 --- src/libexec/ld.elf_so/symbol.c 2011/03/09 23:10:07 1.55 +++ src/libexec/ld.elf_so/symbol.c 2011/03/12 22:54:36 1.56 @@ -1,4 +1,4 @@ -/* $NetBSD: symbol.c,v 1.55 2011/03/09 23:10:07 joerg Exp $ */ +/* $NetBSD: symbol.c,v 1.56 2011/03/12 22:54:36 joerg Exp $ */ /* * Copyright 1996 John D. Polstra. @@ -40,7 +40,7 @@ #include #ifndef lint -__RCSID("$NetBSD: symbol.c,v 1.55 2011/03/09 23:10:07 joerg Exp $"); +__RCSID("$NetBSD: symbol.c,v 1.56 2011/03/12 22:54:36 joerg Exp $"); #endif /* not lint */ #include @@ -97,6 +97,9 @@ _rtld_is_exported(const Elf_Sym *def) (fptr_t)_rtld_tls_allocate, (fptr_t)_rtld_tls_free, (fptr_t)__tls_get_addr, +#ifdef __i386__ + (fptr_t)___tls_get_addr, +#endif #endif NULL };