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

2022-02-16 Thread H.J. Lu via Gcc-patches
On Sat, Feb 12, 2022 at 2:27 PM Gerald Pfeifer wrote: > > On Sat, 12 Feb 2022, H.J. Lu via Gcc-patches wrote: > > + Always use GOT to access external data and function symbols via > > + -mno-direct-extern-access. > > Maybe say "global offset table (GOT)"? Fixed, > And at first I was confus

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

2022-02-12 Thread Gerald Pfeifer
On Sat, 12 Feb 2022, H.J. Lu via Gcc-patches wrote: > + Always use GOT to access external data and function symbols via > + -mno-direct-extern-access. Maybe say "global offset table (GOT)"? And at first I was confused reading this, so I suggest something like "...when the new -mno-direct