summaryrefslogtreecommitdiff
path: root/bfd/elfxx-riscv.c
AgeCommit message (Expand)Author
2021-03-31Use bool in bfdAlan Modra
2021-03-16RISC-V : Support bitmanip-0.93 ZBA/ZBB/ZBC instructionsKuan-Lin Chen
2021-02-19RISC-V: PR27158, fixed UJ/SB types and added CSS/CL/CS types for .insn.Nelson Chu
2021-02-18RISC-V: Add bfd/cpu-riscv.h to support all spec versions controlling.Nelson Chu
2021-02-04RISC-V: Removed the v0.93 bitmanip ZBA/ZBB/ZBC instructions.Nelson Chu
2021-01-15RISC-V: Comments tidy and improvement.Nelson Chu
2021-01-07RISC-V: Add pause hint instruction.Philipp Tomsich
2021-01-07RISC-V: Support riscv bitmanip frozen ZBA/ZBB/ZBC instructions (v0.93).Claire Xenia Wolf
2021-01-04RISC-V: Fix the merged orders of Z* extension for linker.Nelson Chu
2021-01-04PR26741, benign use after free in riscv_parse_prefixed_extAlan Modra
2021-01-01Update year range in copyright notice of binutils filesAlan Modra
2020-12-10RISC-V: Control fence.i and csr instructions by zifencei and zicsr.Nelson Chu
2020-12-01RISC-V: Fix the order checking for Z* extension.Nelson Chu
2020-12-01RISC-V: Support to add implicit extensions for G.Nelson Chu
2020-12-01RISC-V: Support to add implicit extensions.Nelson Chu
2020-12-01RISC-V: Improve the version parsing for arch string.Nelson Chu
2020-12-01RISC-V: Add zifencei and prefixed h class extensions.Nelson Chu
2020-12-01RISC-V: Don't allow any uppercase letter in the arch string.Nelson Chu
2020-12-01RISC-V: Minor cleanup and testcases improvement for arch string parser.Nelson Chu
2020-10-16RISC-V: Support GNU indirect functions.Nelson Chu
2020-09-21PR26569, R_RISCV_RVC_JUMP results in buffer overflowAlan Modra
2020-09-03RISC-V: Improve the error message for the mis-matched ISA versions.Kito Cheng
2020-06-26RISCV changes broke 32-bit --enable-targets=allAlan Modra
2020-06-22RISC-V: Report warning when linking the objects with different priv specs.Nelson Chu
2020-05-20[PATCH v2 0/9] RISC-V: Support version controling for ISA standard extensions...Nelson Chu
2020-03-19Additional c99 elfxx-riscv.c fixSebastian Huber
2020-02-19c99 elfxx-riscv.c fixAlan Modra
2020-01-24RISC-V: Minor cleanup for s extension support.Jim Wilson
2020-01-22RISC-V: Change -march parsing.Jim Wilson
2020-01-17Fix spelling errorsChristian Biesinger
2020-01-01Update year range in copyright notice of binutils filesAlan Modra
2019-04-03BFD whitespace fixesAlan Modra
2019-01-16RISC-V: Support ELF attribute for gas and readelf.Jim Wilson
2019-01-01Update year range in copyright notice of binutils filesAlan Modra
2018-12-18Include bfd_stdint.h in bfd.hAlan Modra
2018-12-03RISC-V: Accept version, supervisor ext and more than one NSE for -march.Jim Wilson
2018-02-26unrecognized/unsupported reloc messageAlan Modra
2018-01-03Update year range in copyright notice of binutils filesAlan Modra
2017-12-06BFD whitespace fixesAlan Modra
2017-07-31Improve handling of ADD and SUB relocations on the RISCV target.Kuan-Lin Chen
2017-06-26RISC-V: Use pc-relative relocation for FDE initial locationKuan-Lin Chen
2017-01-02Update year range in copyright notice of all files.Alan Modra
2016-12-20Rework RISC-V relocationsAndrew Waterman
2016-12-20Formatting changes for RISC-VAndrew Waterman
2016-11-24RISC-V/bfd: Fix bitsize of R_RISCV_ADD8.Kuan-Lin Chen
2016-11-01Add support for RISC-V architecture.Nick Clifton