aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbcore.h
diff options
context:
space:
mode:
authorJ.T. Conklin <jtc@acorntoolworks.com>2000-05-20 10:29:51 +0000
committerJ.T. Conklin <jtc@acorntoolworks.com>2000-05-20 10:29:51 +0000
commitd4b2399a9c2702d7b6ed31df1187fd7eef4e0ffb (patch)
tree225c7832036569b4b3f1b77ea30fda1844c9957d /gdb/gdbcore.h
parentb8166459e1d5980cef72c952352889e9cc6f8c02 (diff)
downloadfsf-binutils-gdb-d4b2399a9c2702d7b6ed31df1187fd7eef4e0ffb.zip
fsf-binutils-gdb-d4b2399a9c2702d7b6ed31df1187fd7eef4e0ffb.tar.gz
fsf-binutils-gdb-d4b2399a9c2702d7b6ed31df1187fd7eef4e0ffb.tar.bz2
* target.h (target_memory_bfd_section): Removed declaration.
* target.c (target_memory_bfd_section): Removed. * exec.c (xfer_memory): Removed #if'ed-out code which referenced target_memory_bfd_section. * target.h (target_read_memory_section): Removed declaration. * target.c (target_read_memory_section): Removed. (target_xfer_memory): Update, removed bfd_section argument. (target_read_string, target_read_memory, target_write_memory): Update for above change. * gdbcore.h (read_memory_section): Removed declaration. * corefile.c (read_memory_section): Removed. * jv-lang.c (get_java_utf8_name): Changed calls to read_memory_section to read_memory. * printcmd.c (printf_command): Likewise. * valops.c (value_at, value_fetch_lazy): Likewise.
Diffstat (limited to 'gdb/gdbcore.h')
-rw-r--r--gdb/gdbcore.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/gdbcore.h b/gdb/gdbcore.h
index e8e3953..926050d 100644
--- a/gdb/gdbcore.h
+++ b/gdb/gdbcore.h
@@ -51,9 +51,6 @@ extern void memory_error PARAMS ((int status, CORE_ADDR memaddr));
extern void read_memory PARAMS ((CORE_ADDR memaddr, char *myaddr, int len));
-extern void read_memory_section PARAMS ((CORE_ADDR memaddr, char *myaddr,
- int len, asection * bfd_section));
-
/* Read an integer from debugged memory, given address and number of
bytes. */