- May 25, 2020
-
-
Kito Cheng authored
-
- May 22, 2020
-
-
Kito Cheng authored
-
Kito Cheng authored
-
Kito Cheng authored
-
Kito Cheng authored
-
Kito Cheng authored
-
- May 21, 2020
-
-
Kito Cheng authored
Handle underline in arch string for target board option
-
Kito Cheng authored
-
- May 14, 2020
-
-
Kito Cheng authored
Bump qemu to 5.0.0
-
- May 13, 2020
-
-
Kito Cheng authored
-
Kito Cheng authored
-
- May 08, 2020
-
-
Kito Cheng authored
Bump gdb to 9.1 with gdb sim.
-
- May 07, 2020
-
-
Kito Cheng authored
-
- Apr 28, 2020
-
-
Kito Cheng authored
Use proper kernel headers
-
- Apr 27, 2020
-
-
Alex White authored
-
- Mar 24, 2020
-
-
Kito Cheng authored
Update whitelist for newlib nano
-
- Mar 23, 2020
-
-
Kito Cheng authored
-
- Feb 19, 2020
-
-
Kito Cheng authored
Bump binutils to 2.34
-
- Feb 17, 2020
-
-
Kito Cheng authored
Tweak makefile rule for check binutils gdb
-
Nelson Chu authored
This testcase is used to check whether the linker is work normally when both the --wrap=SYMBOL and -flto are set. It seems that the current fix only can work when the wrapped symbol `SYMBOL` is defined in the other files and will be linked. See the pr-24406-1 test, the `read` symbol is defined in the glibc’s libc.so.6, and we will also link the libc.so.6 by the linux toolchain, so it works. But the `read` symbol isn’t defined in the newlib, or other linked objects or archives. Therefore, the pr-24406-1 testsuite is always failed for riscv elf toolchain, but seems to work for riscv linux toolchain. On the other hand, if the wrapped symbol is `read_p`, it isn't defined in the other linked files, so we also get the error link for the linux toolchain. The fix in upstream seems not complete. I suppose that we shoud just skip the pr-24406-1 testcase until upstream fix or remove it.
-
Nelson Chu authored
-
- Feb 12, 2020
-
-
Kito Cheng authored
- dash won't expand it as expect
-
Kito Cheng authored
-
- Feb 08, 2020
-
-
Jim Wilson authored
-
- Feb 07, 2020
-
-
Jim Wilson authored
Add a newlib nano copy of libm.
-
- Feb 06, 2020
-
-
Jim Wilson authored
[configure] fix unexpected operator line 3295
-
striker.sh authored
equality of two string is `=` not `==` see `test(1)`
-
- Feb 05, 2020
-
-
Jim Wilson authored
The gamma functions use the reentrant structure which changes size in newlib nano, so we need a nano specific copy of libm.a to go with libc.a.
-
- Jan 29, 2020
-
-
Jim Wilson authored
Added python3 to Ubuntu prerequisites.
-
René Fonseca authored
-
René Fonseca authored
-
- Jan 21, 2020
-
-
Kito Cheng authored
Bump newlib to 3.2.0
-
- Jan 20, 2020
-
-
Kito Cheng authored
-
- Jan 08, 2020
-
-
Jim Wilson authored
Fix non-portable operator in shell conditional
-
- Jan 03, 2020
-
-
Albert Ou authored
Use = to compare strings with the test builtin command instead of ==, which is non-standard and sometimes unsupported by stricter POSIX shells (e.g., dash as /bin/sh).
-
- Dec 03, 2019
-
-
Kito Cheng authored
Add a pr69728 optimization success to the whitelist
-
Palmer Dabbelt authored
I'm not sure what's going on here, but as far as I can tell we're optimizing this while the test suite thinks we shouldn't be able to. Signed-off-by:Palmer Dabbelt <palmerdabbelt@google.com>
-
- Nov 07, 2019
-
-
Jim Wilson authored
Don't enable gcc checking by default.
-
- Nov 06, 2019
-
-
Jim Wilson authored
Also, support all gcc checking options instead of just yes and release. Also, fix copy-and-paste error in cmodel support refering to gcc checking.
-
- Nov 05, 2019
-
-
Jim Wilson authored
Bump gcc to include fix for issue #530.
-