mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-20 22:34:14 +08:00
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.
This commit is contained in:
@ -1,3 +1,9 @@
|
|||||||
|
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.
|
||||||
|
|
||||||
2003-06-11 Andrew Cagney <cagney@redhat.com>
|
2003-06-11 Andrew Cagney <cagney@redhat.com>
|
||||||
|
|
||||||
* xstormy16-tdep.c (xstormy16_push_return_address): Make static.
|
* xstormy16-tdep.c (xstormy16_push_return_address): Make static.
|
||||||
|
@ -710,7 +710,7 @@ regcache_h = regcache.h
|
|||||||
reggroups_h = reggroups.h
|
reggroups_h = reggroups.h
|
||||||
remote_utils_h = remote-utils.h $(target_h)
|
remote_utils_h = remote-utils.h $(target_h)
|
||||||
remote_h = remote.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_lang_h = scm-lang.h $(scm_tags_h)
|
||||||
scm_tags_h = scm-tags.h
|
scm_tags_h = scm-tags.h
|
||||||
sentinel_frame_h = sentinel-frame.h
|
sentinel_frame_h = sentinel-frame.h
|
||||||
@ -2156,7 +2156,8 @@ remote.o: remote.c $(defs_h) $(gdb_string_h) $(inferior_h) $(bfd_h) \
|
|||||||
$(event_loop_h) $(event_top_h) $(inf_loop_h) $(serial_h) \
|
$(event_loop_h) $(event_top_h) $(inf_loop_h) $(serial_h) \
|
||||||
$(gdbcore_h) $(solib_h) $(remote-fileio_h)
|
$(gdbcore_h) $(solib_h) $(remote-fileio_h)
|
||||||
remote-fileio.o: remote-fileio.c $(defs_h) $(gdb_string_h) $(gdbcmd_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) \
|
rom68k-rom.o: rom68k-rom.c $(defs_h) $(gdbcore_h) $(target_h) $(monitor_h) \
|
||||||
$(serial_h) $(regcache_h) $(value_h) $(m68k_tdep_h)
|
$(serial_h) $(regcache_h) $(value_h) $(m68k_tdep_h)
|
||||||
rs6000-nat.o: rs6000-nat.c $(defs_h) $(inferior_h) $(target_h) $(gdbcore_h) \
|
rs6000-nat.o: rs6000-nat.c $(defs_h) $(inferior_h) $(target_h) $(gdbcore_h) \
|
||||||
|
@ -28,6 +28,7 @@
|
|||||||
#include "gdb/fileio.h"
|
#include "gdb/fileio.h"
|
||||||
#include "gdb_wait.h"
|
#include "gdb_wait.h"
|
||||||
#include "gdb_stat.h"
|
#include "gdb_stat.h"
|
||||||
|
#include "remote-fileio.h"
|
||||||
|
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
|
Reference in New Issue
Block a user