[Midnightbsd-cvs] [MidnightBSD/src] 0ef5b6: rtld-elf: Delete unused RELOC_ALIGNED_P copies
Lucas Holt
noreply at github.com
Sun Jan 18 16:46:23 EST 2026
Branch: refs/heads/master
Home: https://github.com/MidnightBSD/src
Commit: 0ef5b682b22ca57078c1b8d8b47beabeae58caa4
https://github.com/MidnightBSD/src/commit/0ef5b682b22ca57078c1b8d8b47beabeae58caa4
Author: Jessica Clarke <jrtc27 at FreeBSD.org>
Date: 2026-01-18 (Sun, 18 Jan 2026)
Changed paths:
M libexec/rtld-elf/aarch64/reloc.c
M libexec/rtld-elf/riscv/reloc.c
Log Message:
-----------
rtld-elf: Delete unused RELOC_ALIGNED_P copies
This was copied from arm to aarch64 to riscv, but only arm uses it.
MFC after: 1 week
(cherry picked from commit 02d06043ba88f931f9debd5aa519fc303ca70d11)
Commit: 11919ce5346932f3ba70a7dadfd045b922684adb
https://github.com/MidnightBSD/src/commit/11919ce5346932f3ba70a7dadfd045b922684adb
Author: Jessica Clarke <jrtc27 at FreeBSD.org>
Date: 2026-01-18 (Sun, 18 Jan 2026)
Changed paths:
M share/mk/bsd.compat.mk
Log Message:
-----------
bsd.compat.mk: Honour XSTRIPBIN for lib32
Currently we only honour XNM and XOBJCOPY, but XSTRIPBIN is important
during install. Otherwise we end up using STRIPBIN for the host, not the
target, which is normally the same, but may not be, especially on
non-FreeBSD systems. In particular, cheribuild will build FreeBSD with
STRIPBIN=/usr/bin/strip XSTRIPBIN=strip (with the latter referring to
the bootstrap strip in PATH), which breaks for WITH_LIB32 when the
host's /usr/bin/strip is unable to process the lib32 binaries (e.g.
building arm64 FreeBSD's lib32 on an amd64 GNU/Linux system).
MFC after: 1 week
(cherry picked from commit ad13dc1ece2fe4a6192bceffea4a868ba6a2e0e2)
Commit: f5b1485cad9cee4bd0259f572d2555bc984e1d9c
https://github.com/MidnightBSD/src/commit/f5b1485cad9cee4bd0259f572d2555bc984e1d9c
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-01-18 (Sun, 18 Jan 2026)
Changed paths:
M usr.sbin/midnightbsd-update/midnightbsd-update.sh
Log Message:
-----------
fix message
Compare: https://github.com/MidnightBSD/src/compare/69d174860ed0...f5b1485cad9c
To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/src/settings/notifications
More information about the Midnightbsd-cvs
mailing list