summaryrefslogtreecommitdiffstats
path: root/newlib/libc/machine/riscv/strlen.c
Commit message (Collapse)AuthorAgeFilesLines
* Change license to FreeBSD License for RISC-VKito Cheng2017-08-211-1/+1
| | | | | | - For prevent confuse about what BSD license variant we used, 2- or 3-clause license, we change the license to FreeBSD license to make it unambiguously refers to the 2-clause license.
* Add RISC-V port for newlibKito Cheng2017-08-161-0/+53
Contributor list: - Andrew Waterman <andrew@sifive.com> - Palmer Dabbelt <palmer@dabbelt.com> - Kito Cheng <kito.cheng@gmail.com> - Scott Beamer <sbeamer@eecs.berkeley.edu>