svn commit: r361303 - in head: lib/libc/gen libexec/rtld-elf sys/sys
John Baldwin
jhb at FreeBSD.org
Wed May 20 22:22:58 UTC 2020
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
More information about the svn-src-all
mailing list