diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-01-26 23:07:01 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-01-26 23:07:01 +0000 |
commit | b450112530462cff06ac4824e96dbe9b1ca8b325 (patch) | |
tree | 2673e48837b08e747e827e7527e5261595560da9 /gdb/doc/ChangeLog | |
parent | ffc0f4c440a835a5d0d648859385b72021f52afe (diff) | |
download | gdb-b450112530462cff06ac4824e96dbe9b1ca8b325.zip gdb-b450112530462cff06ac4824e96dbe9b1ca8b325.tar.gz gdb-b450112530462cff06ac4824e96dbe9b1ca8b325.tar.bz2 |
Index: ChangeLog
2004-01-26 Andrew Cagney <cagney@redhat.com>
* remote.c (echo_check, quit_flag): Delete variables.
(cisco_kernel_mode): Delete variable.
(minitelnet_return, tty_input, escape_count): Delete variables.
(remote_cisco_mode): Delete variable.
(remote_cisco_open, remote_cisco_close): Delete function.
(remote_cisco_mourn, remote_cisco_wait): Delete function.
(init_remote_cisco_ops): Delete function.
(_initialize_remote): Do not install "remote cisco" code.
(read_frame): Delete cisco specific code.
(remote_info_process): Delete function.
(remote_wait): Delete cisco specific code.
(remote_cisco_section_offsets): Delete function.
(remote_cisco_objfile_relocate): Delete function.
(remote_async_wait): Delete cisco specific code.
(minitelnet, readtty, readsocket): Delete function.
Index: doc/ChangeLog
2004-01-26 Andrew Cagney <cagney@redhat.com>
* gdb.texinfo (Overview): Delete references to the cisco protocol
including the "N" response.
Diffstat (limited to 'gdb/doc/ChangeLog')
-rw-r--r-- | gdb/doc/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 1b075f8..398c1c3 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,5 +1,10 @@ 2004-01-26 Andrew Cagney <cagney@redhat.com> + * gdb.texinfo (Overview): Delete references to the cisco protocol + including the "N" response. + +2004-01-26 Andrew Cagney <cagney@redhat.com> + * gdbint.texinfo (Target Architecture Definition): Rename EXTRACT_STRUCT_VALUE_ADDRESS to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS. |