From patchwork Fri Nov 27 12:31:31 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adhemerval Zanella Netto X-Patchwork-Id: 41202 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 DC82D39724B6; Fri, 27 Nov 2020 12:31:38 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DC82D39724B6 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1606480298; bh=PrqAGDj1+CEJ7P+qNUQsNGhdA+VBadXxRYtbYlmGE3k=; h=To:Subject:Date:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:From; b=MMr+wzS9Q/zwiWm7NrMX/wHkyvEfOPQM5mf/xFKyDmtsEuiuBTmZUVkiV73lYImIg jUnwLkoZl8xHkazUyCdEo15JbCOvdSL+500FJayMiQrz5T+5rYS3yH6KiNXRc3sL6x 8KMC3wzw0Pvv4IPaG1UxgxAVuW+l5LoaJt8PpRII= X-Original-To: libc-alpha@sourceware.org Delivered-To: libc-alpha@sourceware.org Received: from mail-qk1-x72d.google.com (mail-qk1-x72d.google.com [IPv6:2607:f8b0:4864:20::72d]) by sourceware.org (Postfix) with ESMTPS id B9D08385800E for ; Fri, 27 Nov 2020 12:31:36 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org B9D08385800E Received: by mail-qk1-x72d.google.com with SMTP id z188so4133922qke.9 for ; Fri, 27 Nov 2020 04:31:36 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id:mime-version :content-transfer-encoding; bh=PrqAGDj1+CEJ7P+qNUQsNGhdA+VBadXxRYtbYlmGE3k=; b=ZK00iM1ZfZReTmNq2Lq27B9CwO0MMcPIQFrBlmAIEqdSdPm3+6Aqne4ukqW850GsNP bkx5KN+/YZnvfH5Atoq9kGv/rC78OtxgCUhbjwBHXdPX9oQ6+ZJCceUesBnYf1+yjPZ4 LjngWSxOC+sNy+buqGtlv5UQvWLAv5l4IDt2CgaR+vsurvUifmCr/elSqey2wgn4SmJL ilruWY/2RYUHslJEO5ZAJQYnjWthemqhKsqcZGHCUOWfSXZUyFeBReAf+HNqh5FhFO8E 3GsCIFfA3z7626dhxJ6LS/Jd5sJss8chSMRwWcgnOyLXIP9B6DsKadesFc44cm5M/mkn Iscg== X-Gm-Message-State: AOAM533X/pDz7DOqkRI2IgWDtmsZdelUkbA5Vi0RMQsFpVvag8ONzETd E1kYS7MsYcmYq52SZlt/1DHDhhiww++Swg== X-Google-Smtp-Source: ABdhPJwX90lMLUrKGACE2pdxBv6+9j2NIzfkVPD00MfV9CMg+gFHhDdhS1bcUJPqLLIJy2AcklA/RQ== X-Received: by 2002:a37:4658:: with SMTP id t85mr5676484qka.210.1606480295696; Fri, 27 Nov 2020 04:31:35 -0800 (PST) Received: from localhost.localdomain ([177.194.48.209]) by smtp.googlemail.com with ESMTPSA id w30sm6028332qkw.24.2020.11.27.04.31.34 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 27 Nov 2020 04:31:35 -0800 (PST) To: libc-alpha@sourceware.org, John Paul Adrian Glaubitz w Subject: [COMMITTED] sh: Add sh4 fpu Implies folder Date: Fri, 27 Nov 2020 09:31:31 -0300 Message-Id: <20201127123131.1001612-1-adhemerval.zanella@linaro.org> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-Spam-Status: No, score=-13.8 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) 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: , X-Patchwork-Original-From: Adhemerval Zanella via Libc-alpha From: Adhemerval Zanella Netto Reply-To: Adhemerval Zanella Errors-To: libc-alpha-bounces@sourceware.org Sender: "Libc-alpha" The commit 605f38177db (sh: Split BE/LE abilist) did not take in consideration the SH4 fpu support. Checked with a build for sh4-linux-gnu and manually checked that the implementations at sysdeps/sh/sh4/fpu/ are selected. John Paul Adrian Glaubitz also confirmed it fixes the build issues he encontered. --- sysdeps/sh/be/sh4/fpu/Implies | 1 + sysdeps/sh/le/sh4/fpu/Implies | 1 + sysdeps/unix/sysv/linux/sh/be/sh4/fpu/Implies | 1 + sysdeps/unix/sysv/linux/sh/le/sh4/fpu/Implies | 1 + 4 files changed, 4 insertions(+) create mode 100644 sysdeps/sh/be/sh4/fpu/Implies create mode 100644 sysdeps/sh/le/sh4/fpu/Implies create mode 100644 sysdeps/unix/sysv/linux/sh/be/sh4/fpu/Implies create mode 100644 sysdeps/unix/sysv/linux/sh/le/sh4/fpu/Implies diff --git a/sysdeps/sh/be/sh4/fpu/Implies b/sysdeps/sh/be/sh4/fpu/Implies new file mode 100644 index 0000000000..71b28ee1a4 --- /dev/null +++ b/sysdeps/sh/be/sh4/fpu/Implies @@ -0,0 +1 @@ +sh/sh4/fpu diff --git a/sysdeps/sh/le/sh4/fpu/Implies b/sysdeps/sh/le/sh4/fpu/Implies new file mode 100644 index 0000000000..71b28ee1a4 --- /dev/null +++ b/sysdeps/sh/le/sh4/fpu/Implies @@ -0,0 +1 @@ +sh/sh4/fpu diff --git a/sysdeps/unix/sysv/linux/sh/be/sh4/fpu/Implies b/sysdeps/unix/sysv/linux/sh/be/sh4/fpu/Implies new file mode 100644 index 0000000000..7eeaf15a5a --- /dev/null +++ b/sysdeps/unix/sysv/linux/sh/be/sh4/fpu/Implies @@ -0,0 +1 @@ +unix/sysv/linux/sh/sh4/fpu diff --git a/sysdeps/unix/sysv/linux/sh/le/sh4/fpu/Implies b/sysdeps/unix/sysv/linux/sh/le/sh4/fpu/Implies new file mode 100644 index 0000000000..7eeaf15a5a --- /dev/null +++ b/sysdeps/unix/sysv/linux/sh/le/sh4/fpu/Implies @@ -0,0 +1 @@ +unix/sysv/linux/sh/sh4/fpu