diff mbox series

[committed,wwwdocs] gcc-11/changes: Add cross build behavior for --enable-s390-excess-float-precision

Message ID 20210125101534.23191-1-mhillen@linux.ibm.com
State New
Headers show
Series [committed,wwwdocs] gcc-11/changes: Add cross build behavior for --enable-s390-excess-float-precision | expand

Commit Message

Marius Hillenbrand Jan. 25, 2021, 10:15 a.m. UTC
I pushed a minor update to the existing entry for s390-specific
--enable-s390-excess-float-precision after validating.

Marius


--->8--------->8---------->8--------->8-------

Reflect the changes in commit 33f925094d02 ("IBM Z: Detect libc's
float_t behavior on cross compiles").
---
 htdocs/gcc-11/changes.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
diff mbox series

Patch

diff --git a/htdocs/gcc-11/changes.html b/htdocs/gcc-11/changes.html
index 08a4c93a..13a35e09 100644
--- a/htdocs/gcc-11/changes.html
+++ b/htdocs/gcc-11/changes.html
@@ -466,9 +466,9 @@  a work-in-progress.</p>
       maintain previous behavior and evaluate float expressions in double
       precision, which aligns with the definition of <code>float_t</code> as
       <code>double</code>. With the flag disabled, GCC will always evaluate
-      float expressions in single precision. In native builds, GCC will by
-      default match the definition of <code>float_t</code> in the installed
-      glibc.
+      float expressions in single precision. In native builds and cross compiles
+      that have target libc headers, GCC will by default match the definition of
+      <code>float_t</code> in the installed glibc.
   </li>
 </ul>