NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/59360 CVS commit: src
The following reply was made to PR bin/59360; it has been noted by GNATS.
From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/59360 CVS commit: src
Date: Fri, 2 May 2025 23:04:06 +0000
Module Name: src
Committed By: riastradh
Date: Fri May 2 23:04:06 UTC 2025
Modified Files:
src/lib/csu/common: crt0-common.c
src/tests/lib/csu: t_hello.sh
Log Message:
lib/csu: Add support for RELR relocations in static PIEs.
Same logic as in ld.elf_so, but baked into the executable itself for
static PIEs.
Addendum to proposal on tech-userlevel:
https://mail-index.NetBSD.org/tech-userlevel/2025/04/27/msg014727.html
PR bin/59360: ld.elf_so(8): missing RELR support
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/lib/csu/common/crt0-common.c
cvs rdiff -u -r1.2 -r1.3 src/tests/lib/csu/t_hello.sh
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