]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(PT_GNU_EH_FRAME): Define.
authorUlrich Drepper <drepper@redhat.com>
Tue, 8 Jan 2002 06:28:21 +0000 (06:28 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 8 Jan 2002 06:28:21 +0000 (06:28 +0000)
elf/elf.h

index 82c7936badd2b7e65a42b966b6b3e89cb3ea9f5c..db7a952b370c8dcafccf835e27c7f31ae47c2a9c 100644 (file)
--- a/elf/elf.h
+++ b/elf/elf.h
@@ -560,6 +560,7 @@ typedef struct
 #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_GNU_EH_FRAME 0x6474e550     /* GCC .eh_frame_hdr segment */
 #define PT_HIOS                0x6fffffff      /* End of OS-specific */
 #define PT_LOPROC      0x70000000      /* Start of processor-specific */
 #define PT_HIPROC      0x7fffffff      /* End of processor-specific */