diff options
author | Brian Ford <ford@vss.fsi.com> | 2004-06-10 15:52:04 +0000 |
---|---|---|
committer | Brian Ford <ford@vss.fsi.com> | 2004-06-10 15:52:04 +0000 |
commit | fea251526d32dc0bbcc7769c20daf2db3b5d9dac (patch) | |
tree | 4f217e862b2770c64d70c82692ff57dfaf3e3cc5 /gdb/dbxread.c | |
parent | 30a4a8e027d143cca1ac159277d0652c1ed978e9 (diff) | |
download | gdb-fea251526d32dc0bbcc7769c20daf2db3b5d9dac.zip gdb-fea251526d32dc0bbcc7769c20daf2db3b5d9dac.tar.gz gdb-fea251526d32dc0bbcc7769c20daf2db3b5d9dac.tar.bz2 |
* coffread.c (coff_symfile_read): Prevent mixed debugging formats
from corrupting/reinitializing the psymtab. Support DWARF 2 frame
info.
* dbxread.c (elfstab_build_psymtabs): Remove bogus comment.
Diffstat (limited to 'gdb/dbxread.c')
-rw-r--r-- | gdb/dbxread.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/dbxread.c b/gdb/dbxread.c index e33a7e4..c71b0c8 100644 --- a/gdb/dbxread.c +++ b/gdb/dbxread.c @@ -3376,8 +3376,7 @@ coffstab_build_psymtabs (struct objfile *objfile, int mainline, } /* Scan and build partial symbols for an ELF symbol file. - This ELF file has already been processed to get its minimal symbols, - and any DWARF symbols that were in it. + This ELF file has already been processed to get its minimal symbols. This routine is the equivalent of dbx_symfile_init and dbx_symfile_read rolled into one. |