Re: [PATCH] libdw: Update DW_LANG codes

2024-12-02 Thread Mark Wielaard
Hi, On Fri, 2024-11-22 at 18:33 +0100, Mark Wielaard wrote: > Pick up the language codes published after DWARF5 was published. > The are listed at https://dwarfstd.org/languages.html > > Also adjust C language dectection in dwarf_getfuncs and update the > dwarf_default_lower_bound function to ret

[PATCH] libdw: Update DW_LANG codes

2024-11-22 Thread Mark Wielaard
Pick up the language codes published after DWARF5 was published. The are listed at https://dwarfstd.org/languages.html Also adjust C language dectection in dwarf_getfuncs and update the dwarf_default_lower_bound function to return the default lower bounds for the new langauge codes. There is one