NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/51159 CVS commit: src/libexec/ld.elf_so
The following reply was made to PR toolchain/51159; it has been noted by GNATS.
From: "Joerg Sonnenberger" <joerg%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/51159 CVS commit: src/libexec/ld.elf_so
Date: Sun, 22 May 2016 19:28:39 +0000
Module Name: src
Committed By: joerg
Date: Sun May 22 19:28:39 UTC 2016
Modified Files:
src/libexec/ld.elf_so: headers.c
Log Message:
obj->phdr must be the absolute address, not the virtual offset from the
main binary. Historically, this has been the same. For PIE though,
relocbase can be pretty much anywhere. Fixes PR toolchain/51159.
To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 src/libexec/ld.elf_so/headers.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index