From patchwork Sun Feb 12 15:35:28 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Samuel Thibault X-Patchwork-Id: 64790 Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id C8A58385842D for ; Sun, 12 Feb 2023 15:35:42 +0000 (GMT) X-Original-To: libc-alpha@sourceware.org Delivered-To: libc-alpha@sourceware.org Received: from sonata.ens-lyon.org (domu-toccata.ens-lyon.fr [140.77.166.138]) by sourceware.org (Postfix) with ESMTPS id CFCB43858D1E for ; Sun, 12 Feb 2023 15:35:30 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org CFCB43858D1E Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=ens-lyon.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=bounce.ens-lyon.org Received: from localhost (localhost [127.0.0.1]) by sonata.ens-lyon.org (Postfix) with ESMTP id BED082017E; Sun, 12 Feb 2023 16:35:29 +0100 (CET) Received: from sonata.ens-lyon.org ([127.0.0.1]) by localhost (sonata.ens-lyon.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 11twHmHTtzlq; Sun, 12 Feb 2023 16:35:29 +0100 (CET) Received: from begin (lfbn-bor-1-1163-184.w92-158.abo.wanadoo.fr [92.158.138.184]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by sonata.ens-lyon.org (Postfix) with ESMTPSA id 7F0ED20168; Sun, 12 Feb 2023 16:35:29 +0100 (CET) Received: from samy by begin with local (Exim 4.96) (envelope-from ) id 1pREO1-004qXr-0N; Sun, 12 Feb 2023 16:35:29 +0100 From: Samuel Thibault To: libc-alpha@sourceware.org Cc: Samuel Thibault , commit-hurd@gnu.org Subject: [hurd,commited] htl: Generalize i386 pt-machdep.h to x86 Date: Sun, 12 Feb 2023 16:35:28 +0100 Message-Id: <20230212153528.1155288-1-samuel.thibault@ens-lyon.org> X-Mailer: git-send-email 2.39.1 MIME-Version: 1.0 X-Spam-Status: No, score=-13.0 required=5.0 tests=BAYES_00, GIT_PATCH_0, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, KAM_NUMSUBJECT, RCVD_IN_DNSWL_LOW, SPF_HELO_PASS, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: libc-alpha-bounces+patchwork=sourceware.org@sourceware.org Sender: "Libc-alpha" --- 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(-) create mode 100644 sysdeps/i386/htl/Implies rename sysdeps/{i386 => x86}/htl/pt-machdep.h (93%) create mode 100644 sysdeps/x86_64/htl/Implies 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