mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
sh: Add sh4 fpu Implies folder
The commit605f38177d
(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 from9ff2674ef8
)
This commit is contained in:
parent
8dc7605665
commit
7df507808c
1
NEWS
1
NEWS
@ -29,6 +29,7 @@ The following bugs are resolved with this release:
|
|||||||
[26248] Incorrect argument types for INLINE_SETXID_SYSCALL
|
[26248] Incorrect argument types for INLINE_SETXID_SYSCALL
|
||||||
[26332] Incorrect cache line size load causes memory corruption in memset
|
[26332] Incorrect cache line size load causes memory corruption in memset
|
||||||
[26383] bind_textdomain_codeset doesn't accept //TRANSLIT anymore
|
[26383] bind_textdomain_codeset doesn't accept //TRANSLIT anymore
|
||||||
|
[26932] libc: sh: Multiple floating point functions defined as stubs only
|
||||||
|
|
||||||
Security related changes:
|
Security related changes:
|
||||||
|
|
||||||
|
1
sysdeps/sh/be/sh4/fpu/Implies
Normal file
1
sysdeps/sh/be/sh4/fpu/Implies
Normal file
@ -0,0 +1 @@
|
|||||||
|
sh/sh4/fpu
|
1
sysdeps/sh/le/sh4/fpu/Implies
Normal file
1
sysdeps/sh/le/sh4/fpu/Implies
Normal file
@ -0,0 +1 @@
|
|||||||
|
sh/sh4/fpu
|
1
sysdeps/unix/sysv/linux/sh/be/sh4/fpu/Implies
Normal file
1
sysdeps/unix/sysv/linux/sh/be/sh4/fpu/Implies
Normal file
@ -0,0 +1 @@
|
|||||||
|
unix/sysv/linux/sh/sh4/fpu
|
1
sysdeps/unix/sysv/linux/sh/le/sh4/fpu/Implies
Normal file
1
sysdeps/unix/sysv/linux/sh/le/sh4/fpu/Implies
Normal file
@ -0,0 +1 @@
|
|||||||
|
unix/sysv/linux/sh/sh4/fpu
|
Loading…
Reference in New Issue
Block a user