aboutsummaryrefslogtreecommitdiff
path: root/riscv-binutils
AgeCommit message (Collapse)AuthorFilesLines
2021-08-10Bump binutils to 2.37 release.Nelson Chu1-0/+0
2021-06-16Bump binutils to get rv32e fixes.Jim Wilson1-0/+0
2021-04-22Bump riscv-binutils2021.04.23Kito Cheng1-0/+0
2020-07-28Bump binutils to 2.35.Nelson Chu1-0/+0
2020-02-16Bump binutils to 2.34 release.Nelson Chu1-0/+0
2019-08-15Bump binutilsKito Cheng1-0/+0
- Backport following patches: - RISC-V: Fix lui relaxation issue with code at address 0. - Fix https://github.com/riscv/riscv-binutils-gdb/issues/173
2019-08-07Bump binutilsKito Cheng1-0/+0
Backport following patches: - RISC-V: Fix lui relax failure with relro. - RISC-V: Fix minor issues with FP csr instructions
2019-07-21Bump binutilsKito Cheng1-0/+0
binutils 2.32 with following patches: - Kito's 5-part patch set to improve .insn support. - RISC-V: Make objdump disassembly work right for binary files. - RISC-V: Enable lui relaxation for CODE and MERGE sections. - RISC-V: Fix lui argument parsing. - RISC-V: Enable 32-bit linux gdb core file support. - RISC-V: Don't check ABI flags if no code section. - RISC-V: Relax tail/j to c.j for RV64. - RISC-V: Fix linker crash in section symbol check. - RISC-V: Compress 3-operand beq/bne against x0.
2019-02-16Upgrade to binutils-2.32 release.Jim Wilson1-0/+0
2018-10-21Bump binutils, included several backports from trunkKito Cheng1-0/+0
2018-08-30Bump binutils to 2.31.1Kito Cheng1-0/+0
2018-08-11Update binutils to include fix for issue 351.Jim Wilson1-0/+0
2018-06-22Update binutils to the 2.30 releasePalmer Dabbelt1-0/+0
This has no additional patches on top of the upstream release.
2018-06-22Split the binutils and GDB buildsPalmer Dabbelt1-0/+0
Binutils and GDB are kept in the same repository but follow seperate relaese streams. We've been release GDB versions based on binutils tags, but this is the wrong thing to do and has caused multiple headaches related to our out-of-tree GDB port. This patch splits the binutils and GDB submodules, but doesn't actually change the versions.