2003-05-15 Roland McGrath <roland@redhat.com>

* common.h (NT_AUXV, AT_*): New macros.
	* external.h (Elf32_External_Auxv, Elf64_External_Auxv): New types.
	* internal.h (Elf_Internal_Auxv): New type.
This commit is contained in:
Roland McGrath
2003-05-21 00:55:15 +00:00
parent dd42cf171e
commit eecca0f723
3 changed files with 56 additions and 2 deletions

View File

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