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

Alan Modra <amodra at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
   Last reconfirmed|                            |2017-11-17
           Assignee|unassigned at sourceware dot org   |amodra at gmail dot com
     Ever confirmed|0                           |1

--- Comment #2 from Alan Modra <amodra at gmail dot com> ---
I can see one problem when looking at objdump -x under gdb. 
_bfd_elf_get_symbol_version_string is called with symbol being one of the
global_syms (the first one I saw was *ABS*).  Those symbols are not full elf
symbols so the cast to elf_symbol_type is wrong.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to