[Bug 249121] program compiled with -pg produces ld-elf abort

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Sep 6 15:22:00 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249121

--- Comment #7 from Konstantin Belousov <kib at FreeBSD.org> ---
And there seems to be one more bug with lld, besides omitting dynamic.  It
seems to be really confused about what type of binary (static/dynamic) it
produces.

Since &_DYNAMIC is NULL, I realized that linker should have filled values for
__rela_iplt_start and __rela_iplt_end, which are used by csu to locate irelocs.
But apparently linker did not that either.

Dimitry, can you fill lld bugs, please ?

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-toolchain mailing list