aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2020-11-25 15:00:44 -0300
committerSergei Trofimovich <slyfox@gentoo.org>2020-12-07 20:03:15 +0000
commit674a051466e7ff1d4424c24d103f456a512f3f44 (patch)
tree4781fffb641a7a37176dcfe14dabaf10afa6c331
parentstruct _Unwind_Exception alignment should not depend on compiler flags (diff)
downloadglibc-674a051466e7ff1d4424c24d103f456a512f3f44.tar.gz
glibc-674a051466e7ff1d4424c24d103f456a512f3f44.tar.bz2
glibc-674a051466e7ff1d4424c24d103f456a512f3f44.zip
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)
-rw-r--r--NEWS1
-rw-r--r--sysdeps/sh/be/sh4/fpu/Implies1
-rw-r--r--sysdeps/sh/le/sh4/fpu/Implies1
-rw-r--r--sysdeps/unix/sysv/linux/sh/be/sh4/fpu/Implies1
-rw-r--r--sysdeps/unix/sysv/linux/sh/le/sh4/fpu/Implies1
5 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 1c1f270784..8b18675683 100644
--- a/NEWS
+++ b/NEWS
@@ -17,6 +17,7 @@ The following bugs are resolved with this release:
by the caller to the kernel
[26639] libc: msgctl IPC_INFO and MSG_INFO return garbage
[26853] aarch64: Missing unwind information in statically linked startup code
+ [26932] libc: sh: Multiple floating point functions defined as stubs only
Version 2.32
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