gdb.base/sym-file.exp: clean up test messages a bit.
[deliverable/binutils-gdb.git] / gdb / auxv.h
index c3f2322fdd1861f1739ae9ad3f1be223a1e05bdf..ace6c0494f1fc89e7a843a17501b38e9efcae00e 100644 (file)
 
 /* See "include/elf/common.h" for the definition of valid AT_* values.  */
 
+/* The default implementation of to_auxv_parse, used by the target
+   stack.  */
+
+extern int default_auxv_parse (struct target_ops *ops, gdb_byte **readptr,
+                              gdb_byte *endptr, CORE_ADDR *typep,
+                              CORE_ADDR *valp);
+
 /* Read one auxv entry from *READPTR, not reading locations >= ENDPTR.
    Return 0 if *READPTR is already at the end of the buffer.
    Return -1 if there is insufficient buffer for a whole entry.
This page took 0.055526 seconds and 4 git commands to generate.