aboutsummaryrefslogtreecommitdiff
path: root/gdb/target.h
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2005-05-08 14:46:52 +0000
committerMark Kettenis <kettenis@gnu.org>2005-05-08 14:46:52 +0000
commit9cedd1a6ad508a60411968315995dcf71f5d3ac2 (patch)
treec297fdd4942dbd472bc4fbc0bef8efc3f6bb837b /gdb/target.h
parentb43b5d5f768ed7a7a150d78c9fda0c194a11497d (diff)
downloadgdb-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/target.h')
-rw-r--r--gdb/target.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/target.h b/gdb/target.h
index 0e45d04..e5f5c7f 100644
--- a/gdb/target.h
+++ b/gdb/target.h
@@ -904,8 +904,6 @@ extern void target_load (char *arg, int from_tty);
extern int target_async_mask (int mask);
-extern void target_link (char *, CORE_ADDR *);
-
/* Converts a process id to a string. Usually, the string just contains
`process xyz', but on some systems it may contain
`process xyz thread abc'. */