New comment by nekopsykose on void-packages repository https://github.com/void-linux/void-packages/issues/41388#issuecomment-1909927839 Comment: ``` -.plt.sec +.plt.got ``` the former is from -fcf-protection (iirc). arch has that in default cflags. probably doesn't matter, but you can rebuild passing that and see ``` -.stapsdt.base -.note.stapsdt ``` this is --enable-systemtap and also probably doesn't matter ``` -.gnu_debuglink ``` this is for split debuginfo (here it's not split) ``` -.gnu.version_r ``` this is a symver thing. might matter, but this one is optional https://maskray.me/blog/2020-11-26-all-about-symbol-versioning ``` -.relr.dyn ``` this is ldflags -Wl,-z,pack-relative-relocs which arch now enables and most likely makes no difference (very recent from arch side) overall it might not be related to those at all