Re: [PATCH v8 0/2] Kbuild: DWARF v5 support

2021-02-04 Thread Sedat Dilek
On Thu, Feb 4, 2021 at 8:45 AM Nick Desaulniers wrote: > > On Wed, Feb 3, 2021 at 10:58 PM Sedat Dilek wrote: > > > > I guess I need to test harder to get a Tested-by credit :-)? > > You're right Sedat, I'm sorry. Your testing is invaluable; thank you > for taking the time to help and credit is

Re: [PATCH v8 0/2] Kbuild: DWARF v5 support

2021-02-03 Thread Nick Desaulniers
On Wed, Feb 3, 2021 at 10:58 PM Sedat Dilek wrote: > > I guess I need to test harder to get a Tested-by credit :-)? You're right Sedat, I'm sorry. Your testing is invaluable; thank you for taking the time to help and credit is a powerful incentive. It can be difficult to know whether to carry

Re: [PATCH v8 0/2] Kbuild: DWARF v5 support

2021-02-03 Thread Sedat Dilek
On Thu, Feb 4, 2021 at 7:40 AM Nick Desaulniers wrote: > > DWARF v5 is the latest standard of the DWARF debug info format. > > DWARF5 wins significantly in terms of size and especially so when mixed > with compression (CONFIG_DEBUG_INFO_COMPRESSED). > > Link:

[PATCH v8 0/2] Kbuild: DWARF v5 support

2021-02-03 Thread Nick Desaulniers
DWARF v5 is the latest standard of the DWARF debug info format. DWARF5 wins significantly in terms of size and especially so when mixed with compression (CONFIG_DEBUG_INFO_COMPRESSED). Link: http://www.dwarfstd.org/doc/DWARF5.pdf Patch 1 is a cleanup that lays the ground work and isn't DWARF v5