Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 May 2020 15:02:07 +0200
From:      Antoine Brodin <antoine@freebsd.org>
To:        Konstantin Belousov <kib@freebsd.org>
Cc:        src-committers <src-committers@freebsd.org>, svn-src-all <svn-src-all@freebsd.org>, svn-src-head@freebsd.org
Subject:   Re: svn commit: r361303 - in head: lib/libc/gen libexec/rtld-elf sys/sys
Message-ID:  <CAALwa8mXfJZyRQ-Gx684mgoeTDZs14tEP26rJNqvh_rEiY18=Q@mail.gmail.com>
In-Reply-To: <202005202208.04KM8QPA020707@repo.freebsd.org>
References:  <202005202208.04KM8QPA020707@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, May 21, 2020 at 12:08 AM Konstantin Belousov <kib@freebsd.org> wrote:
>
> Author: kib
> Date: Wed May 20 22:08:26 2020
> New Revision: 361303
> URL: https://svnweb.freebsd.org/changeset/base/361303
>
> Log:
>   Change the samantic of struct link_map l_addr member.
>
>   It previously returned the object map base address, while all other
>   ELF operating systems return load offset, i.e. the difference between
>   map base and the link base.
>
>   Explain the meaning of the field in the man page.
>
>   Stop filling the mips-only l_offs member, which is apparently unused.
>
>   PR:   246561
>   Requested by: Damjan Jovanovic <damjan.jov@gmail.com>
>   Reviewed by:  emaste, jhb, cem (previous version)
>   Sponsored by: The FreeBSD Foundation
>   MFC after:    1 week
>   Differential revision:        https://reviews.freebsd.org/D24918
>
> Modified:
>   head/lib/libc/gen/dlinfo.3
>   head/libexec/rtld-elf/rtld.c
>   head/sys/sys/link_elf.h

Hi,

After this commit,  some ports fail to build with signal 11.
For instance lang/perl5.30 fails to build with default options (DTRACE on)
Disabling the DTRACE option makes it able to build again.

Cheers,

Antoine



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAALwa8mXfJZyRQ-Gx684mgoeTDZs14tEP26rJNqvh_rEiY18=Q>