From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2138) id 025323858D1E; Tue, 19 Mar 2024 13:29:01 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 025323858D1E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1710854942; bh=O4bRG0sBgMLY8eXHM5+dAqkgTGmlR5VuvRK0PhwDwmU=; h=From:To:Subject:Date:From; b=QHH7wYmi+ufjVSvndEeXxZdDsyceIazEdx0+z1maT4Ect3FQjjUFOfboCfiHZRBDG OSQL2HryR6Z358xIT1g6ggEPPC55MoI+5HsANUfwyUvFDrNdoyVwMkB3y0SFtN7hEq Qxt9KzwMvOGhl8lNSCI6CIxxE+SpQ5Mm10zw3mLc= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Andreas Schwab To: glibc-cvs@sourceware.org Subject: [glibc] Add tst-gnu2-tls2mod1 to test-internal-extras X-Act-Checkin: glibc X-Git-Author: Andreas Schwab X-Git-Refname: refs/heads/master X-Git-Oldrev: 717ebfa85c8240d32d0d19d86a484c31c55c9617 X-Git-Newrev: fd7ee2e6c5eb49e4a630a9978b4d668bff6354ee Message-Id: <20240319132902.025323858D1E@sourceware.org> Date: Tue, 19 Mar 2024 13:29:01 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=fd7ee2e6c5eb49e4a630a9978b4d668bff6354ee commit fd7ee2e6c5eb49e4a630a9978b4d668bff6354ee Author: Andreas Schwab Date: Tue Mar 19 13:49:50 2024 +0100 Add tst-gnu2-tls2mod1 to test-internal-extras That allows sysdeps/x86_64/tst-gnu2-tls2mod1.S to use internal headers. Fixes: 717ebfa85c ("x86-64: Allocate state buffer space for RDI, RSI and RBX") Diff: --- sysdeps/x86_64/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sysdeps/x86_64/Makefile b/sysdeps/x86_64/Makefile index 66b21954f3..39048b12e0 100644 --- a/sysdeps/x86_64/Makefile +++ b/sysdeps/x86_64/Makefile @@ -217,6 +217,8 @@ valgrind-suppressions-tst-valgrind-smoke = \ --suppressions=$(..)sysdeps/x86_64/tst-valgrind-smoke.supp endif +test-internal-extras += tst-gnu2-tls2mod1 + endif # $(subdir) == elf ifeq ($(subdir),csu)