* [ob] Include "remote-fileio.h"
@ 2003-06-11 13:51 Andrew Cagney
2003-06-11 15:53 ` Corinna Vinschen
0 siblings, 1 reply; 2+ messages in thread
From: Andrew Cagney @ 2003-06-11 13:51 UTC (permalink / raw)
To: gdb-patches
[-- Attachment #1: Type: text/plain, Size: 18 bytes --]
Just FYI.
Andrew
[-- Attachment #2: diffs --]
[-- Type: text/plain, Size: 1741 bytes --]
2003-06-11 Andrew Cagney <cagney@redhat.com>
* remote-fileio.c: Include "remote-fileio.h".
* Makefile.in (remote-fileio.o): Update dependencies.
(remote_fileio_h): Fix typo.
Index: Makefile.in
===================================================================
RCS file: /cvs/src/src/gdb/Makefile.in,v
retrieving revision 1.397
diff -u -r1.397 Makefile.in
--- Makefile.in 10 Jun 2003 19:29:57 -0000 1.397
+++ Makefile.in 11 Jun 2003 13:48:24 -0000
@@ -710,7 +710,7 @@
reggroups_h = reggroups.h
remote_utils_h = remote-utils.h $(target_h)
remote_h = remote.h
-remote_fileio_h = remote_fileio.h
+remote_fileio_h = remote-fileio.h
scm_lang_h = scm-lang.h $(scm_tags_h)
scm_tags_h = scm-tags.h
sentinel_frame_h = sentinel-frame.h
@@ -2156,7 +2156,8 @@
$(event_loop_h) $(event_top_h) $(inf_loop_h) $(serial_h) \
$(gdbcore_h) $(solib_h) $(remote-fileio_h)
remote-fileio.o: remote-fileio.c $(defs_h) $(gdb_string_h) $(gdbcmd_h) \
- $(remote_h) $(gdb_fileio_h) $(gdb_wait_h) $(gdb_stat_h)
+ $(remote_h) $(gdb_fileio_h) $(gdb_wait_h) $(gdb_stat_h) \
+ $(remote_fileio_h)
rom68k-rom.o: rom68k-rom.c $(defs_h) $(gdbcore_h) $(target_h) $(monitor_h) \
$(serial_h) $(regcache_h) $(value_h) $(m68k_tdep_h)
rs6000-nat.o: rs6000-nat.c $(defs_h) $(inferior_h) $(target_h) $(gdbcore_h) \
Index: remote-fileio.c
===================================================================
RCS file: /cvs/src/src/gdb/remote-fileio.c,v
retrieving revision 1.3
diff -u -r1.3 remote-fileio.c
--- remote-fileio.c 11 Jun 2003 10:24:53 -0000 1.3
+++ remote-fileio.c 11 Jun 2003 13:48:49 -0000
@@ -28,6 +28,7 @@
#include "gdb/fileio.h"
#include "gdb_wait.h"
#include "gdb_stat.h"
+#include "remote-fileio.h"
#include <fcntl.h>
#include <sys/time.h>
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [ob] Include "remote-fileio.h"
2003-06-11 13:51 [ob] Include "remote-fileio.h" Andrew Cagney
@ 2003-06-11 15:53 ` Corinna Vinschen
0 siblings, 0 replies; 2+ messages in thread
From: Corinna Vinschen @ 2003-06-11 15:53 UTC (permalink / raw)
To: gdb-patches
On Wed, Jun 11, 2003 at 09:51:39AM -0400, Andrew Cagney wrote:
> -remote_fileio_h = remote_fileio.h
> +remote_fileio_h = remote-fileio.h
Oops.
Corinna
--
Corinna Vinschen
Cygwin Developer
Red Hat, Inc.
mailto:vinschen@redhat.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2003-06-11 15:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-06-11 13:51 [ob] Include "remote-fileio.h" Andrew Cagney
2003-06-11 15:53 ` Corinna Vinschen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox