From 459a31635e9fe474c05e995312fde318d7c4a5b0 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 12 Oct 2001 07:59:07 +0000 Subject: [PATCH] Update. 2001-10-12 Ulrich Drepper * elf/elf.h (PT_TLS): New definition. * sysdeps/mach/hurd/Makefile: Add $(CFLAGS) for generation of bits/errno.h --- ChangeLog | 8 ++++++-- elf/elf.h | 3 ++- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index ce2df740a2..9089b91256 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,11 @@ +2001-10-12 Ulrich Drepper + + * elf/elf.h (PT_TLS): New definition. + 2001-10-10 Jeff Bailey - * sysdeps/mach/hurd/Makefile: Add $(CFLAGS) for generation of - bits/errno.h + * sysdeps/mach/hurd/Makefile: Add $(CFLAGS) for generation of + bits/errno.h 2001-10-07 Roland McGrath diff --git a/elf/elf.h b/elf/elf.h index b5bc262999..cb1a7af829 100644 --- a/elf/elf.h +++ b/elf/elf.h @@ -557,7 +557,8 @@ typedef struct #define PT_NOTE 4 /* Auxiliary information */ #define PT_SHLIB 5 /* Reserved */ #define PT_PHDR 6 /* Entry for header table itself */ -#define PT_NUM 7 /* Number of defined types */ +#define PT_TLS 7 /* Thread-local storage segment */ +#define PT_NUM 8 /* Number of defined types */ #define PT_LOOS 0x60000000 /* Start of OS-specific */ #define PT_HIOS 0x6fffffff /* End of OS-specific */ #define PT_LOPROC 0x70000000 /* Start of processor-specific */