about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2008-01-30 22:09:01 +0000
committerRoland McGrath <roland@gnu.org>2008-01-30 22:09:01 +0000
commitbc96ecbf4d3b15538d363bb3c5314a52612a202a (patch)
treef63db6f99f3137b0f8a51b240af140980e584d20
parentdd3113da540fff39e6a26ac3d360ea0bfb3d5af8 (diff)
downloadglibc-bc96ecbf4d3b15538d363bb3c5314a52612a202a.tar.gz
glibc-bc96ecbf4d3b15538d363bb3c5314a52612a202a.tar.xz
glibc-bc96ecbf4d3b15538d363bb3c5314a52612a202a.zip
2008-01-30 Roland McGrath <roland@redhat.com>
	* elf/elf.h (NT_386_TLS): New macro.
-rw-r--r--elf/elf.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/elf/elf.h b/elf/elf.h
index 2defde0da7..3fc6244c0c 100644
--- a/elf/elf.h
+++ b/elf/elf.h
@@ -1,5 +1,6 @@
 /* This file defines standard ELF types, structures, and macros.
-   Copyright (C) 1995-2003,2004,2005,2006,2007 Free Software Foundation, Inc.
+   Copyright (C) 1995-2003,2004,2005,2006,2007,2008
+	Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -605,6 +606,7 @@ typedef struct
 #define NT_PRFPXREG	20		/* Contains copy of fprxregset struct */
 #define NT_PRXFPREG	0x46e62b7f	/* Contains copy of user_fxsr_struct */
 #define NT_PPC_VMX	0x100		/* PowerPC Altivec/VMX registers */
+#define NT_386_TLS	0x200		/* i386 TLS slots (struct user_desc) */
 
 /* Legal values for the note segment descriptor types for object files.  */