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]

Re: RISC-V glibc port v2


On Mon, Jan 01, 2018 at 01:19:48AM +0000, Joseph Myers wrote:
> Do I understand correctly from this that RV64I processors cannot execute 
> RV32I code (unlike e.g. x86_64 where execution of 32-bit code is always 
> supported by the processor, or AArch64 where processors may or may not 
> support execution of AArch32 code)?  If so, then indeed 
> bits/environments.h is not relevant at present.

RV64I processors might be able to execute RV32I code (that support
is optional in the architecture by writing to the sstatus register).  But
the Linux port currently does not support that (yet).


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