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

Message ID 20220216132846.269605-1-hjl.tools@gmail.com
State New
Headers
Series [wwwdocs,v2] gcc-12: Mention -mno-direct-extern-access |

Commit Message

H.J. Lu Feb. 16, 2022, 1:28 p.m. UTC
  ---
 htdocs/gcc-12/changes.html | 4 ++++
 1 file changed, 4 insertions(+)
  

Comments

H.J. Lu March 11, 2022, 7:28 p.m. UTC | #1
On Wed, Feb 16, 2022 at 5:28 AM H.J. Lu <hjl.tools@gmail.com> wrote:
>
> ---
>  htdocs/gcc-12/changes.html | 4 ++++
>  1 file changed, 4 insertions(+)
>
> diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html
> index b6341fda..7d253f29 100644
> --- a/htdocs/gcc-12/changes.html
> +++ b/htdocs/gcc-12/changes.html
> @@ -399,6 +399,10 @@ 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 global offset table (GOT) to access external data and
> +      function symbols when the new <code>-mno-direct-extern-access</code>
> +      command-line option is specified.
> +  </li>
>  </ul>
>
>  <!-- <h3 id="mips">MIPS</h3> -->
> --
> 2.35.1
>

I am checking it in.
  

Patch

diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html
index b6341fda..7d253f29 100644
--- a/htdocs/gcc-12/changes.html
+++ b/htdocs/gcc-12/changes.html
@@ -399,6 +399,10 @@  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 global offset table (GOT) to access external data and
+      function symbols when the new <code>-mno-direct-extern-access</code>
+      command-line option is specified.
+  </li>
 </ul>
 
 <!-- <h3 id="mips">MIPS</h3> -->