bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/17541] addr2line: function names in anonymous namespaces a


From: amodra at gmail dot com
Subject: [Bug binutils/17541] addr2line: function names in anonymous namespaces are incorrectly reported.
Date: Tue, 09 Dec 2014 10:17:59 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=17541

Alan Modra <amodra at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
           Assignee|unassigned at sourceware dot org   |amodra at gmail dot com

--- Comment #1 from Alan Modra <amodra at gmail dot com> ---
This is because bfd/dwarf2.c doesn't decode the pertinent C++ DWARF
information.

The reason the old binutils "works" when given an object compiled by a new gcc
is (at a guess) due to not decoding the DWARF, and thus falling back to looking
at the symbol table.

-- 
You are receiving this mail because:
You are on the CC list for the bug.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]