mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 17:18:24 +08:00
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:
@ -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. */
|
||||
|
Reference in New Issue
Block a user