diff options
author | David S. Miller <davem@davemloft.net> | 2012-05-07 16:54:11 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-05-07 16:54:11 -0700 |
commit | 7f18b530e92914cfb5c5991e6610befc0444de40 (patch) | |
tree | f4e5250e01c72d4ed64b40e7224d08d45e5e8b89 /ChangeLog | |
parent | 20f244a03fda84d1556674584b340e2459ef3d99 (diff) | |
download | glibc-7f18b530e92914cfb5c5991e6610befc0444de40.tar glibc-7f18b530e92914cfb5c5991e6610befc0444de40.tar.gz glibc-7f18b530e92914cfb5c5991e6610befc0444de40.tar.bz2 glibc-7f18b530e92914cfb5c5991e6610befc0444de40.zip |
Fix sparc libm when all of glibc is built with -frounding-math.
[BZ #14074]
* sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
(SETUP_PIC_REG): Use it.
(SETUP_PIC_REG_LEAF): Use it.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2012-05-07 David S. Miller <davem@davemloft.net> + + [BZ #14074] + * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro. + (SETUP_PIC_REG): Use it. + (SETUP_PIC_REG_LEAF): Use it. + 2012-05-07 Joseph Myers <joseph@codesourcery.com> [BZ #13885] |