Re: [PATCH 3/4] gendwarfksyms: Add a kABI rule to override type strings

2025-05-05 Thread Sami Tolvanen
Hi Petr, On Mon, May 5, 2025 at 5:17 AM Petr Pavlu wrote: > > On 4/30/25 23:40, Sami Tolvanen wrote: > > +static void type_parse(const char *name, const char *str, > > +struct type_expansion *type) > > +{ > > + char *fragment; > > + size_t start = 0; > > + size_t e

Re: [PATCH 3/4] gendwarfksyms: Add a kABI rule to override type strings

2025-05-05 Thread Petr Pavlu
On 4/30/25 23:40, Sami Tolvanen wrote: > In rare situations where distributions must make significant > changes to otherwise opaque data structures that have > inadvertently been included in the published ABI, keeping > symbol versions stable using the existing kABI macros can > become tedious. >