Sourceware Bugzilla – Attachment 11274 Details for
Bug 23715
addr2line reports null symbol for inline frame
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
correctly pass through name from nested find_abstract_instance calls
pass_through_name_from_recoursive_find_abstract_instance_calls.patch (text/plain), 427 bytes, created by
Milian Wolff
on 2018-09-26 13:42:54 UTC
(
hide
)
Description:
correctly pass through name from nested find_abstract_instance calls
Filename:
MIME Type:
Creator:
Milian Wolff
Created:
2018-09-26 13:42:54 UTC
Size:
427 bytes
patch
obsolete
>diff --git a/bfd/dwarf2.c b/bfd/dwarf2.c >index 77a7368dc0..3a786fb839 100644 >--- a/bfd/dwarf2.c >+++ b/bfd/dwarf2.c >@@ -2962,7 +2962,7 @@ find_abstract_instance (struct comp_unit * unit, > break; > case DW_AT_specification: > if (!find_abstract_instance (unit, info_ptr, &attr, >- pname, is_linkage, >+ &name, is_linkage, > filename_ptr, linenumber_ptr)) > return FALSE; > break;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 23715
: 11274