[wwwdocs PATCH] gcc-12: Mention -mno-direct-extern-access

H.J. Lu hjl.tools@gmail.com
Sat Feb 12 14:41:45 GMT 2022


---
 htdocs/gcc-12/changes.html | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html
index b6341fda..897de8ef 100644
--- a/htdocs/gcc-12/changes.html
+++ b/htdocs/gcc-12/changes.html
@@ -399,6 +399,9 @@ a work-in-progress.</p>
   <li>Add CS prefix to call and jmp to indirect thunk with branch target
       in r8-r15 registers via <code>-mindirect-branch-cs-prefix</code>.
   </li>
+  <li>Always use GOT to access external data and function symbols via
+      <code>-mno-direct-extern-access</code>.
+  </li>
 </ul>
 
 <!-- <h3 id="mips">MIPS</h3> -->
-- 
2.34.1



More information about the Gcc-patches mailing list