Module Name:    src
Committed By:   joerg
Date:           Sun Jul  9 17:57:59 UTC 2017

Modified Files:
        src/libexec/ld.elf_so: rtld.h

Log Message:
Drop comments about symbol exporting, the relevant code is gone.


To generate a diff of this commit:
cvs rdiff -u -r1.127 -r1.128 src/libexec/ld.elf_so/rtld.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/libexec/ld.elf_so/rtld.h
diff -u src/libexec/ld.elf_so/rtld.h:1.127 src/libexec/ld.elf_so/rtld.h:1.128
--- src/libexec/ld.elf_so/rtld.h:1.127	Mon Jun 19 11:57:01 2017
+++ src/libexec/ld.elf_so/rtld.h	Sun Jul  9 17:57:59 2017
@@ -1,4 +1,4 @@
-/*	$NetBSD: rtld.h,v 1.127 2017/06/19 11:57:01 joerg Exp $	 */
+/*	$NetBSD: rtld.h,v 1.128 2017/07/09 17:57:59 joerg Exp $	 */
 
 /*
  * Copyright 1996 John D. Polstra.
@@ -345,8 +345,6 @@ extern Elf_Sym _rtld_sym_zero;
 #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 @@ Elf_Addr _rtld_resolve_ifunc(const Obj_E
 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 *);

Reply via email to