From 9cedd1a6ad508a60411968315995dcf71f5d3ac2 Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Sun, 8 May 2005 14:46:52 +0000 Subject: * target.h (target_link): Remove prototype. * target.c (target_link): Remove function. * symfile.c: Remove comment about rombug. --- gdb/symfile.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'gdb/symfile.c') 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) -- cgit v1.1