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:50:13 -0300 |
commit | ac0a6929c5d370952557aded97c2dd073a28773b (patch) | |
tree | d9afc5be6f7b1f4eaff27505ef4ef52c56d1531f /NEWS | |
parent | 3ea24955bff835f1c5bbfd7674208e25fa795c1a (diff) | |
download | glibc-ac0a6929c5d370952557aded97c2dd073a28773b.zip glibc-ac0a6929c5d370952557aded97c2dd073a28773b.tar.gz glibc-ac0a6929c5d370952557aded97c2dd073a28773b.tar.bz2 |
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)
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |