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?
Thanks,
Kyrill