New comment by nonchip on void-packages repository https://github.com/void-linux/void-packages/issues/41388#issuecomment-1909903575 Comment: btw i just got an arch glibc (`2.38-7` pacman) to compare to ours (`2.38_4` xbps), so here's a diff from their to our sections: ```diff --- ARCH +++ VOID @@ GLIBC @@ -.gnu.version_r -.plt.sec +.plt.got -.stapsdt.base -.note.stapsdt -.gnu_debuglink +.debug_aranges +.debug_info +.debug_abbrev +.debug_line +.debug_str +.debug_line_str +.debug_loclists +.debug_rnglists +.symtab +.strtab @@ LD-LINUX @@ -.relr.dyn -.stapsdt.base -.note.stapsdt -.gnu_debuglink +.debug_aranges +.debug_info +.debug_abbrev +.debug_line +.debug_str +.debug_line_str +.debug_loclists +.debug_rnglists +.symtab +.strtab ```