aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRichard Henderson <rth@twiddle.net>2015-05-19 11:23:56 -0700
committerRichard Henderson <rth@twiddle.net>2015-05-19 11:23:56 -0700
commit85bae5a160e288fa85eab8a5d1b0b227ab20798a (patch)
tree80f3e7b5fd19029361faf164aefedcc40d43ea38 /ChangeLog
parent1c5df81615a7cfbaf7ce79418d4bb3a3153c42be (diff)
downloadglibc-85bae5a160e288fa85eab8a5d1b0b227ab20798a.tar
glibc-85bae5a160e288fa85eab8a5d1b0b227ab20798a.tar.gz
glibc-85bae5a160e288fa85eab8a5d1b0b227ab20798a.tar.bz2
glibc-85bae5a160e288fa85eab8a5d1b0b227ab20798a.zip
soft-fp: Fix alpha kernel build problem
* soft-fp/op-common.h (_FP_FROM_INT): Don't write to R.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c68ea67448..07f478a227 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2015-05-19 Richard Henderson <rth@redhat.com>
+ * soft-fp/op-common.h (_FP_FROM_INT): Don't write to R.
+
* sysdeps/alpha/fpu/libm-test-ulps: Update.
2015-05-19 Siddhesh Poyarekar <siddhesh@redhat.com>