diff options
author | Millan Wolff <mail@milianw.de> | 2018-10-03 12:06:09 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2018-10-03 12:06:09 +0100 |
commit | c8d3f93237d77f76d14e09e44bc770ce9428b0e4 (patch) | |
tree | a1adce040154b97d30b58b10692dbb054acc8c91 /bfd/ChangeLog | |
parent | 527b9e87ac1915aec4c26f96951c3b49a145bc88 (diff) | |
download | gdb-c8d3f93237d77f76d14e09e44bc770ce9428b0e4.zip gdb-c8d3f93237d77f76d14e09e44bc770ce9428b0e4.tar.gz gdb-c8d3f93237d77f76d14e09e44bc770ce9428b0e4.tar.bz2 |
Fix the handling of inlined frames in DWARF debug info.
PR 23715
* dwarf2.c (find_abstract_instance): Allow recursive invocations
of find_abstract_instance to override the name variable.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 2d96579..122983c 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2018-10-03 Millan Wolff <mail@milianw.de> + + PR 23715 + * dwarf2.c (find_abstract_instance): Allow recursive invocations + of find_abstract_instance to override the name variable. + 2018-10-03 Nick Clifton <nickc@redhat.com> * po/pt.po: Updated Portuguese translation. |