aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2008-06-05 18:25:30 +0000
committerJan Kratochvil <jan.kratochvil@redhat.com>2008-06-05 18:25:30 +0000
commit1e3a102abae6b1ee0e07f548d83cfc21dbb77946 (patch)
tree97ea361ab1ad72fe67bcccb3e044a1ff1e84e5d1 /gdb/Makefile.in
parentf0b886e312147c9e1b063bedcf35fc8eb839cb46 (diff)
downloadgdb-1e3a102abae6b1ee0e07f548d83cfc21dbb77946.zip
gdb-1e3a102abae6b1ee0e07f548d83cfc21dbb77946.tar.gz
gdb-1e3a102abae6b1ee0e07f548d83cfc21dbb77946.tar.bz2
* Makefile.in: Update dependencies.
* dwarf2expr.c: New include "gdb_assert.h". (new_dwarf_expr_context): Initialize MAX_RECURSION_DEPTH. (dwarf_expr_eval): Sanity check the RECURSION_DEPTH count. (execute_stack_op): Error out on too large RECURSION_DEPTH. Increase/decrease RECURSION_DEPTH around the function.
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 1e1fc3c..7132b48 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -2087,7 +2087,7 @@ dummy-frame.o: dummy-frame.c $(defs_h) $(dummy_frame_h) $(regcache_h) \
dfp.o: dfp.c $(defs_h) $(expression_h) $(gdbtypes_h) $(value_h) $(dfp_h) \
$(decimal128_h) $(decimal64_h) $(decimal32_h)
dwarf2expr.o: dwarf2expr.c $(defs_h) $(symtab_h) $(gdbtypes_h) $(value_h) \
- $(gdbcore_h) $(elf_dwarf2_h) $(dwarf2expr_h)
+ $(gdbcore_h) $(elf_dwarf2_h) $(dwarf2expr_h) $(gdb_assert_h)
dwarf2-frame.o: dwarf2-frame.c $(defs_h) $(dwarf2expr_h) $(elf_dwarf2_h) \
$(frame_h) $(frame_base_h) $(frame_unwind_h) $(gdbcore_h) \
$(gdbtypes_h) $(symtab_h) $(objfiles_h) $(regcache_h) \