This is the mail archive of the newlib@sourceware.org mailing list for the newlib 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]

Newlib/libgloss port for RISC-V


Hi all:

We'd like to contribute for RISC-V[1] support to newlib/libgloss.
RISC-V is an open ISA which support both 32 and 64 bit.

For the other part of GNU toolchain, GCC and binutils already included
in upstream in GCC 7 / binutils 2.28.

We've also tested with newlib and gcc testsuite for following targets:

riscv32-unknown-elf
riscv64-unknown-elf

[PATCH 1/3] Add RISC-V port for newlib
https://sourceware.org/ml/newlib/2017/msg00669.html
[PATCH 2/3] Add RISC-V port for libm
https://sourceware.org/ml/newlib/2017/msg00670.html
[PATCH 3/3] Add RISC-V port for libgloss
https://sourceware.org/ml/newlib/2017/msg00671.html

Contributor list:
   - Andrew Waterman  <andrew@sifive.com>
   - Kito Cheng  <kito.cheng@gmail.com>
   - Palmer Dabbelt  <palmer@dabbelt.com>
   - Scott Beamer  <sbeamer@eecs.berkeley.edu>
   - Michael Neilly  <mneilly@yahoo.com>
   - Alex Suykov  <alex.suykov@gmail.com>


[1] https://riscv.org/


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