- Mar 05, 2020
-
-
Kito Cheng authored
Bump binutils to support CSR checking and Zv* sub extensions for rvv.
-
- Mar 04, 2020
-
-
Nelson Chu authored
-
- Feb 25, 2020
-
-
Kito Cheng authored
Bump riscv-gcc and riscv-binutils to support rvv-0.9.x
-
- Feb 24, 2020
-
-
Nelson Chu authored
Bump riscv-gcc to riscv-gcc-9.2.0-rvv, and bump binutils to support the rvv constraints checking options.
-
- Feb 21, 2020
-
-
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.
-
- Dec 20, 2019
-
-
Kito Cheng authored
Update binutils to version 0.8-draft-20191207.
-
- Dec 19, 2019
-
-
Nelson Chu authored
This should be the last update for version 0.8-draft. Please see the details as follows: * Support limited vector load/store and move whole register. * Accept constant 0 for address of vector amo instruction. * Support the vector instruction constraints.
-
- Dec 17, 2019
-
-
Kito Cheng authored
Update binutils for the syntax of vamo.
-
- Dec 12, 2019
-
-
Nelson Chu authored
-
- Nov 20, 2019
-
-
Kito Cheng authored
Bump binutils to riscv-binutils-2.33.1-rvv-0.8.x
-
Nelson Chu authored
-
- Oct 24, 2019
-
-
Kito Cheng authored
-
Kito Cheng authored
-
Jim Wilson authored
-
Jim Wilson authored
-
Jim Wilson authored
-
Jim Wilson authored
-
- Oct 21, 2019
-
-
Jim Wilson authored
-
- Oct 18, 2019
-
-
Kito Cheng authored
Use items rather than iteritems for python 3 compatible
-
- Oct 17, 2019
-
-
Kito Cheng authored
-
Kito Cheng authored
Add macos to travis-ci
-
- Oct 03, 2019
-
-
Kito Cheng authored
-
Kito Cheng authored
Bump gcc
-
- Oct 01, 2019
-
-
Kito Cheng authored
Backport following patches: - RISC-V: Fix bad insn splits with paradoxical subregs. - RISC-V: Fix more splitters accidentally calling gen_reg_rtx. - Fix for PR rtl-optimization/89795
-
- Sep 30, 2019
-
-
Kito Cheng authored
Fix default LINUX_HEADERS_SRCDIR path
-
- Sep 29, 2019
-
-
Albert Ou authored
The --with-headers argument must point to the `include' subdirectory.
-
- Sep 28, 2019
-
-
Kito Cheng authored
Add option to specify source tree of each component
-
Kito Cheng authored
Fix portability issues
-
- Sep 27, 2019
-
-
Kito Cheng authored
-
Albert Ou authored
Some implementations of rm(1) are stricter about the ordering of option and non-option arguments as specified in POSIX.
-
Albert Ou authored
These wrappers are still necessary on non-GNU platforms; glibc makefile rules invoke `sed' directly with GNU extensions.
-
- Sep 26, 2019
-
-
Kito Cheng authored
Check write permission to install path before build anything
-
- Sep 25, 2019
-
-
Kito Cheng authored
-
- Sep 24, 2019
-
-
Kito Cheng authored
Clean up rules for patch source, it's no longer used after using submodule
-
- Sep 20, 2019
-
-
Kito Cheng authored
-
- Sep 06, 2019
-
-
Jim Wilson authored
Document problems with using same prefix for more than one build.
-
Jim Wilson authored
-
- Aug 22, 2019
-
-
Kito Cheng authored
Increase the timeout for git command.
-
- Aug 21, 2019
-
-
Kito Cheng authored
-
Kito Cheng authored
-