diff options
author | Jim Blandy <jimb@codesourcery.com> | 2003-09-12 22:49:25 +0000 |
---|---|---|
committer | Jim Blandy <jimb@codesourcery.com> | 2003-09-12 22:49:25 +0000 |
commit | 14f751370b30213bcbeb016c1737fa6bc1b11456 (patch) | |
tree | f36af761a22e7f1dc7486553c7d5e8a6f06dc298 /gdb/ChangeLog | |
parent | 93938d4744f78ddb388e2ede70fee0575fe94cb6 (diff) | |
download | gdb-14f751370b30213bcbeb016c1737fa6bc1b11456.zip gdb-14f751370b30213bcbeb016c1737fa6bc1b11456.tar.gz gdb-14f751370b30213bcbeb016c1737fa6bc1b11456.tar.bz2 |
* 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.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 90eefe0..0060e87 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,11 @@ +2003-09-12 Jim Blandy <jimb@redhat.com> + + * 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. + 2003-09-12 Mark Kettenis <kettenis@gnu.org> * amd64fbsd-tdep.c: Fix sigtramp recognition. |