diff options
author | Jim Blandy <jimb@codesourcery.com> | 2003-09-08 19:22:30 +0000 |
---|---|---|
committer | Jim Blandy <jimb@codesourcery.com> | 2003-09-08 19:22:30 +0000 |
commit | 7c8a5605fc041fe1872475d79f0792b2b412d694 (patch) | |
tree | 945edddbcba275d4f183e7915b6f9c44a8bd4d40 /gdb/Makefile.in | |
parent | 7dd889867037abfa8f239f9f65f9606294e0be8d (diff) | |
download | gdb-7c8a5605fc041fe1872475d79f0792b2b412d694.zip gdb-7c8a5605fc041fe1872475d79f0792b2b412d694.tar.gz gdb-7c8a5605fc041fe1872475d79f0792b2b412d694.tar.bz2 |
* Makefile.in (dbxread.o): Note new dependency on $(gdb_assert_h).
* dbxread.c: #include "gdb_assert.h".
(read_dbx_symtab): If the objfile has no .data section, use the
section index for the .bss section instead.
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 c93f2fd..b14c450 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1690,7 +1690,7 @@ dbxread.o: dbxread.c $(defs_h) $(gdb_string_h) $(gdb_obstack_h) \ $(gdb_stat_h) $(symtab_h) $(breakpoint_h) $(target_h) $(gdbcore_h) \ $(libaout_h) $(symfile_h) $(objfiles_h) $(buildsym_h) $(stabsread_h) \ $(gdb_stabs_h) $(demangle_h) $(language_h) $(complaints_h) \ - $(cp_abi_h) $(aout_aout64_h) $(aout_stab_gnu_h) + $(cp_abi_h) $(aout_aout64_h) $(aout_stab_gnu_h) $(gdb_assert_h) dcache.o: dcache.c $(defs_h) $(dcache_h) $(gdbcmd_h) $(gdb_string_h) \ $(gdbcore_h) $(target_h) delta68-nat.o: delta68-nat.c $(defs_h) |