]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
sh: Add sh4 fpu Implies folder
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Wed, 25 Nov 2020 18:00:44 +0000 (15:00 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Fri, 27 Nov 2020 12:50:13 +0000 (09:50 -0300)
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
sysdeps/sh/be/sh4/fpu/Implies [new file with mode: 0644]
sysdeps/sh/le/sh4/fpu/Implies [new file with mode: 0644]
sysdeps/unix/sysv/linux/sh/be/sh4/fpu/Implies [new file with mode: 0644]
sysdeps/unix/sysv/linux/sh/le/sh4/fpu/Implies [new file with mode: 0644]

diff --git a/NEWS b/NEWS
index 1c1f270784eddc772b933a8f56b01f837e3d67c0..8b186756833de020b8ca3f6e18b5299f2be734c4 100644 (file)
--- 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 (file)
index 0000000..71b28ee
--- /dev/null
@@ -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 (file)
index 0000000..71b28ee
--- /dev/null
@@ -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 (file)
index 0000000..7eeaf15
--- /dev/null
@@ -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 (file)
index 0000000..7eeaf15
--- /dev/null
@@ -0,0 +1 @@
+unix/sysv/linux/sh/sh4/fpu