Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 06 Sep 2020 15:21:59 +0000
From:      bugzilla-noreply@freebsd.org
To:        toolchain@FreeBSD.org
Subject:   [Bug 249121] program compiled with -pg produces ld-elf abort
Message-ID:  <bug-249121-29464-WPvVqJT8qy@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-249121-29464@https.bugs.freebsd.org/bugzilla/>
References:  <bug-249121-29464@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D249121

--- Comment #7 from Konstantin Belousov <kib@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 f=
or
__rela_iplt_start and __rela_iplt_end, which are used by csu to locate irel=
ocs.
But apparently linker did not that either.

Dimitry, can you fill lld bugs, please ?

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-249121-29464-WPvVqJT8qy>