* dbxread.c (read_dbx_symtab): The N_DATA and N_DATA | N_EXT
authorJim Blandy <jimb@codesourcery.com>
Fri, 12 Sep 2003 22:49:25 +0000 (22:49 +0000)
committerJim Blandy <jimb@codesourcery.com>
Fri, 12 Sep 2003 22:49:25 +0000 (22:49 +0000)
commit14f751370b30213bcbeb016c1737fa6bc1b11456
treef36af761a22e7f1dc7486553c7d5e8a6f06dc298
parent93938d4744f78ddb388e2ede70fee0575fe94cb6
* dbxread.c (read_dbx_symtab): The N_DATA and N_DATA | N_EXT
symbol types are, by definition, in the .data section, so it is
correct to use SECT_OFF_DATA (objfile) here, not data_sect_index.
If there is no .data section, there should be no N_DATA or N_DATA
| N_EXT symbols.
gdb/ChangeLog
gdb/dbxread.c