daily update
[deliverable/binutils-gdb.git] / gdb / auxv.h
index bcab0944cff66530ff7f7a0bccdb076ed6213ff7..679bf17cec2d14a0d5eb7973e8fb217b299b9778 100644 (file)
@@ -43,11 +43,7 @@ extern int target_auxv_search (struct target_ops *ops,
 /* Print the contents of the target's AUXV on the specified file. */
 extern int fprint_target_auxv (struct ui_file *file, struct target_ops *ops);
 
-/* This function is called like a to_xfer_partial hook, but must be
-   called with TARGET_OBJECT_AUXV.  It handles access via
-   /proc/PID/auxv, which is a common method for native targets.  */
-
-extern LONGEST procfs_xfer_auxv (struct target_ops *ops,
+extern LONGEST memory_xfer_auxv (struct target_ops *ops,
                                 enum target_object object,
                                 const char *annex,
                                 gdb_byte *readbuf,
This page took 0.023641 seconds and 4 git commands to generate.