From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qk1-x72e.google.com (mail-qk1-x72e.google.com [IPv6:2607:f8b0:4864:20::72e]) by sourceware.org (Postfix) with ESMTPS id 202FF3857031 for ; Fri, 27 Nov 2020 12:57:16 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 202FF3857031 Received: by mail-qk1-x72e.google.com with SMTP id q22so4210697qkq.6 for ; Fri, 27 Nov 2020 04:57:16 -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=Vb5fufJwR4u1LOgjxGDLrlq3KCdFKLzQVhHaa5yTOUE=; b=fUBI/a/7dcwlhy63vGLXowyD5G9bR4zr949vz0hZp5foRCHW8ZCbWwSDyZInZihius UBbpb+Ara/dNMpDIUBusT8krwBUgk3vFtIUtg0/kWNoow7N4WCQ4rHpWGkT2jp/6vIlk 1mXzW+VJT948SDHeSS/PWW8q04v1Zo+ShmOe2dH4XVQUvK4VFEBmNVEj0gqgYU8WLxG6 KjQnwk6lPSeMTEnD6HlAgBKsbRGw8xq8UyhQCO6KSm2LFt/lzsX5ffruKR9A2kZ4xZvM PEKW4DrgzPsTzPuM1GiL0B0Itu1hErOfYE/5s9VlV+mz3ZIR1uzqutQuQ3QlnPczsXou nLIw== X-Gm-Message-State: AOAM531f0DQHfctOuYu5HSIBzp+FoSGZNIw4PxDKaGuls74c5gsrQwoQ WfMxnjYUCvVxnOSZF2G3LozO+KS4rohfKw== X-Google-Smtp-Source: ABdhPJxlRpdWDKN7InISVwErp/EXwTe46Ay+P22ooKPF/eMO+uHBl63oGIK4vvPMXh17w3yTJFVfSA== X-Received: by 2002:a37:5607:: with SMTP id k7mr2111269qkb.4.1606481835538; Fri, 27 Nov 2020 04:57:15 -0800 (PST) Received: from localhost.localdomain ([177.194.48.209]) by smtp.googlemail.com with ESMTPSA id f14sm5441086qkk.89.2020.11.27.04.57.13 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 27 Nov 2020 04:57:14 -0800 (PST) From: Adhemerval Zanella To: libc-stable@sourceware.org Subject: [2.31 COMMITTED] sh: Add sh4 fpu Implies folder Date: Fri, 27 Nov 2020 09:57:10 -0300 Message-Id: <20201127125710.1175611-1-adhemerval.zanella@linaro.org> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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-stable@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-stable mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Nov 2020 12:57:17 -0000 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. (cherry-picked from 9ff2674ef82eccd5ae5dfa6bb733c0e3613764c6) --- NEWS | 1 + 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 + 5 files changed, 5 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/NEWS b/NEWS index c3901287d0..1534314537 100644 --- a/NEWS +++ b/NEWS @@ -29,6 +29,7 @@ The following bugs are resolved with this release: [26248] Incorrect argument types for INLINE_SETXID_SYSCALL [26332] Incorrect cache line size load causes memory corruption in memset [26383] bind_textdomain_codeset doesn't accept //TRANSLIT anymore + [26932] libc: sh: Multiple floating point functions defined as stubs only Security related changes: 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 -- 2.25.1