aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorJerome Guitton <guitton@adacore.com>2007-09-17 14:53:05 +0000
committerJerome Guitton <guitton@adacore.com>2007-09-17 14:53:05 +0000
commiteff4f95e29ab873b801945b3e6478089b0c1a934 (patch)
tree4216e6b1916c976b48abe8df499e9db4d627f459 /gdb/Makefile.in
parent916af0488c5c7f741cf92deb73451d3072b4e64e (diff)
downloadgdb-eff4f95e29ab873b801945b3e6478089b0c1a934.zip
gdb-eff4f95e29ab873b801945b3e6478089b0c1a934.tar.gz
gdb-eff4f95e29ab873b801945b3e6478089b0c1a934.tar.bz2
* dwarf2loc.c (dwarf_expr_frame_base): Guard against NULL.
* Makefile.in (dwarf2loc.o): Depend on gdb_assert.h.
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 c740831..65fc5b2 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -1963,7 +1963,7 @@ dwarf2-frame.o: dwarf2-frame.c $(defs_h) $(dwarf2expr_h) $(elf_dwarf2_h) \
dwarf2loc.o: dwarf2loc.c $(defs_h) $(ui_out_h) $(value_h) $(frame_h) \
$(gdbcore_h) $(target_h) $(inferior_h) $(ax_h) $(ax_gdb_h) \
$(regcache_h) $(objfiles_h) $(exceptions_h) $(elf_dwarf2_h) \
- $(dwarf2expr_h) $(dwarf2loc_h) $(gdb_string_h)
+ $(dwarf2expr_h) $(dwarf2loc_h) $(gdb_string_h) $(gdb_assert_h)
dwarf2read.o: dwarf2read.c $(defs_h) $(bfd_h) $(symtab_h) $(gdbtypes_h) \
$(objfiles_h) $(elf_dwarf2_h) $(buildsym_h) $(demangle_h) \
$(expression_h) $(filenames_h) $(macrotab_h) $(language_h) \