Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-8]: src/libexec/ld.elf_so Pull up following revision(s) (requeste...



details:   https://anonhg.NetBSD.org/src/rev/010fd5656fed
branches:  netbsd-8
changeset: 850854:010fd5656fed
user:      snj <snj%NetBSD.org@localhost>
date:      Mon Jul 24 06:15:54 2017 +0000

description:
Pull up following revision(s) (requested by joerg in ticket #126):
        libexec/ld.elf_so/rtld.h: revision 1.128
Drop comments about symbol exporting, the relevant code is gone.

diffstat:

 libexec/ld.elf_so/rtld.h |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (26 lines):

diff -r aae6e35f33b6 -r 010fd5656fed libexec/ld.elf_so/rtld.h
--- a/libexec/ld.elf_so/rtld.h  Mon Jul 24 06:11:39 2017 +0000
+++ b/libexec/ld.elf_so/rtld.h  Mon Jul 24 06:15:54 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rtld.h,v 1.126.6.1 2017/07/04 12:47:58 martin Exp $     */
+/*     $NetBSD: rtld.h,v 1.126.6.2 2017/07/24 06:15:54 snj Exp $        */
 
 /*
  * Copyright 1996 John D. Polstra.
@@ -345,8 +345,6 @@
 #define        RTLD_STATIC_TLS_RESERVATION     64
 
 /* rtld.c */
-
-/* We export these symbols using _rtld_symbol_lookup and is_exported. */
 __dso_public char *dlerror(void);
 __dso_public void *dlopen(const char *, int);
 __dso_public void *dlsym(void *, const char *);
@@ -416,7 +414,6 @@
 Obj_Entry *_rtld_load_library(const char *, const Obj_Entry *, int);
 
 /* symbol.c */
-bool _rtld_is_exported(const Elf_Sym *);
 unsigned long _rtld_elf_hash(const char *);
 const Elf_Sym *_rtld_symlook_obj(const char *, unsigned long,
     const Obj_Entry *, u_int, const Ver_Entry *);



Home | Main Index | Thread Index | Old Index