From 80f976ba54867d4c8186718491bf4b611dbbbe6a Mon Sep 17 00:00:00 2001 From: Konstantin Belousov Date: Thu, 7 Aug 2025 01:43:09 +0300 Subject: [PATCH] RELNOTES: amd64 tlsbase work Reviewed by: emaste Sponsored by: The FreeBSD Foundation Differential revision: https://reviews.freebsd.org/D51779 --- RELNOTES | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/RELNOTES b/RELNOTES index 4afe8ef613a..641337663eb 100644 --- a/RELNOTES +++ b/RELNOTES @@ -10,6 +10,11 @@ newline. Entries should be separated by a newline. Changes to this file should not be MFCed. +68ba38dad3: + amd64: handling of the %fsbase/%gsbase registers and tls base + were reworked, making it more useful for apps that directly + manipulate CPU context. + 78aaab9f1cf: rtld: added support for -z initfirst