From 84c35e470d920d2f4439a724de0fd17f13f15244 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 8 Jan 2002 06:28:21 +0000 Subject: [PATCH] (PT_GNU_EH_FRAME): Define. --- elf/elf.h | 1 + 1 file changed, 1 insertion(+) 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 */ -- 2.47.2