aboutsummaryrefslogtreecommitdiff
path: root/gdb/language.c
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1991-11-14 01:01:28 +0000
committerJohn Gilmore <gnu@cygnus>1991-11-14 01:01:28 +0000
commitea3c08395c487e9c6613635f9d407908e2397aa2 (patch)
tree37e91d5ff471647a27204ae56a3e5abc7f8d03d6 /gdb/language.c
parentedbf28ce4cce654eeb0e88782aee11d6e8529978 (diff)
downloadfsf-binutils-gdb-ea3c08395c487e9c6613635f9d407908e2397aa2.zip
fsf-binutils-gdb-ea3c08395c487e9c6613635f9d407908e2397aa2.tar.gz
fsf-binutils-gdb-ea3c08395c487e9c6613635f9d407908e2397aa2.tar.bz2
Motorola 88000 port without tears, I mean without tdescs.
ChangeLog has the details. This is preliminary for quick release, cleanups remain to be done.
Diffstat (limited to 'gdb/language.c')
-rw-r--r--gdb/language.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/gdb/language.c b/gdb/language.c
index 2ddad67..c584d4e 100644
--- a/gdb/language.c
+++ b/gdb/language.c
@@ -974,18 +974,6 @@ add_language (lang)
languages_allocsize * sizeof (*languages));
}
languages[languages_size++] = lang;
-
-#if FIXME
- if (targetlist == NULL)
- add_prefix_cmd ("target", class_run, target_command,
- "Connect to a target machine or process.\n\
-The first argument is the type or protocol of the target machine.\n\
-Remaining arguments are interpreted by the target protocol. For more\n\
-information on the arguments for a particular protocol, type\n\
-`help target ' followed by the protocol name.",
- &targetlist, "target ", 0, &cmdlist);
- add_cmd (t->to_shortname, no_class, t->to_open, t->to_doc, &targetlist);
-#endif FIXME
}
/* Define the language that is no language. */