https://sourceware.org/bugzilla/show_bug.cgi?id=34550
--- Comment #10 from Andreas K. Huettel <dilfridge at gentoo dot org> ---
Smallest reproducer so far:
dilfridge-m68k
/var/tmp/portage/sys-apps/systemd-utils-260.1-r1/work/systemd-260.1-.m68k #
m68k-unknown-linux-gnu-gcc -o src/shared/libsystemd-shared-260.so -shared -fPIC
-Wl,--whole-archive -Wl,--start-group
src/shared/libsystemd-shared-260.a.p/color-util.c.o -Wl,--no-whole-archive
-fstack-protector
-Wl,--version-script=/var/tmp/portage/sys-apps/systemd-utils-260.1-r1/work/systemd-260.1/src/shared/libshared.sym
-pthread -lm -Wl,--end-group ; readelf -aW
src/shared/libsystemd-shared-260.so|grep "0 NOTYPE LOCAL DEFAULT UND "
readelf: Warning: local symbol 11 found at index >= .dynsym's sh_info value of
2
0: 00000000 0 NOTYPE LOCAL DEFAULT UND
11: 00000000 0 NOTYPE LOCAL DEFAULT UND
0: 00000000 0 NOTYPE LOCAL DEFAULT UND
i.e. linking in only
* src/shared/libsystemd-shared-260.a.p/color-util.c.o
* -lm
--
You are receiving this mail because:
You are on the CC list for the bug.