* Makefile.in (dbxread.o): Note new dependency on $(gdb_assert_h).
authorJim Blandy <jimb@codesourcery.com>
Mon, 8 Sep 2003 19:22:30 +0000 (19:22 +0000)
committerJim Blandy <jimb@codesourcery.com>
Mon, 8 Sep 2003 19:22:30 +0000 (19:22 +0000)
commit7c8a5605fc041fe1872475d79f0792b2b412d694
tree945edddbcba275d4f183e7915b6f9c44a8bd4d40
parent7dd889867037abfa8f239f9f65f9606294e0be8d
* 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.
gdb/ChangeLog
gdb/Makefile.in
gdb/dbxread.c