diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2020-11-25 15:00:44 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2020-11-27 09:29:35 -0300 |
commit | 9ff2674ef82eccd5ae5dfa6bb733c0e3613764c6 (patch) | |
tree | d8c4133b7a51aef0122e116611673a35bc315217 | |
parent | 106ff08526d3ca574ba86d891450ea55aa929712 (diff) | |
download | glibc-9ff2674ef82eccd5ae5dfa6bb733c0e3613764c6.tar glibc-9ff2674ef82eccd5ae5dfa6bb733c0e3613764c6.tar.gz glibc-9ff2674ef82eccd5ae5dfa6bb733c0e3613764c6.tar.bz2 glibc-9ff2674ef82eccd5ae5dfa6bb733c0e3613764c6.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.
-rw-r--r-- | sysdeps/sh/be/sh4/fpu/Implies | 1 | ||||
-rw-r--r-- | sysdeps/sh/le/sh4/fpu/Implies | 1 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/sh/be/sh4/fpu/Implies | 1 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/sh/le/sh4/fpu/Implies | 1 |
4 files changed, 4 insertions, 0 deletions
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 |