From 4568c9994ea8a181d7adc1224a791af08603c25b Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 21 May 2003 00:55:15 +0000 Subject: 2003-05-15 Roland McGrath * common.h (NT_AUXV, AT_*): New macros. * external.h (Elf32_External_Auxv, Elf64_External_Auxv): New types. * internal.h (Elf_Internal_Auxv): New type. --- include/elf/internal.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'include/elf/internal.h') diff --git a/include/elf/internal.h b/include/elf/internal.h index 45d682a2256..a7299d90534 100644 --- a/include/elf/internal.h +++ b/include/elf/internal.h @@ -214,6 +214,13 @@ typedef struct unsigned short int si_flags; } Elf_Internal_Syminfo; +/* This structure appears on the stack and in NT_AUXV core file notes. */ +typedef struct +{ + bfd_vma a_type; + bfd_vma a_val; +} Elf_Internal_Auxv; + /* This structure is used to describe how sections should be assigned to program segments. */ -- cgit v1.2.1