summaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2003-06-10 19:29:57 +0000
committerAndrew Cagney <cagney@redhat.com>2003-06-10 19:29:57 +0000
commit24747973657e45c0dff67e4395e89a4bc6e2436e (patch)
tree1e03b515538c4e2402d7792a7e8bc9dae9007402 /gdb/ChangeLog
parent2cd636578da60bf6463768a54972fe0f15b0a646 (diff)
downloadgdb-24747973657e45c0dff67e4395e89a4bc6e2436e.tar.gz
2003-06-10 Andrew Cagney <cagney@redhat.com>
* remote-fileio.h (REMOTE_FILEIO_H): Replace FILEIO_H. * Makefile.in (remote-fileio.o): Update dependencies. * remote-fileio.c: Include "gdb_wait.h" and "gdb_stat.h". Do not include <setjmp.h>, or <sys/types.h> conditional on USG. (remote_fio_jmp_buf): Delete global variable.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 8c8b1396da8..4625578107f 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,11 @@
+2003-06-10 Andrew Cagney <cagney@redhat.com>
+
+ * remote-fileio.h (REMOTE_FILEIO_H): Replace FILEIO_H.
+ * Makefile.in (remote-fileio.o): Update dependencies.
+ * remote-fileio.c: Include "gdb_wait.h" and "gdb_stat.h". Do not
+ include <setjmp.h>, or <sys/types.h> conditional on USG.
+ (remote_fio_jmp_buf): Delete global variable.
+
2003-06-10 Corinna Vinschen <vinschen@redhat.com>
* Makefile.in: Add dependencies for remote-fileio.o.