diff options
author | John Gilmore <gnu@cygnus> | 1991-11-14 01:01:28 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-11-14 01:01:28 +0000 |
commit | ea3c08395c487e9c6613635f9d407908e2397aa2 (patch) | |
tree | 37e91d5ff471647a27204ae56a3e5abc7f8d03d6 /gdb/language.c | |
parent | edbf28ce4cce654eeb0e88782aee11d6e8529978 (diff) | |
download | gdb-ea3c08395c487e9c6613635f9d407908e2397aa2.zip gdb-ea3c08395c487e9c6613635f9d407908e2397aa2.tar.gz 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.c | 12 |
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. */ |