2004-05-17 Randolph Chung <tausq@debian.org>

* hppa-tdep.c: Remove superfluous #include's.
	* Makefile.in (hppa-tdep.o): Update dependencies.
This commit is contained in:
Randolph Chung 2004-05-17 15:16:39 +00:00
parent f08f6a4ad5
commit cea96d64fe
3 changed files with 9 additions and 16 deletions

View file

@ -1,3 +1,8 @@
2004-05-17 Randolph Chung <tausq@debian.org>
* hppa-tdep.c: Remove superfluous #include's.
* Makefile.in (hppa-tdep.o): Update dependencies.
2004-05-17 Randolph Chung <tausq@debian.org> 2004-05-17 Randolph Chung <tausq@debian.org>
* hppa-tdep.c (THREAD_INITIAL_FRAME_SYMBOL): Delete unused symbol. * hppa-tdep.c (THREAD_INITIAL_FRAME_SYMBOL): Delete unused symbol.

View file

@ -1831,12 +1831,10 @@ hppah-nat.o: hppah-nat.c $(defs_h) $(inferior_h) $(target_h) $(gdbcore_h) \
hppa-hpux-tdep.o: hppa-hpux-tdep.c $(defs_h) $(arch_utils_h) $(gdbcore_h) \ hppa-hpux-tdep.o: hppa-hpux-tdep.c $(defs_h) $(arch_utils_h) $(gdbcore_h) \
$(osabi_h) $(gdb_string_h) $(frame_h) $(hppa_tdep_h) $(osabi_h) $(gdb_string_h) $(frame_h) $(hppa_tdep_h)
hppa-tdep.o: hppa-tdep.c $(defs_h) $(frame_h) $(bfd_h) $(inferior_h) \ hppa-tdep.o: hppa-tdep.c $(defs_h) $(frame_h) $(bfd_h) $(inferior_h) \
$(value_h) $(regcache_h) $(completer_h) $(language_h) $(osabi_h) \ $(regcache_h) $(completer_h) $(osabi_h) $(gdb_assert_h) \
$(gdb_assert_h) $(infttrace_h) $(arch_utils_h) $(symtab_h) \ $(arch_utils_h) $(symtab_h) $(dis_asm_h) $(trad_frame_h) \
$(infcall_h) $(dis_asm_h) $(trad_frame_h) $(frame_unwind_h) \ $(frame_unwind_h) $(frame_base_h) $(gdbcore_h) $(gdbcmd_h) \
$(frame_base_h) $(a_out_encap_h) $(gdb_stat_h) $(gdb_wait_h) \ $(symfile_h) $(objfiles_h) $(hppa_tdep_h)
$(gdbcore_h) $(gdbcmd_h) $(target_h) $(symfile_h) $(objfiles_h) \
$(hppa_tdep_h)
hppa-linux-tdep.o: hppa-linux-tdep.c $(defs_h) $(gdbcore_h) $(osabi_h) \ hppa-linux-tdep.o: hppa-linux-tdep.c $(defs_h) $(gdbcore_h) $(osabi_h) \
$(target_h) $(objfiles_h) $(solib_svr4_h) $(glibc_tdep_h) \ $(target_h) $(objfiles_h) $(solib_svr4_h) $(glibc_tdep_h) \
$(frame_unwind_h) $(trad_frame_h) $(dwarf2_frame_h) $(hppa_tdep_h) \ $(frame_unwind_h) $(trad_frame_h) $(dwarf2_frame_h) $(hppa_tdep_h) \

View file

@ -25,32 +25,22 @@
Boston, MA 02111-1307, USA. */ Boston, MA 02111-1307, USA. */
#include "defs.h" #include "defs.h"
#include "frame.h"
#include "bfd.h" #include "bfd.h"
#include "inferior.h" #include "inferior.h"
#include "value.h"
#include "regcache.h" #include "regcache.h"
#include "completer.h" #include "completer.h"
#include "language.h"
#include "osabi.h" #include "osabi.h"
#include "gdb_assert.h" #include "gdb_assert.h"
#include "infttrace.h"
#include "arch-utils.h" #include "arch-utils.h"
/* For argument passing to the inferior */ /* For argument passing to the inferior */
#include "symtab.h" #include "symtab.h"
#include "infcall.h"
#include "dis-asm.h" #include "dis-asm.h"
#include "trad-frame.h" #include "trad-frame.h"
#include "frame-unwind.h" #include "frame-unwind.h"
#include "frame-base.h" #include "frame-base.h"
#include "gdb_stat.h"
#include "gdb_wait.h"
#include "gdbcore.h" #include "gdbcore.h"
#include "gdbcmd.h" #include "gdbcmd.h"
#include "target.h"
#include "symfile.h"
#include "objfiles.h" #include "objfiles.h"
#include "hppa-tdep.h" #include "hppa-tdep.h"