aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2003-06-10 19:45:19 +0000
committerAndrew Cagney <cagney@redhat.com>2003-06-10 19:45:19 +0000
commit559fa02847352f1de9504ed717a4ab7811bfaf17 (patch)
tree6c605a832ec2de423c4bf9088e34f037054364c3 /gdb
parent0ef75e11485f7a3946404d970eeaa824e1808d3c (diff)
downloadfsf-binutils-gdb-559fa02847352f1de9504ed717a4ab7811bfaf17.zip
fsf-binutils-gdb-559fa02847352f1de9504ed717a4ab7811bfaf17.tar.gz
fsf-binutils-gdb-559fa02847352f1de9504ed717a4ab7811bfaf17.tar.bz2
Merge the separate remote-fileio changelogs so that they reflect reality.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog13
1 files changed, 5 insertions, 8 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 4625578..83d85ee 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -7,8 +7,12 @@
(remote_fio_jmp_buf): Delete global variable.
2003-06-10 Corinna Vinschen <vinschen@redhat.com>
+ Martin M. Hunt <hunt@redhat.com>
- * Makefile.in: Add dependencies for remote-fileio.o.
+ * Makefile.in (REMOTE_OBS): Add remote-fileio.o
+ (SFILES): Add remote-fileio.c.
+ Add dependencies for building remote-fileio.o. Add remote-fileio.h to
+ dependencies for building remote.o.
* remote-fileio.c: New file implementing the remote File-I/O protocol.
* remote-fileio.h: New header file defining remote File-I/O interface.
* remote.c (remote_write_bytes, remote_read_bytes): Remove
@@ -17,13 +21,6 @@
'F' packet.
(_initialize_remote): Call initialize_remote_fileio().
* remote.h: Declare remote_write_bytes() and remote_read_bytes().
-
-2003-06-10 Martin M. Hunt <hunt@redhat.com>
-
- * Makefile.in (REMOTE_OBS): Add remote-fileio.o
- (SFILES): Add remote-fileio.c.
- Add dependencies for building remote-fileio.o. Add remote-fileio.h to
- dependencies for building remote.o.
* defs.h: Declare gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
* main.c: New ui_file gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
(captured_main): Initialize new ui_files.