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

[Bug default/24756] Unknown debugging section .debug_addr



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

Tom de Vries <vries at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vries at gcc dot gnu.org
            Summary|dwz fails to process i386   |Unknown debugging section
                   |pocl binaries (Unknown      |.debug_addr
                   |debugging section           |
                   |.debug_addr)                |
           Severity|normal                      |enhancement

--- Comment #1 from Tom de Vries <vries at gcc dot gnu.org> ---
This can easily be reproduced with:
...
$ gcc hello.c -gsplit-dwarf -g -c
$ gcc hello.o -g
$ dwz a.out
dwz: a.out: Unknown debugging section .debug_addr
...

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