Hi, As Kyrill suggested, here is a patch to mention the new FDPIC ABI support for arm. OK?
Thanks, Christophe
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>