This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Ping [PATCH v6 00/11] nds32 glibc port, v6


ping?


> This is the 6th version of nds32 ports. The major modification in this patchset
> is to change the data length of off_t, rlim_t, fsblkcnt_t, fsfilcnt_t and ino_t
> from 32 bits to 64 bits, because in all nds32 supported kernel, these data
> types used by syscall handler are 64 bits version. Hence, It seems a bit
> pointless to uses 32 bits version of these types in user space. Thanks to Arnd
> Bergmann for this suggestion.
> 
> All CPU-relative information can be found from
> <http://www.andestech.com/en/products-solutions/product-documentation/
> >.
> The ISA and ABI used in nds32 ports are documented in the "AndeStar ISA
> Manual"
> and "Andes Programming Guide for ISA V3", respectively.
> 

Thanks to the Adhemerval Zanella's help, the nds32 port based on the latest glibc
commit can be compiled by build-many-glibcs.py. I hope the nds32 port can into
glibc 2.30 release if it does not break the rules of code freeze.  If there
are any remaing issues, I'll resolve them as soon as possible.

Thanks.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]