diff mbox series

[pushed] wwwdocs: gcc-9: Various changes around -flive-patching

Message ID 20230222225913.7BAC233E54@hamza.pair.com
State New
Headers show
Series [pushed] wwwdocs: gcc-9: Various changes around -flive-patching | expand

Commit Message

Gerald Pfeifer Feb. 22, 2023, 10:59 p.m. UTC
This is on top of what Qing nicely added back in 2018 - backlog on my 
disk.

Pushed.

Gerald
---
 htdocs/gcc-9/changes.html | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
diff mbox series

Patch

diff --git a/htdocs/gcc-9/changes.html b/htdocs/gcc-9/changes.html
index 7dfae89c..89c20985 100644
--- a/htdocs/gcc-9/changes.html
+++ b/htdocs/gcc-9/changes.html
@@ -101,10 +101,10 @@  You may also want to check out our
       Invoking GCC</a> for more.
   </li>
   <li>
-    A new option, <a href="https://gcc.gnu.org/onlinedocs/gcc-9.1.0/gcc/Optimize-Options.html#index-flive-patching"><code>-flive-patching=[inline-only-static|inline-clone] wwwdocs:</code></a>, has been
-    introduced to provide a safe compilation for live-patching. At the same
-    time, provides multiple-level control on the enabled IPA optimizations.
-    See the user guide for more details about the option.
+    A new option <a href="https://gcc.gnu.org/onlinedocs/gcc-9.1.0/gcc/Optimize-Options.html#index-flive-patching"><code>-flive-patching=[inline-only-static|inline-clone] wwwdocs:</code></a>
+    generates code suitable for live patching. At the same
+    time it provides multiple-level control over IPA optimizations.
+    See the user guide for more details.
   </li>
   <li>
       A new option, <code>--completion</code>, has been added to provide more fine