From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1792) id CAB6F3858D1E; Sun, 12 Feb 2023 15:34:50 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CAB6F3858D1E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1676216090; bh=6oBXOGKGFfCV4qfqECrkX5aeI9Th2axyXvEUEBRSg/I=; h=From:To:Subject:Date:From; b=NCNlFsljDNYgY2HJi4az8ipMvfpkfiF7ddXbgpSv3iT043ymVMJcEiNLblCR5Ia8s wVHiuFkVqywTko044Y1NQMJxfqhbfNwi8o2Z8j2HZipSidYsYysH6/SMIdEtFTtHZx O558nIEIfaHSVchFUZsVNxyUzgX2dcb3vAmK+xwA= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Samuel Thibault To: glibc-cvs@sourceware.org Subject: [glibc] htl: Generalize i386 pt-machdep.h to x86 X-Act-Checkin: glibc X-Git-Author: Samuel Thibault X-Git-Refname: refs/heads/master X-Git-Oldrev: be6d002ca277ffc90058d382396150cb0e785b9c X-Git-Newrev: bfb583e7916315eca3f19801dca1bf05eac4efef Message-Id: <20230212153450.CAB6F3858D1E@sourceware.org> Date: Sun, 12 Feb 2023 15:34:50 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=bfb583e7916315eca3f19801dca1bf05eac4efef commit bfb583e7916315eca3f19801dca1bf05eac4efef Author: Samuel Thibault Date: Sun Feb 12 16:32:52 2023 +0100 htl: Generalize i386 pt-machdep.h to x86 Diff: --- sysdeps/i386/htl/Implies | 1 + sysdeps/{i386 => x86}/htl/pt-machdep.h | 2 +- sysdeps/x86_64/htl/Implies | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/sysdeps/i386/htl/Implies b/sysdeps/i386/htl/Implies new file mode 100644 index 0000000000..aad38fb53d --- /dev/null +++ b/sysdeps/i386/htl/Implies @@ -0,0 +1 @@ +x86/htl diff --git a/sysdeps/i386/htl/pt-machdep.h b/sysdeps/x86/htl/pt-machdep.h similarity index 93% rename from sysdeps/i386/htl/pt-machdep.h rename to sysdeps/x86/htl/pt-machdep.h index b036909c42..d0cc979252 100644 --- a/sysdeps/i386/htl/pt-machdep.h +++ b/sysdeps/x86/htl/pt-machdep.h @@ -1,4 +1,4 @@ -/* Machine dependent pthreads internal defenitions. i386 version. +/* Machine dependent pthreads internal defenitions. x86 version. Copyright (C) 2000-2023 Free Software Foundation, Inc. This file is part of the GNU C Library. diff --git a/sysdeps/x86_64/htl/Implies b/sysdeps/x86_64/htl/Implies new file mode 100644 index 0000000000..aad38fb53d --- /dev/null +++ b/sysdeps/x86_64/htl/Implies @@ -0,0 +1 @@ +x86/htl