mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-05 21:00:05 +00:00
Update.
2001-10-12 Ulrich Drepper <drepper@redhat.com> * elf/elf.h (PT_TLS): New definition. * sysdeps/mach/hurd/Makefile: Add $(CFLAGS) for generation of bits/errno.h
This commit is contained in:
parent
27ed8628e1
commit
459a31635e
@ -1,7 +1,11 @@
|
||||
2001-10-12 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* elf/elf.h (PT_TLS): New definition.
|
||||
|
||||
2001-10-10 Jeff Bailey <jbailey@nisa.net>
|
||||
|
||||
* 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 <roland@frob.com>
|
||||
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user