]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* nto-tdep.h: Remove #include "defs.h".
authorJoel Brobecker <brobecker@gnat.com>
Tue, 29 Jan 2008 21:26:04 +0000 (21:26 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Tue, 29 Jan 2008 21:26:04 +0000 (21:26 +0000)
        * nto-tdep.c: Add #include "defs.h".
        * Makefile.in (nto_tdep_h): Update dependencies.
        (nto-tdep.o): Likewise.

gdb/ChangeLog
gdb/Makefile.in
gdb/nto-tdep.c
gdb/nto-tdep.h

index 735e1e96d45e188afb799c3c28c026a2ececaff9..e6c402560ac6d5224c9ecfb3db83898f72aa879f 100644 (file)
@@ -1,3 +1,10 @@
+2008-01-29  Joel Brobecker  <brobecker@adacore.com>
+
+       * nto-tdep.h: Remove #include "defs.h".
+       * nto-tdep.c: Add #include "defs.h".
+       * Makefile.in (nto_tdep_h): Update dependencies.
+       (nto-tdep.o): Likewise.
+
 2008-01-29  Joel Brobecker  <brobecker@adacore.com>
 
        * infrun.c (wait_for_inferior): Add treat_exec_as_sigtrap parameter
index e3c5bf41960c0df9b04e9bcf60bb82b9ccf2d3f9..113efb14d69b2f0a593438c9044970ae62ee4f70 100644 (file)
@@ -839,7 +839,7 @@ mn10300_tdep_h = mn10300-tdep.h
 monitor_h = monitor.h
 nbsd_nat_h = nbsd-nat.h
 nbsd_tdep_h = nbsd-tdep.h
-nto_tdep_h = nto-tdep.h $(defs_h) $(solist_h) $(osabi_h) $(regset_h)
+nto_tdep_h = nto-tdep.h $(solist_h) $(osabi_h) $(regset_h)
 objc_lang_h = objc-lang.h
 objfiles_h = objfiles.h $(gdb_obstack_h) $(symfile_h)
 obsd_tdep_h = obsd-tdep.h
@@ -2518,7 +2518,8 @@ nbsd-tdep.o: nbsd-tdep.c $(defs_h) $(gdb_string_h) $(solib_svr4_h)
 nto-procfs.o: nto-procfs.c $(defs_h) $(gdb_dirent_h) $(exceptions_h) \
        $(gdb_string_h) $(gdbcore_h) $(inferior_h) $(target_h) $(objfiles_h) \
        $(gdbthread_h) $(nto_tdep_h) $(command_h) $(regcache_h) $(solib_h)
-nto-tdep.o: nto-tdep.c $(gdb_stat_h) $(gdb_string_h) $(nto_tdep_h) $(top_h) \
+nto-tdep.o: nto-tdep.c $(defs_h) $(gdb_stat_h) $(gdb_string_h) $(nto_tdep_h) \
+       $(top_h) \
        $(cli_decode_h) $(cli_cmds_h) $(inferior_h) $(gdbarch_h) $(bfd_h) \
        $(elf_bfd_h) $(solib_svr4_h) $(gdbcore_h) $(objfiles_h)
 objc-exp.o: objc-exp.c $(defs_h) $(gdb_string_h) $(expression_h) \
index 58da9c2bd2d6ad3e1e66f7958ef948ea91002cc2..9abd28ccf22fc9e6e529e82efc3426fcd1384dc1 100644 (file)
@@ -19,6 +19,7 @@
    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
+#include "defs.h"
 #include "gdb_stat.h"
 #include "gdb_string.h"
 #include "nto-tdep.h"
index 8d91b48de9b22b3d50c7e240fd038c1a1b6839bb..6db2b064973c3e9112e0322b27eeb15a0265a87c 100644 (file)
@@ -22,7 +22,6 @@
 #ifndef _NTO_TDEP_H
 #define _NTO_TDEP_H
 
-#include "defs.h"
 #include "solist.h"
 #include "osabi.h"
 #include "regset.h"