diff options
author | Mark Kettenis <kettenis@gnu.org> | 2005-05-08 14:46:52 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2005-05-08 14:46:52 +0000 |
commit | 9cedd1a6ad508a60411968315995dcf71f5d3ac2 (patch) | |
tree | c297fdd4942dbd472bc4fbc0bef8efc3f6bb837b /gdb/symfile.c | |
parent | b43b5d5f768ed7a7a150d78c9fda0c194a11497d (diff) | |
download | gdb-9cedd1a6ad508a60411968315995dcf71f5d3ac2.zip gdb-9cedd1a6ad508a60411968315995dcf71f5d3ac2.tar.gz gdb-9cedd1a6ad508a60411968315995dcf71f5d3ac2.tar.bz2 |
* target.h (target_link): Remove prototype.
* target.c (target_link): Remove function.
* symfile.c: Remove comment about rombug.
Diffstat (limited to 'gdb/symfile.c')
-rw-r--r-- | gdb/symfile.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/symfile.c b/gdb/symfile.c index 89878bc..8770943 100644 --- a/gdb/symfile.c +++ b/gdb/symfile.c @@ -1165,10 +1165,6 @@ find_separate_debug_file (struct objfile *objfile) used in GDB (perhaps "set mapped on", "set readnow on" would be better), (3) the order of options matters, which is contrary to GNU conventions (because it is confusing and inconvenient). */ -/* Note: ezannoni 2000-04-17. This function used to have support for - rombug (see remote-os9k.c). It consisted of a call to target_link() - (target.c) to get the address of the text segment from the target, - and pass that to symbol_file_add(). This is no longer supported. */ void symbol_file_command (char *args, int from_tty) |