aboutsummaryrefslogtreecommitdiff
path: root/README.google
diff options
context:
space:
mode:
authorStan Shebs <stanshebs@google.com>2016-02-16 13:39:03 -0800
committerStan Shebs <stanshebs@google.com>2016-02-16 13:39:03 -0800
commit000f2cf415b761b4c990b067276f3bb209cc1f95 (patch)
treeea3244a63646db99211bd7f087dc3687bf2b5b3c /README.google
parent409bde58fe1298e4d3a3dbaae142e0bc1397fd6c (diff)
downloadglibc-000f2cf415b761b4c990b067276f3bb209cc1f95.zip
glibc-000f2cf415b761b4c990b067276f3bb209cc1f95.tar.gz
glibc-000f2cf415b761b4c990b067276f3bb209cc1f95.tar.bz2
Remove uses of operand modifier (%s) in powerpc inline asm.
Diffstat (limited to 'README.google')
-rw-r--r--README.google4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.google b/README.google
index e615a49..1b5b4b7 100644
--- a/README.google
+++ b/README.google
@@ -562,3 +562,7 @@ sysdeps/powerpc/*
For b/18010034, backport IBM optimizations for Power8.
https://sourceware.org/git/?p=glibc.git;a=shortlog;h=refs/heads/ibm/2.19/master
(stanshebs, backport)
+
+sysdeps/powerpc/bits/fenvinline.h
+ For b/27191207, remove use of %s modifier in inline asm.
+ (stanshebs, google-local)