1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-12 09:58:36 +00:00

Correct PT_GNU_EH_FRAME definition.

This commit is contained in:
Alexander Kabaev 2007-04-03 01:47:07 +00:00
parent 35777a2a79
commit 02b71ede34
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=168286

View File

@ -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 */