diff options
author | Doug Evans <dje@google.com> | 2013-04-02 21:18:40 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2013-04-02 21:18:40 +0000 |
commit | 3d1d5ea371747a1b80bfa8c56a9ecc2e62a08b30 (patch) | |
tree | 0fa630f9936a00eb19c2a31bd4b953679201921d /gdb | |
parent | be9a8770181c7323f54c41cc576760bc8b55bf88 (diff) | |
download | gdb-3d1d5ea371747a1b80bfa8c56a9ecc2e62a08b30.zip gdb-3d1d5ea371747a1b80bfa8c56a9ecc2e62a08b30.tar.gz gdb-3d1d5ea371747a1b80bfa8c56a9ecc2e62a08b30.tar.bz2 |
* dwarf2read.c (read_structure_type): Fix typo in comment.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/dwarf2read.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 77c7b43..c46aaae 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2013-04-02 Doug Evans <dje@google.com> + + * dwarf2read.c (read_structure_type): Fix typo in comment. + 2013-04-02 Pedro Alves <palves@redhat.com> * NEWS: Mention "set/show debug aarch64", "set/show debug diff --git a/gdb/dwarf2read.c b/gdb/dwarf2read.c index 953eb72..4b4024c 100644 --- a/gdb/dwarf2read.c +++ b/gdb/dwarf2read.c @@ -11315,7 +11315,7 @@ producer_is_icc (struct dwarf2_cu *cu) /* Called when we find the DIE that starts a structure or union scope (definition) to create a type for the structure or union. Fill in the type's name and general properties; the members will not be - processed until process_structure_type. + processed until process_structure_scope. NOTE: we need to call these functions regardless of whether or not the DIE has a DW_AT_name attribute, since it might be an anonymous |