projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
360e958
)
* dwarf2read.c (read_structure_scope): Correct overzealous
author
Jim Blandy
<jimb@codesourcery.com>
Mon, 24 Jul 2000 17:07:26 +0000
(17:07 +0000)
committer
Jim Blandy
<jimb@codesourcery.com>
Mon, 24 Jul 2000 17:07:26 +0000
(17:07 +0000)
addition of cu_header argument.
gdb/dwarf2read.c
patch
|
blob
|
history
diff --git
a/gdb/dwarf2read.c
b/gdb/dwarf2read.c
index 6ec5c493a3f967a985ebe584794e84b82fa278a2..2f9b032715d8454165d1b056a912cba973f693c3 100644
(file)
--- a/
gdb/dwarf2read.c
+++ b/
gdb/dwarf2read.c
@@
-2220,7
+2220,7
@@
read_structure_scope (struct die_info *die, struct objfile *objfile,
/* C++ static member. */
dwarf2_add_field (&fi, child_die, objfile, cu_header);
}
- else if (child_die->tag == DW_TAG_subprogram
, cu_header
)
+ else if (child_die->tag == DW_TAG_subprogram)
{
/* C++ member function. */
process_die (child_die, objfile, cu_header);