Module Name: src
Committed By: skrll
Date: Fri Dec 17 07:04:52 UTC 2010
Modified Files:
src/libexec/ld.elf_so: ld.elf_so.1
Log Message:
Remove implementation detail.
Bump date.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/libexec/ld.elf_so/ld.elf_so.1
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/ld.elf_so.1
diff -u src/libexec/ld.elf_so/ld.elf_so.1:1.13 src/libexec/ld.elf_so/ld.elf_so.1:1.14
--- src/libexec/ld.elf_so/ld.elf_so.1:1.13 Thu Dec 16 19:25:41 2010
+++ src/libexec/ld.elf_so/ld.elf_so.1 Fri Dec 17 07:04:52 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: ld.elf_so.1,v 1.13 2010/12/16 19:25:41 wiz Exp $
+.\" $NetBSD: ld.elf_so.1,v 1.14 2010/12/17 07:04:52 skrll Exp $
.\"
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -27,7 +27,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd December 16, 2010
+.Dd December 17, 2010
.Dt LD.ELF_SO 1
.Os
.Sh NAME
@@ -63,13 +63,6 @@
.Nm
is loaded is also supplied.
.Pp
-Careful use of code allows
-.Nm
-to relocate itself before proceeding.
-Specifically the use of global variables and
-large switch statements is not allowed.
-The later can cause the output of a jump table that
-can use the equivalent of a global variable.
.Ss Finding objects
Each
.Xr elf 5