summaryrefslogtreecommitdiffstats
path: root/libexec/rtld-elf/i386/reloc.c
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2015-04-12 06:45:40 +0000
committerkib <kib@FreeBSD.org>2015-04-12 06:45:40 +0000
commit39372044850f47dd4bea491cc717b227b8214a46 (patch)
tree44179ca0f62fcdabf76a69020223ce74137e5250 /libexec/rtld-elf/i386/reloc.c
parent0fe937192c3bb4e05e924beb5bbc3749efc648cc (diff)
downloadFreeBSD-src-39372044850f47dd4bea491cc717b227b8214a46.zip
FreeBSD-src-39372044850f47dd4bea491cc717b227b8214a46.tar.gz
MFC r280816:
Change default visibility for rtld to hidden, on x86.
Diffstat (limited to 'libexec/rtld-elf/i386/reloc.c')
-rw-r--r--libexec/rtld-elf/i386/reloc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libexec/rtld-elf/i386/reloc.c b/libexec/rtld-elf/i386/reloc.c
index c1e0a39..55b6537 100644
--- a/libexec/rtld-elf/i386/reloc.c
+++ b/libexec/rtld-elf/i386/reloc.c
@@ -48,6 +48,7 @@
#include "debug.h"
#include "rtld.h"
+#include "rtld_tls.h"
/*
* Process the special R_386_COPY relocations in the main program. These
OpenPOWER on IntegriCloud