Re: Draft SH uClinux FDPIC ABI

2010-05-12 Thread Joseph S. Myers
On Tue, 25 Mar 2008, Joseph S. Myers wrote: > Following comments on these lists and from Renesas, the revised ABI we > will be implementing is now available. (Further changes may be made for > issues found in the course of implementation.) > > http://www.codesourcery.com/public/docs/sh-fdpic/s

Re: Draft SH uClinux FDPIC ABI

2008-03-25 Thread Joseph S. Myers
Following comments on these lists and from Renesas, the revised ABI we will be implementing is now available. (Further changes may be made for issues found in the course of implementation.) http://www.codesourcery.com/public/docs/sh-fdpic/sh-fdpic-abi.txt -- Joseph S. Myers [EMAIL PROTECTED]

Re: Draft SH uClinux FDPIC ABI

2008-02-29 Thread Alexandre Oliva
On Feb 29, 2008, "Joseph S. Myers" <[EMAIL PROTECTED]> wrote: > Thanks - there were lots more typos in the original (spell-checking it > might be a good idea). Indeed :-( Thanks. >> I've just fixed it in FR-V FDPIC 1.0b. > Is there a more recent location to reference than >

Re: Draft SH uClinux FDPIC ABI

2008-02-29 Thread Joseph S. Myers
On Thu, 28 Feb 2008, Alexandre Oliva wrote: > It was the need for using the atomic 64-bit load/store instructions > that motivated us to use 64-bit alignment for function descriptors on > FR-V. Since SH doesn't have 64-bit load/store instructions, there's > no need for function descriptors to be

Re: Draft SH uClinux FDPIC ABI

2008-02-27 Thread Alexandre Oliva
On Feb 26, 2008, "Joseph S. Myers" <[EMAIL PROTECTED]> wrote: > Here is a draft FDPIC ABI for SH uClinux, based on the FR-V FDPIC ABI. > Please send any comments; CodeSourcery will be implementing the final ABI > version in GCC and Binutils. Cool! Great news! > In the picture above, function

Re: Draft SH uClinux FDPIC ABI

2008-02-27 Thread Joseph S. Myers
On Wed, 27 Feb 2008, Kaz Kojima wrote: > "Joseph S. Myers" <[EMAIL PROTECTED]> wrote: > > Here is a draft FDPIC ABI for SH uClinux, based on the FR-V FDPIC ABI. > > Please send any comments; CodeSourcery will be implementing the final ABI > > version in GCC and Binutils. > > Wow, great news! >

Re: Draft SH uClinux FDPIC ABI

2008-02-27 Thread Kaz Kojima
"Joseph S. Myers" <[EMAIL PROTECTED]> wrote: > Here is a draft FDPIC ABI for SH uClinux, based on the FR-V FDPIC ABI. > Please send any comments; CodeSourcery will be implementing the final ABI > version in GCC and Binutils. Wow, great news! One minor point I'm curious is the choice of the phy

Draft SH uClinux FDPIC ABI

2008-02-26 Thread Joseph S. Myers
Here is a draft FDPIC ABI for SH uClinux, based on the FR-V FDPIC ABI. Please send any comments; CodeSourcery will be implementing the final ABI version in GCC and Binutils. The SH FDPIC ABI Joseph Myers CodeSo