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

Christophe Lyon christophe.lyon@linaro.org
Tue Sep 17 15:38:00 GMT 2019


Hi,

As Kyrill suggested, here is a patch to mention the new FDPIC ABI
support for arm.
OK?

Thanks,

Christophe
-------------- next part --------------
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>


More information about the Gcc-patches mailing list