From: Doug Evans Date: Tue, 2 Apr 2013 21:18:40 +0000 (+0000) Subject: * dwarf2read.c (read_structure_type): Fix typo in comment. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3d1d5ea371747a1b80bfa8c56a9ecc2e62a08b30;p=binutils-gdb.git * dwarf2read.c (read_structure_type): Fix typo in comment. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 77c7b43a950..c46aaaed760 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 953eb7230a9..4b4024c412d 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