Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/libexec/ld.elf_so Fix typos
details: https://anonhg.NetBSD.org/src/rev/c9d48978164b
branches: trunk
changeset: 446346:c9d48978164b
user: skrll <skrll%NetBSD.org@localhost>
date: Sat Dec 01 13:01:57 2018 +0000
description:
Fix typos
diffstat:
libexec/ld.elf_so/README.TLS | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r 0b28619a5a1d -r c9d48978164b libexec/ld.elf_so/README.TLS
--- a/libexec/ld.elf_so/README.TLS Sat Dec 01 11:17:28 2018 +0000
+++ b/libexec/ld.elf_so/README.TLS Sat Dec 01 13:01:57 2018 +0000
@@ -29,7 +29,7 @@
only i386), also add a weak reference to 0 in src/lib/libc/tls/tls.c.
The generic implementation can be found in tls.c and is used with
-__HAVE_COMMON___TLS_GET_ADDR. It depends on ___lwp_getprivate_fast
+__HAVE_COMMON___TLS_GET_ADDR. It depends on __lwp_getprivate_fast
(see below).
(5) Implement the necessary relocation records in mdreloc.c. There are
@@ -59,7 +59,7 @@
e.g. starting offset is counting down from the TCB.
-(6) Implement _lwp_getprivate_fast() in machine/mcontext.h and set
+(6) Implement __lwp_getprivate_fast() in machine/mcontext.h and set
__HAVE___LWP_GETPRIVATE_FAST in machine/types.h.
(7) Test using src/tests/lib/libc/tls. Make sure with "objdump -R" that
Home |
Main Index |
Thread Index |
Old Index