summaryrefslogtreecommitdiff
path: root/gdb/inf-ptrace.h
diff options
context:
space:
mode:
authorKamil Rytarowski <n54@gmx.com>2020-04-15 21:32:08 +0200
committerKamil Rytarowski <n54@gmx.com>2020-04-17 05:52:43 +0200
commit3557f442a1881271652581b4a66c206d5b348c5d (patch)
treebf4bf1c8a2593a4bdff396aa8cb5a7b187188dca /gdb/inf-ptrace.h
parent49af2f5c83b1eed1e9eeecb7a2bba49fc60c4d64 (diff)
downloadbinutils-gdb-3557f442a1881271652581b4a66c206d5b348c5d.tar.gz
Remove obsolete and unused inf_ptrace_target::auxv_parse
The only two potential users (NetBSD, OpenBSD) use svr4_auxv_parse. gdb/ChangeLog: * nbsd-nat.c (inf_ptrace_target::auxv_parse): Remove. * nbsd-nat.h (inf_ptrace_target::auxv_parse): Likewise.
Diffstat (limited to 'gdb/inf-ptrace.h')
-rw-r--r--gdb/inf-ptrace.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/inf-ptrace.h b/gdb/inf-ptrace.h
index 05c1277ec4e..2178b1baab7 100644
--- a/gdb/inf-ptrace.h
+++ b/gdb/inf-ptrace.h
@@ -68,11 +68,6 @@ struct inf_ptrace_target : public inf_child_target
ULONGEST offset, ULONGEST len,
ULONGEST *xfered_len) override;
-#if defined (PT_IO) && defined (PIOD_READ_AUXV)
- int auxv_parse (gdb_byte **readptr,
- gdb_byte *endptr, CORE_ADDR *typep, CORE_ADDR *valp) override;
-#endif
-
protected:
/* Cleanup the inferior after a successful ptrace detach. */
void detach_success (inferior *inf);