From 02b71ede34d62a81c2983bf7d3728761e3292553 Mon Sep 17 00:00:00 2001 From: Alexander Kabaev Date: Tue, 3 Apr 2007 01:47:07 +0000 Subject: Correct PT_GNU_EH_FRAME definition. --- sys/sys/elf_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/sys/elf_common.h b/sys/sys/elf_common.h index d12729b26c6f..b941fd70aaf3 100644 --- a/sys/sys/elf_common.h +++ b/sys/sys/elf_common.h @@ -256,7 +256,7 @@ typedef struct { #define PT_TLS 7 /* Thread local storage segment */ #define PT_LOOS 0x60000000 /* First OS-specific. */ #define PT_SUNW_UNWIND 0x6464e550 /* amd64 UNWIND program header */ -#define PT_GNU_EH_FRAME PT_SUNW_UNWIND +#define PT_GNU_EH_FRAME 0x6474e550 #define PT_LOSUNW 0x6ffffffa #define PT_SUNWBSS 0x6ffffffa /* Sun Specific segment */ #define PT_SUNWSTACK 0x6ffffffb /* describes the stack segment */ -- cgit v1.2.3