This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [wwwdocs] gcc-10/changes.html - Document new ARM FDPIC ABI support


On Tue, 17 Sep 2019 at 17:40, Kyrill Tkachov
<kyrylo.tkachov@foss.arm.com> wrote:
>
> Hi Christophe,
>
> On 9/17/19 4:38 PM, Christophe Lyon wrote:
>
> Hi,
>
> As Kyrill suggested, here is a patch to mention the new FDPIC ABI
> support for arm.
> OK?
>
> Thanks,
>
> Christophe
>
>
> fdpic-wwwdocs.patch.txt
>
> Index: changes.html
> ===================================================================
> RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-10/changes.html,v
> retrieving revision 1.14
> diff -r1.14 changes.html
> 139,140c139,145
> < <!-- <h3 id="arm">ARM</h3> -->
> <
> ---
>
> <h3 id="arm">ARM</h3>
> <ul>
>   <li>Support for the FDPIC ABI has been added. It uses 64-bit
>   function descriptors to represent points to functions, and enables
>   code sharing on MMU-less systems.
>   </li>
> </ul>
>
>
> I think we'll want to mention how the new functionality is accessed, so can you please mention the required triple and/or command-line options that you expect the users to specify?

Sure, sorry for forgetting about it and for the typo.

How about his?

Thanks

> Thanks,
> Kyrill

Attachment: fdpic-wwwdocs.patch.txt
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]