svn commit: r361657 - head/sys/sys

Ed Maste emaste at freebsd.org
Sat May 30 20:18:05 UTC 2020


On Sat, 30 May 2020 at 16:14, Konstantin Belousov <kostikbel at gmail.com> wrote:
>
> On Sat, May 30, 2020 at 07:57:27PM +0000, Ed Maste wrote:
> > Author: emaste
> > Date: Sat May 30 19:57:26 2020
> > New Revision: 361657
> > URL: https://svnweb.freebsd.org/changeset/base/361657
> >
> > Log:
> >   elf_common.h: define DF_1_PIE
> >
> >   DF_1_PIE indicates that the object is a position-independent executable.
> Only on Solaris.

Apparently GNU ld sets it broadly now, and there's a patch to have lld
start doing it: https://reviews.llvm.org/D80872


More information about the svn-src-all mailing list