mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-24 02:24:46 +08:00
* 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.
This commit is contained in:
parent
107313f766
commit
b4d5ed91ae
@ -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
|
||||
|
@ -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) \
|
||||
|
@ -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"
|
||||
|
@ -22,7 +22,6 @@
|
||||
#ifndef _NTO_TDEP_H
|
||||
#define _NTO_TDEP_H
|
||||
|
||||
#include "defs.h"
|
||||
#include "solist.h"
|
||||
#include "osabi.h"
|
||||
#include "regset.h"
|
||||
|
Loading…
Reference in New Issue
Block a user