Re: Mis-aligned debugging symbols

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

 



On Sun, Mar 8, 2020 at 4:21 PM William Tambe <tambewilliam@xxxxxxxxx> wrote:
> Relocation section '.rela.debug_line' at offset 0x1fec contains 19 entries:
>  Offset     Info    Type            Sym.Value  Sym. Name + Addend
> 000000f7  00000603 R_ARCH_32         00000000   .text.startup + 0

This is unaligned by design, to help reduce the size of the debug
info.  Debug info isn't performance critical, so dealing with
unaligned data is not a problem here.  To fix it, you would have to
use a different debug info format, but there isn't one we support as
well as dwarf2.

Jim



[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux