This project is mirrored from https://github.com/riscv/riscv-gnu-toolchain.git.
Pull mirroring failed .
Last successful update .
Last successful update .
- 09 Sep, 2020 2 commits
-
-
Kevin Park authored
-
Kevin Park authored
-
- 22 Aug, 2020 1 commit
-
-
Kito Cheng authored
Update README.md
-
- 21 Aug, 2020 1 commit
-
-
Jacob Gadikian authored
Added dependencies for Arch Linux
-
- 06 Aug, 2020 2 commits
-
-
Kito Cheng authored
Allowlist might contain XPASS and FAIL for same case in sametime
-
Kito Cheng authored
e.g. The testcase already fail, the second XPASS is kind of false positive. FAIL: gcc.dg/analyzer/taint-1.c XPASS: gcc.dg/analyzer/taint-1.c
-
- 30 Jul, 2020 2 commits
-
-
Kito Cheng authored
Bump binutils to 2.35.
-
Kito Cheng authored
added warning about download and disk size
-
- 29 Jul, 2020 2 commits
-
-
Nelson Chu authored
-
Kito Cheng authored
Check for dejagnu ERROR.
-
- 28 Jul, 2020 2 commits
-
-
Aditya Atluri authored
-
Jim Wilson authored
-
- 19 Jun, 2020 2 commits
-
-
Kito Cheng authored
Rename whitelist to allowlist
-
Kito Cheng authored
Bump gcc 10
-
- 17 Jun, 2020 2 commits
-
-
Kito Cheng authored
-
Kito Cheng authored
- Fix https://github.com/riscv/riscv-gcc/issues/190
-
- 12 Jun, 2020 3 commits
-
-
Kito Cheng authored
Bump gcc and glibc
-
Kito Cheng authored
-
Kito Cheng authored
Backport following patches: - RISC-V: Add shorten_memrefs pass. - RISC-V: Make unique SECCAT_SRODATA names start with .srodata (not .sdata2) - RISC-V: Update march parser - RISC-V: Handle implied extension for -march parser - Fix alignment for local variable [PR90811] - RISC-V: Optimize si to di zero-extend followed by left shift. - RISC-V: Make __divdi3 handle div by zero same as hardware. - RISC-V: Describe correct USEs for gpr_save pattern [PR95252] - RISC-V: Unify the output asm pattern between gpr_save and gpr_restore pattern.
-
- 10 Jun, 2020 1 commit
-
-
Kito Cheng authored
Bump gcc10
-
- 03 Jun, 2020 1 commit
-
-
Kito Cheng authored
- With few bugfix backport: - riscv: Fix up riscv_atomic_assign_expand_fenv [PR94950] - testsuite: Require gnu-tm support for pr94856.C
-
- 28 May, 2020 2 commits
-
-
Kito Cheng authored
This reverts commit b6561b1a. qemu 5.0 using new kernel struct define for rv32, which require latest glibc, however it's not upstream yet, so I decide delay the update until rv32 glibc upstream.
-
Kito Cheng authored
-
- 27 May, 2020 1 commit
-
-
Kito Cheng authored
-
- 21 May, 2020 2 commits
-
-
Kito Cheng authored
Handle underline in arch string for target board option
-
Kito Cheng authored
-
- 14 May, 2020 1 commit
-
-
Kito Cheng authored
Bump qemu to 5.0.0
-
- 13 May, 2020 2 commits
-
-
Kito Cheng authored
-
Kito Cheng authored
-
- 08 May, 2020 1 commit
-
-
Kito Cheng authored
Bump gdb to 9.1 with gdb sim.
-
- 07 May, 2020 1 commit
-
-
Kito Cheng authored
-
- 28 Apr, 2020 1 commit
-
-
Kito Cheng authored
Use proper kernel headers
-
- 27 Apr, 2020 1 commit
-
-
Alex White authored
-
- 24 Mar, 2020 1 commit
-
-
Kito Cheng authored
Update whitelist for newlib nano
-
- 23 Mar, 2020 1 commit
-
-
Kito Cheng authored
-
- 19 Feb, 2020 1 commit
-
-
Kito Cheng authored
Bump binutils to 2.34
-
- 17 Feb, 2020 3 commits
-
-
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
-
- 12 Feb, 2020 1 commit
-
-
Kito Cheng authored
- dash won't expand it as expect
-