From 3d1d5ea371747a1b80bfa8c56a9ecc2e62a08b30 Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Tue, 2 Apr 2013 21:18:40 +0000 Subject: [PATCH] * dwarf2read.c (read_structure_type): Fix typo in comment. --- gdb/ChangeLog | 4 ++++ gdb/dwarf2read.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 77c7b43a95..c46aaaed76 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2013-04-02 Doug Evans + + * dwarf2read.c (read_structure_type): Fix typo in comment. + 2013-04-02 Pedro Alves * NEWS: Mention "set/show debug aarch64", "set/show debug diff --git a/gdb/dwarf2read.c b/gdb/dwarf2read.c index 953eb7230a..4b4024c412 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 -- 2.34.1