[PATCH v4 01/13] C-SKY: ABI related code

Mao Han han_mao@c-sky.com
Wed Sep 12 09:06:00 GMT 2018


On Wed, Sep 12, 2018 at 10:23:29AM +0200, Florian Weimer wrote:
> On 09/12/2018 09:07 AM, Mao Han wrote:
> >It seems used to call some pre-init function for libc, register transactional
> >memory clone tables and invoke global constructors on C-SKY. Althrough I
> >haven't found any constructors call by _init, I just tend to have _init and
> >_fini as most other arch have these.
> 
> The expectation is that for new glibc ports, GCC is tweaked to generate the
> array variant of these constructs exclusively, like RISC-V did. Then you
> won't need the function variant.
> 
> Thanks,
> Florian

init_array seems work fine on C-SKY. I'll run the tests again to see whether
there is any new problems.

Han Mao



More information about the Libc-alpha mailing list