On Wed, Feb 16, 2022 at 5:28 AM H.J. Lu <hjl.to...@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. -- H.J.