*** empty log message ***
[deliverable/binutils-gdb.git] / include / elf / external.h
index 403ee622b5d1295f165d2f9ac51dac2bb132a953..a171439172d23295ab55509d21a4b850d9321e3f 100644 (file)
@@ -258,4 +258,19 @@ typedef struct
   unsigned char                si_flags[2];
 } Elf_External_Syminfo;
 
+
+/* This structure appears on the stack and in NT_AUXV core file notes.  */
+typedef struct
+{
+  unsigned char                a_type[4];
+  unsigned char                a_val[4];
+} Elf32_External_Auxv;
+
+typedef struct
+{
+  unsigned char                a_type[8];
+  unsigned char                a_val[8];
+} Elf64_External_Auxv;
+
+
 #endif /* _ELF_EXTERNAL_H */
This page took 0.023638 seconds and 4 git commands to generate.