summaryrefslogtreecommitdiff
path: root/gdb/dbxread.c
diff options
context:
space:
mode:
authorBrian Ford <ford@vss.fsi.com>2004-06-10 15:52:04 +0000
committerBrian Ford <ford@vss.fsi.com>2004-06-10 15:52:04 +0000
commit6d20d2295120b8ed8f783ab23d531c5237f0cffb (patch)
tree985cbad08beef71fdbb6ceb6fd639914b5cf6a5a /gdb/dbxread.c
parentb1c6b573a3c5bc89939fb1478d51afda289c8a3a (diff)
downloadgdb-6d20d2295120b8ed8f783ab23d531c5237f0cffb.tar.gz
* 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.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/dbxread.c b/gdb/dbxread.c
index e33a7e43c5b..c71b0c8fd5e 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.