aboutsummaryrefslogtreecommitdiff
path: root/gdb/auxv.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/auxv.h')
-rw-r--r--gdb/auxv.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/auxv.h b/gdb/auxv.h
index 497318e..2e8b2ab 100644
--- a/gdb/auxv.h
+++ b/gdb/auxv.h
@@ -74,9 +74,6 @@ extern void default_print_auxv_entry (struct gdbarch *gdbarch,
struct ui_file *file, CORE_ADDR type,
CORE_ADDR val);
-/* 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);
-
extern target_xfer_partial_ftype memory_xfer_auxv;