Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 May 2020 15:22:56 -0700
From:      John Baldwin <jhb@FreeBSD.org>
To:        Konstantin Belousov <kib@FreeBSD.org>, src-committers@freebsd.org, 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:  <a25db8ad-3d55-c128-ed2a-5a7fe2df1aa2@FreeBSD.org>
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 5/20/20 3:08 PM, Konstantin Belousov 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.

Thanks!

-- 
John Baldwin



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?a25db8ad-3d55-c128-ed2a-5a7fe2df1aa2>