mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-15 05:01:13 +08:00
* dwarf2read.c (read_structure_type): Fix typo in comment.
This commit is contained in:
@ -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>
|
2013-04-02 Pedro Alves <palves@redhat.com>
|
||||||
|
|
||||||
* NEWS: Mention "set/show debug aarch64", "set/show debug
|
* NEWS: Mention "set/show debug aarch64", "set/show debug
|
||||||
|
@ -11315,7 +11315,7 @@ producer_is_icc (struct dwarf2_cu *cu)
|
|||||||
/* Called when we find the DIE that starts a structure or union scope
|
/* 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
|
(definition) to create a type for the structure or union. Fill in
|
||||||
the type's name and general properties; the members will not be
|
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
|
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
|
DIE has a DW_AT_name attribute, since it might be an anonymous
|
||||||
|
Reference in New Issue
Block a user