summaryrefslogtreecommitdiffstats
path: root/include/elf/internal.h
diff options
context:
space:
mode:
authorRoland McGrath <mcgrathr@google.com>2003-05-21 00:55:15 +0000
committerRoland McGrath <mcgrathr@google.com>2003-05-21 00:55:15 +0000
commit98e6de07720252fd68143df18e0be8f87337cc30 (patch)
tree4895b6a7ab0ca822761278730234aeca150d0912 /include/elf/internal.h
parent00b5e06003c309fc93150ca037cbf977caa47cf5 (diff)
downloadcygnal-98e6de07720252fd68143df18e0be8f87337cc30.tar.gz
cygnal-98e6de07720252fd68143df18e0be8f87337cc30.tar.bz2
cygnal-98e6de07720252fd68143df18e0be8f87337cc30.zip
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.
Diffstat (limited to 'include/elf/internal.h')
-rw-r--r--include/elf/internal.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/elf/internal.h b/include/elf/internal.h
index 45d682a22..a7299d905 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. */