From: Adhemerval Zanella Date: Wed, 25 Nov 2020 18:00:44 +0000 (-0300) Subject: sh: Add sh4 fpu Implies folder X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7df507808c6d244c0272f709e201ee83f25dd733;p=thirdparty%2Fglibc.git sh: Add sh4 fpu Implies folder 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) --- diff --git a/NEWS b/NEWS index c3901287d0f..15343145371 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 00000000000..71b28ee1a41 --- /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 00000000000..71b28ee1a41 --- /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 00000000000..7eeaf15a5a2 --- /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 00000000000..7eeaf15a5a2 --- /dev/null +++ b/sysdeps/unix/sysv/linux/sh/le/sh4/fpu/Implies @@ -0,0 +1 @@ +unix/sysv/linux/sh/sh4/fpu