Source-Changes-HG archive

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

[src/trunk]: src/sys/sys Define PT_TLS.



details:   https://anonhg.NetBSD.org/src/rev/76e1cf72815f
branches:  trunk
changeset: 758030:76e1cf72815f
user:      skrll <skrll%NetBSD.org@localhost>
date:      Thu Oct 14 07:57:34 2010 +0000

description:
Define PT_TLS.

diffstat:

 sys/sys/exec_elf.h |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 983c98bec4cc -r 76e1cf72815f sys/sys/exec_elf.h
--- a/sys/sys/exec_elf.h        Thu Oct 14 07:51:21 2010 +0000
+++ b/sys/sys/exec_elf.h        Thu Oct 14 07:57:34 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: exec_elf.h,v 1.104 2010/09/30 09:11:19 skrll Exp $     */
+/*     $NetBSD: exec_elf.h,v 1.105 2010/10/14 07:57:34 skrll Exp $     */
 
 /*-
  * Copyright (c) 1994 The NetBSD Foundation, Inc.
@@ -348,7 +348,8 @@
 #define        PT_NOTE         4               /* Auxiliary information */
 #define        PT_SHLIB        5               /* Reserved, unspecified semantics */
 #define        PT_PHDR         6               /* Entry for header table itself */
-#define        PT_NUM          7
+#define        PT_TLS          7               /* TLS initialisation image */
+#define        PT_NUM          8
 
 #define        PT_LOOS         0x60000000      /* OS-specific range */
 #define        PT_HIOS         0x6fffffff



Home | Main Index | Thread Index | Old Index