public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [wwwdocs] gcc-10/changes.html - Document new ARM FDPIC ABI support
@ 2019-09-17 15:38 Christophe Lyon
  2019-09-17 15:40 ` Kyrill Tkachov
  2019-09-17 15:41 ` Richard Earnshaw (lists)
  0 siblings, 2 replies; 6+ messages in thread
From: Christophe Lyon @ 2019-09-17 15:38 UTC (permalink / raw)
  To: gcc Patches

[-- Attachment #1: Type: text/plain, Size: 113 bytes --]

Hi,

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

Thanks,

Christophe

[-- Attachment #2: fdpic-wwwdocs.patch.txt --]
[-- Type: text/plain, Size: 473 bytes --]

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>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [wwwdocs] gcc-10/changes.html - Document new ARM FDPIC ABI support
  2019-09-17 15:38 [wwwdocs] gcc-10/changes.html - Document new ARM FDPIC ABI support Christophe Lyon
@ 2019-09-17 15:40 ` Kyrill Tkachov
  2019-09-17 15:52   ` Christophe Lyon
  2019-09-17 15:41 ` Richard Earnshaw (lists)
  1 sibling, 1 reply; 6+ messages in thread
From: Kyrill Tkachov @ 2019-09-17 15:40 UTC (permalink / raw)
  To: Christophe Lyon, gcc Patches

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [wwwdocs] gcc-10/changes.html - Document new ARM FDPIC ABI support
  2019-09-17 15:38 [wwwdocs] gcc-10/changes.html - Document new ARM FDPIC ABI support Christophe Lyon
  2019-09-17 15:40 ` Kyrill Tkachov
@ 2019-09-17 15:41 ` Richard Earnshaw (lists)
  1 sibling, 0 replies; 6+ messages in thread
From: Richard Earnshaw (lists) @ 2019-09-17 15:41 UTC (permalink / raw)
  To: Christophe Lyon, gcc Patches

On 17/09/2019 16:38, Christophe Lyon wrote:
> Hi,
> 
> As Kyrill suggested, here is a patch to mention the new FDPIC ABI
> support for arm.
> OK?
> 
> Thanks,
> 
> Christophe
> 

   <li>Support for the FDPIC ABI has been added. It uses 64-bit
   function descriptors to represent points to functions, and enables

"pointers to"?

   code sharing on MMU-less systems.

R.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [wwwdocs] gcc-10/changes.html - Document new ARM FDPIC ABI support
  2019-09-17 15:40 ` Kyrill Tkachov
@ 2019-09-17 15:52   ` Christophe Lyon
  2019-09-17 15:54     ` Kyrill Tkachov
  0 siblings, 1 reply; 6+ messages in thread
From: Christophe Lyon @ 2019-09-17 15:52 UTC (permalink / raw)
  To: Kyrill Tkachov; +Cc: gcc Patches

[-- Attachment #1: Type: text/plain, Size: 1088 bytes --]

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 #2: fdpic-wwwdocs.patch.txt --]
[-- Type: text/plain, Size: 568 bytes --]

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,146
< <!-- <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 pointers to functions, and enables
>   code sharing on MMU-less systems. The corresponding target triple is
>   arm-uclinuxfdpiceabi, and the C library is uclibc-ng.
>   </li>
> </ul>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [wwwdocs] gcc-10/changes.html - Document new ARM FDPIC ABI support
  2019-09-17 15:52   ` Christophe Lyon
@ 2019-09-17 15:54     ` Kyrill Tkachov
  2019-09-17 19:26       ` Christophe Lyon
  0 siblings, 1 reply; 6+ messages in thread
From: Kyrill Tkachov @ 2019-09-17 15:54 UTC (permalink / raw)
  To: Christophe Lyon; +Cc: gcc Patches


On 9/17/19 4:52 PM, Christophe Lyon wrote:
> 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?


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,146
< <!-- <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 pointers to functions, and enables
>    code sharing on MMU-less systems. The corresponding target triple is
>    arm-uclinuxfdpiceabi, and the C library is uclibc-ng.
>    </li>
> </ul>


Please use <code> markup for the triplet.

Ok with that change.

Thanks,

Kyrill


>
> Thanks
>
> > Thanks,
> > Kyrill

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [wwwdocs] gcc-10/changes.html - Document new ARM FDPIC ABI support
  2019-09-17 15:54     ` Kyrill Tkachov
@ 2019-09-17 19:26       ` Christophe Lyon
  0 siblings, 0 replies; 6+ messages in thread
From: Christophe Lyon @ 2019-09-17 19:26 UTC (permalink / raw)
  To: Kyrill Tkachov; +Cc: gcc Patches

On Tue, 17 Sep 2019 at 17:54, Kyrill Tkachov
<kyrylo.tkachov@foss.arm.com> wrote:
>
>
> On 9/17/19 4:52 PM, Christophe Lyon wrote:
>
> 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?
>
>
> 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,146
> < <!-- <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 pointers to functions, and enables
>   code sharing on MMU-less systems. The corresponding target triple is
>   arm-uclinuxfdpiceabi, and the C library is uclibc-ng.
>   </li>
> </ul>
>
>
> Please use <code> markup for the triplet.
>
> Ok with that change.
>

Sorry for missing that.

Committed, thanks.

Christophe

> Thanks,
>
> Kyrill
>
>
>
> Thanks
>
> > Thanks,
> > Kyrill

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-09-17 19:26 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-17 15:38 [wwwdocs] gcc-10/changes.html - Document new ARM FDPIC ABI support Christophe Lyon
2019-09-17 15:40 ` Kyrill Tkachov
2019-09-17 15:52   ` Christophe Lyon
2019-09-17 15:54     ` Kyrill Tkachov
2019-09-17 19:26       ` Christophe Lyon
2019-09-17 15:41 ` Richard Earnshaw (lists)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).