diff options
author | Daniel Jacobowitz <drow@false.org> | 2006-11-22 18:51:58 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2006-11-22 18:51:58 +0000 |
commit | 29d73ae48cd62606a7b493ce6863b07bae97f775 (patch) | |
tree | 35c593d4662762d18dfa5dfaf14d0b10c4c96022 /gdb/Makefile.in | |
parent | e821645dee843d03841ed5bcf046ffae265b535e (diff) | |
download | gdb-29d73ae48cd62606a7b493ce6863b07bae97f775.zip gdb-29d73ae48cd62606a7b493ce6863b07bae97f775.tar.gz gdb-29d73ae48cd62606a7b493ce6863b07bae97f775.tar.bz2 |
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.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 25a04a2..6ec2d2e 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) |