public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc/ibm/2.32/master] sh: Add sh4 fpu Implies folder
@ 2021-01-11 22:27 Tulio Magno Quites Machado Filho
  0 siblings, 0 replies; only message in thread
From: Tulio Magno Quites Machado Filho @ 2021-01-11 22:27 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=ac0a6929c5d370952557aded97c2dd073a28773b

commit ac0a6929c5d370952557aded97c2dd073a28773b
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Wed Nov 25 15:00:44 2020 -0300

    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)

Diff:
---
 NEWS                                          | 1 +
 sysdeps/sh/be/sh4/fpu/Implies                 | 1 +
 sysdeps/sh/le/sh4/fpu/Implies                 | 1 +
 sysdeps/unix/sysv/linux/sh/be/sh4/fpu/Implies | 1 +
 sysdeps/unix/sysv/linux/sh/le/sh4/fpu/Implies | 1 +
 5 files changed, 5 insertions(+)

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-01-11 22:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-11 22:27 [glibc/ibm/2.32/master] sh: Add sh4 fpu Implies folder Tulio Magno Quites Machado Filho

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).