aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2007-09-03 22:24:24 +0000
committerPedro Alves <palves@redhat.com>2007-09-03 22:24:24 +0000
commit6dc134122f43d3607284c0e372e239321b4ab7fb (patch)
tree431c7aec6b3c25fbfcd65aff35afc85596df26e8 /gdb/Makefile.in
parentaec18585f04e9410cc3c965b1e33e8b5b056e018 (diff)
downloadgdb-6dc134122f43d3607284c0e372e239321b4ab7fb.zip
gdb-6dc134122f43d3607284c0e372e239321b4ab7fb.tar.gz
gdb-6dc134122f43d3607284c0e372e239321b4ab7fb.tar.bz2
* arm-tdep.h (arm_skip_stub): Declare.
* arm-wince-tdep.c: Don't include "solib-svr4.h". Include "gdbcore.h". (arm_pe_skip_trampoline_code): New function. (arm_wince_init_abi): Register arm_pe_skip_trampoline_code as gdbarch_skip_trampoline_code callback. * Makefile.in (arm-wince-tdep.o): Update dependencies.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r--gdb/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 95e38bf..a8c7d37 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -1823,8 +1823,8 @@ arm-tdep.o: arm-tdep.c $(defs_h) $(frame_h) $(inferior_h) $(gdbcmd_h) \
$(gdb_assert_h) $(bfd_in2_h) $(libcoff_h) $(objfiles_h) \
$(dwarf2_frame_h) $(gdbtypes_h) $(prologue_value_h) \
$(target_descriptions_h) $(user_regs_h)
-arm-wince-tdep.o: arm-wince-tdep.c $(defs_h) $(osabi_h) $(solib_svr4_h) \
- $(target_h) $(gdb_string_h) $(arm_tdep_h)
+arm-wince-tdep.o: arm-wince-tdep.c $(defs_h) $(osabi_h) \
+ $(gdbcore_h) $(target_h) $(gdb_string_h) $(arm_tdep_h)
auxv.o: auxv.c $(defs_h) $(target_h) $(gdbtypes_h) $(command_h) \
$(inferior_h) $(valprint_h) $(gdb_assert_h) $(auxv_h) \
$(elf_common_h)