Re: [PATCH v2] Write binary annotations for CodeView S_INLINESITE symbols

2024-11-30 Thread Jeff Law
On 11/30/24 3:39 PM, Mark Harmstone wrote: Add "binary annotations" at the end of CodeView S_INLINESITE symbols, which are a series of compressed integers that represent how line numbers map to addresses. This requires assembler support; you will need commit b3aa594d ("gas: add .cv_ucomp and

[PATCH v2] Write binary annotations for CodeView S_INLINESITE symbols

2024-11-30 Thread Mark Harmstone
Add "binary annotations" at the end of CodeView S_INLINESITE symbols, which are a series of compressed integers that represent how line numbers map to addresses. This requires assembler support; you will need commit b3aa594d ("gas: add .cv_ucomp and .cv_scomp pseudo-directives") in binutils. gcc/