]> git.ipfire.org Git - thirdparty/glibc.git/commit
s390x: Update math: redirect roundeven function users/skpgkp2/2.33/master
authorStefan Liebler <stli@linux.ibm.com>
Mon, 28 Jun 2021 11:01:07 +0000 (13:01 +0200)
committerSunil K Pandey <skpgkp2@gmail.com>
Thu, 29 Sep 2022 20:15:52 +0000 (13:15 -0700)
commit46bcc6c0c9234ca463e583ee3808a57a04f01199
tree8931fa322361beb56e6428ab4fb730e0ff87672c
parent224c17c70b6b3a12428d30778f1100770717956b
s390x: Update math: redirect roundeven function

After recent commit
447954a206837b5f153869cfeeeab44631c3fac9
"math: redirect roundeven function", building on
s390x fails with:
Error: symbol `__roundevenl' is already defined

Similar to aarch64/riscv fix, this patch redirects target
specific functions for s390x:
commit 3213ed770cbc5821920d16caa93c85e92dd7b9f6
"Update math: redirect roundeven function"

(cherry picked from commit 259a17cc98058d2576511201f85d28cb5d9de2a2)
sysdeps/s390/fpu/s_roundeven.c
sysdeps/s390/fpu/s_roundevenf.c
sysdeps/s390/fpu/s_roundevenl.c