aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorKlee Dienes <kdienes@apple.com>2002-11-18 21:53:31 +0000
committerKlee Dienes <kdienes@apple.com>2002-11-18 21:53:31 +0000
commitbf4ae8b20cfcab37be62dbb12aed10a997a09616 (patch)
tree0213c8a2c4da89d5e49f5f2169d728ae5bfbf2ba /gdb
parent14e777e044ce425c1799f10cb92a641847064915 (diff)
downloadfsf-binutils-gdb-bf4ae8b20cfcab37be62dbb12aed10a997a09616.zip
fsf-binutils-gdb-bf4ae8b20cfcab37be62dbb12aed10a997a09616.tar.gz
fsf-binutils-gdb-bf4ae8b20cfcab37be62dbb12aed10a997a09616.tar.bz2
2002-11-18 Klee Dienes <kdienes@apple.com>
* Makefile.in (buildsym.o): Add dependency for gdb_assert.h.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/Makefile.in6
2 files changed, 7 insertions, 3 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index a56bd09..736ac67 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2002-11-18 Klee Dienes <kdienes@apple.com>
+
+ * Makefile.in (buildsym.o): Add dependency for gdb_assert.h.
+
2002-11-18 Klee Dienes <kdienes@apple.com>
* buildsym.c (pop_context): Add comment.
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index aa401e4..08a0ee2 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -1548,9 +1548,9 @@ breakpoint.o: breakpoint.c $(defs_h) $(symtab_h) $(frame_h) $(breakpoint_h) \
$(objfiles_h) $(linespec_h) $(completer_h) $(gdb_h) $(ui_out_h) \
$(cli_script_h) $(gdb_events_h) $(source_h)
buildsym.o: buildsym.c $(defs_h) $(bfd_h) $(gdb_obstack_h) $(symtab_h) \
- $(symfile_h) $(objfiles_h) $(gdbtypes_h) $(complaints_h) \
- $(gdb_string_h) $(expression_h) $(language_h) $(bcache_h) \
- $(filenames_h) $(macrotab_h) $(demangle_h) $(buildsym_h) \
+ $(symfile_h) $(objfiles_h) $(gdbtypes_h) $(gdb_assert_h) \
+ $(complaints_h) $(gdb_string_h) $(expression_h) $(language_h) \
+ $(bcache_h) $(filenames_h) $(macrotab_h) $(demangle_h) $(buildsym_h) \
$(stabsread_h)
builtin-regs.o: builtin-regs.c $(defs_h) $(builtin_regs_h) $(gdbtypes_h) \
$(gdb_string_h) $(gdb_assert_h)