forked from Imagelibrary/binutils-gdb
* convex-tdep.c (xfer_core_file): Comment out.
* config/convex/tm-convex.h (XFER_CORE_FILE): Remove.
* remote.c, remote-pa.c (remote_fetch_word): Change xfer_core_file
references to target_read_memory.
* gdbcore.h (xfer_core_file, core_open, core_detach): Remove
declarations.
* corelow.c (core_open, core_detach): Make static.
This commit is contained in:
@@ -130,6 +130,7 @@ exec_file_command (filename, from_tty)
|
||||
(*exec_file_display_hook) (filename);
|
||||
}
|
||||
|
||||
#if 0
|
||||
/* Read data from SOFF exec or core file.
|
||||
Return 0 on success, EIO if address out of bounds. */
|
||||
|
||||
@@ -233,7 +234,7 @@ xfer_core_file (memaddr, myaddr, len)
|
||||
}
|
||||
return returnval;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
/* Here from info files command to print an address map. */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user