summaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorDaniel Jacobowitz <dan@debian.org>2006-11-22 18:51:58 +0000
committerDaniel Jacobowitz <dan@debian.org>2006-11-22 18:51:58 +0000
commit4b0ffff1d19bfbd8f6ddaaa078ec1a505cea6753 (patch)
tree8af4e72948dc95df5f8db6328c98e74adfb0924b /gdb/Makefile.in
parente4107ebf40f55fc9767a3ff28baac063ac281fd1 (diff)
downloadgdb-4b0ffff1d19bfbd8f6ddaaa078ec1a505cea6753.tar.gz
gdb/
* Makefile.in (arm-tdep.o): Update dependencies. * arm-tdep.c (thumb_skip_prologue): Remove. (thumb_analyze_prologue): New function. (arm_skip_prologue): Use thumb_analyze_prologue. (thumb_scan_prologue): Ditto. gdb/testsuite/ * gdb.arch/thumb-prologue.c, gdb.arch/thumb-prologue.exp: New files.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r--gdb/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 25a04a21e92..6ec2d2e82c9 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -1807,7 +1807,7 @@ arm-tdep.o: arm-tdep.c $(defs_h) $(frame_h) $(inferior_h) $(gdbcmd_h) \
$(frame_unwind_h) $(frame_base_h) $(trad_frame_h) $(arm_tdep_h) \
$(gdb_sim_arm_h) $(elf_bfd_h) $(coff_internal_h) $(elf_arm_h) \
$(gdb_assert_h) $(bfd_in2_h) $(libcoff_h) $(objfiles_h) \
- $(dwarf2_frame_h) $(gdbtypes_h)
+ $(dwarf2_frame_h) $(gdbtypes_h) $(prologue_value_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)