about summary refs log tree commit diff
path: root/elf/elf.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-09-28 08:00:57 +0000
committerUlrich Drepper <drepper@redhat.com>2001-09-28 08:00:57 +0000
commitddb96b7db11b13f4715e8e999f66c2fd5b48a93a (patch)
tree59ac50378e2d5ab772972dd4aaf6c653305b2b19 /elf/elf.h
parent23ac6e3a2eabed7eefb5af4a231a771572baa531 (diff)
downloadglibc-ddb96b7db11b13f4715e8e999f66c2fd5b48a93a.tar.gz
glibc-ddb96b7db11b13f4715e8e999f66c2fd5b48a93a.tar.xz
glibc-ddb96b7db11b13f4715e8e999f66c2fd5b48a93a.zip
Update.
2001-09-28  Ulrich Drepper  <drepper@redhat.com>

	* elf/elf.h: Define SHF_GROUP and SHF_TLS.
Diffstat (limited to 'elf/elf.h')
-rw-r--r--elf/elf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/elf/elf.h b/elf/elf.h
index 14f465ec7e..555fffae00 100644
--- a/elf/elf.h
+++ b/elf/elf.h
@@ -342,6 +342,8 @@ typedef struct
 #define SHF_LINK_ORDER	     (1 << 7)	/* Preserve order after combining */
 #define SHF_OS_NONCONFORMING (1 << 8)	/* Non-standard OS specific handling
 					   required */
+#define SHF_GROUP	     (1 << 9)	/* Section is member of a group.  */
+#define SHF_TLS		     (1 << 10)	/* Section hold thread-local data.  */
 #define SHF_MASKOS	     0x0ff00000	/* OS-specific.  */
 #define SHF_MASKPROC	     0xf0000000	/* Processor-specific */