From: Ulrich Drepper Date: Tue, 8 Jan 2002 06:28:21 +0000 (+0000) Subject: (PT_GNU_EH_FRAME): Define. X-Git-Tag: cvs/glibc-2-2-5~62 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84c35e470d920d2f4439a724de0fd17f13f15244;p=thirdparty%2Fglibc.git (PT_GNU_EH_FRAME): Define. --- diff --git a/elf/elf.h b/elf/elf.h index 82c7936badd..db7a952b370 100644 --- 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 */