]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
2003-02-07 Andrew Cagney <ac131313@redhat.com>
authorAndrew Cagney <cagney@redhat.com>
Fri, 7 Feb 2003 05:33:45 +0000 (05:33 +0000)
committerAndrew Cagney <cagney@redhat.com>
Fri, 7 Feb 2003 05:33:45 +0000 (05:33 +0000)
* sol-thread.c, hpux-thread.c: Include "gdb_stat.h" instead of
<sys/stat.h>.
* Makefile.in (sol-thread.o, hpux-thread.o): Update dependencies.

gdb/ChangeLog
gdb/Makefile.in
gdb/hpux-thread.c
gdb/sol-thread.c

index 73d35296f9894f6a54e0f97a1f3c12701f9ba908..d5ec952f2dabc7613bfa0ed126719bbf57edfc2c 100644 (file)
@@ -1,3 +1,9 @@
+2003-02-07  Andrew Cagney  <ac131313@redhat.com>
+
+       * sol-thread.c, hpux-thread.c: Include "gdb_stat.h" instead of
+       <sys/stat.h>.
+       * Makefile.in (sol-thread.o, hpux-thread.o): Update dependencies.
+       
 2003-02-06  Andrew Cagney  <ac131313@redhat.com>
 
        * Makefile.in (symm-nat.o): Update dependencies.
index 6bbd26cc654fb5282f618876e7d609fb594913a8..61ddec1ba887f6919cfbf4ce9e99341f66aa8703 100644 (file)
@@ -1730,7 +1730,7 @@ hpread.o: hpread.c $(defs_h) $(bfd_h) $(gdb_string_h) $(hp_symtab_h) \
        $(complaints_h) $(gdb_stabs_h) $(gdbtypes_h) $(demangle_h) \
        $(gdb_string_h)
 hpux-thread.o: hpux-thread.c $(defs_h) $(gdbthread_h) $(target_h) \
-       $(inferior_h) $(regcache_h) $(gdbcore_h)
+       $(inferior_h) $(regcache_h) $(gdb_stat_h) $(gdbcore_h)
 i386-linux-nat.o: i386-linux-nat.c $(defs_h) $(inferior_h) $(gdbcore_h) \
        $(regcache_h) $(gdb_assert_h) $(gdb_string_h) $(gregset_h) \
        $(i387_tdep_h) $(i386_tdep_h) $(i386_linux_tdep_h)
@@ -2126,8 +2126,8 @@ sh3-rom.o: sh3-rom.c $(defs_h) $(gdbcore_h) $(target_h) $(monitor_h) \
 shnbsd-nat.o: shnbsd-nat.c $(defs_h) $(inferior_h) $(shnbsd_tdep_h)
 shnbsd-tdep.o: shnbsd-tdep.c $(defs_h) $(gdbcore_h) $(regcache_h) $(value_h) \
        $(solib_svr4_h) $(nbsd_tdep_h) $(sh_tdep_h) $(shnbsd_tdep_h) $(osabi_h)
-sol-thread.o: sol-thread.c $(defs_h) $(gdbthread_h) $(target_h) \
-       $(inferior_h) $(gdbcmd_h) $(gdbcore_h) $(regcache_h) $(symfile_h) \
+sol-thread.o: sol-thread.c $(defs_h) $(gdbthread_h) $(target_h) $(inferior_h) \
+       $(gdb_stat_h) $(gdbcmd_h) $(gdbcore_h) $(regcache_h) $(symfile_h) \
        $(gregset_h)
 solib-aix5.o: solib-aix5.c $(defs_h) $(gdb_string_h) $(elf_external_h) \
        $(symtab_h) $(bfd_h) $(symfile_h) $(objfiles_h) $(gdbcore_h) \
index 29dce0b436794386e433c80777c582d9eb8680e7..b585ca540cee6de6dde601e49da5539ec2f15b9a 100644 (file)
@@ -41,7 +41,7 @@
 #include "inferior.h"
 #include "regcache.h"
 #include <fcntl.h>
-#include <sys/stat.h>
+#include "gdb_stat.h"
 #include "gdbcore.h"
 
 extern int child_suppress_run;
index 13b9580109260865298f725aaa4d4eb6c159de46..dbff6e26ce1b23edbf14bcdfa668fb8d3b1ccae1 100644 (file)
@@ -55,7 +55,7 @@
 #include "target.h"
 #include "inferior.h"
 #include <fcntl.h>
-#include <sys/stat.h>
+#include "gdb_stat.h"
 #include <dlfcn.h>
 #include "gdbcmd.h"
 #include "gdbcore.h"