aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2012-05-07 16:54:11 -0700
committerDavid S. Miller <davem@davemloft.net>2012-05-07 16:54:11 -0700
commit7f18b530e92914cfb5c5991e6610befc0444de40 (patch)
treef4e5250e01c72d4ed64b40e7224d08d45e5e8b89 /ChangeLog
parent20f244a03fda84d1556674584b340e2459ef3d99 (diff)
downloadglibc-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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b80b4856fc..ab0b7cfa62 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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]