aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-riscv-elf
AgeCommit message (Expand)AuthorFilesLines
2024-06-28RISC-V: PR27180, Update relocation for riscv_zero_pcrel_hi_reloc.Nelson Chu2-0/+27
2024-05-28RISC-V: Fixed overwritten IRELATIVE relocs in the .rel.iplt for data reloc.Nelson Chu6-7/+28
2024-05-08RISC-V: Support B, Zaamo and Zalrsc extensions.Nelson Chu4-4/+4
2024-03-28RISC-V: Removed privileged spec 1.9.1 support in assembler.Nelson Chu11-22/+11
2024-02-29RISC-V: Initial ld.bfd support for TLSDESC.Tatsuyuki Ishi3-1/+22
2024-02-21RISC-V: Fix local GOT and reloc size calculation for TLS.Tatsuyuki Ishi5-0/+64
2024-01-04Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2023-12-28RISC-V: PR31179, The SET/ADD/SUB fix breaks ABI compatibility with 2.41 objectsNelson Chu4-0/+36
2023-09-01RISC-V: move various alias entriesJan Beulich7-10/+10
2023-05-19RISC-V: Support subtraction of .uleb128.Kuan-Lin Chen3-0/+37
2023-04-21RISC-V: Optimize relaxation of gp with max_alignment.Lifang Xia3-0/+75
2023-03-30RISC-V: PR28789, Reject R_RISCV_PCREL relocations with ABS symbol in PIC/PIE.Palmer Dabbelt8-0/+70
2023-03-30RISC-V: Clarify link behaviors of R_RISCV_32/64 relocations with ABS symbol.Nelson Chu13-2/+183
2023-02-23RISC-V: Add --[no-]relax-gp to ldFangrui Song4-1/+25
2023-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2022-09-30RISC-V: re-arrange opcode table for consistent alias handlingJan Beulich6-9/+9
2022-09-21RISC-V: Always generate R_RISCV_CALL_PLT reloc for call in assembler.Nelson Chu1-28/+28
2022-09-12RISC-V: PR28509, the default visibility symbol cannot be referenced by R_RISC...Nelson Chu12-29/+83
2022-08-30RISC-V: Add 'Zmmul' extension in assembler.Tsukasa OI12-12/+12
2022-02-08RISC-V: Stop reporting warnings for mismatched extension versionsPalmer Dabbelt12-46/+12
2022-01-07RISC-V: Updated the default ISA spec to 20191213.Nelson Chu11-11/+11
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2021-12-14RISC-V: Added ld testcases for the medlow and medany code models.Nelson Chu20-0/+280
2021-11-19RISC-V: Support STO_RISCV_VARIANT_CC and DT_RISCV_VARIANT_CC.Nelson Chu6-0/+347
2021-10-22RISC-V: Added ld testcase for pcgp relaxation.Lewis Revill5-2/+36
2021-10-22RISC-V: Don't separate pcgp relaxation to another relax pass.Lewis Revill6-32/+32
2021-07-06elf/riscv: Fix relaxation with aliases [PR28021]Michael Matz4-0/+108
2021-07-06RISC-V: Add PT_RISCV_ATTRIBUTES and add it to PHDR.Kito Cheng3-0/+29
2021-06-22RISC-V: Clarify the addends of pc-relative access.Nelson Chu8-0/+89
2021-05-31RISC-V: PR27566, Do not relax when data segment phase is exp_seg_relro_adjust.Nelson Chu5-0/+56
2021-05-14RISC-V: Check the overflow for %pcrel_lo addend more strictly.Nelson Chu6-7/+29
2021-03-11RISC-V: Improve multiple relax passes problem.Nelson Chu3-0/+32
2021-01-15RISC-V: Error and warning messages tidy.Nelson Chu6-12/+12
2021-01-06RISC-V: Fix riscv gas/ld testsuites failures for big endian.Marcus Comstedt13-23/+40
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-11-21RISC-V: Relax PCREL to GPREL while doing other relaxations is dangerous.Nelson Chu3-0/+46
2020-10-16RISC-V: Fix that IRELATIVE relocs may be inserted to the wrong place.Nelson Chu6-0/+83
2020-10-16RISC-V: Support GNU indirect functions.Nelson Chu53-0/+725
2020-09-03RISC-V: Minor cleanup and typos when merging elf attributes.Nelson Chu6-12/+12
2020-09-03RISC-V: Report warnings rather than errors for the mis-matched ISA versions.Nelson Chu7-1/+39
2020-09-03RISC-V: Improve the error message for the mis-matched ISA versions.Kito Cheng3-3/+3
2020-08-28RISC-V: Treat R_RISCV_CALL and R_RISCV_CALL_PLT as the same in check_relocs.Nelson Chu3-3/+3
2020-06-22RISC-V: Report warning when linking the objects with different priv specs.Nelson Chu6-6/+54
2020-06-05RISC-V: The object without priv spec attributes can be linked with any object.Nelson Chu12-1/+70
2020-06-05RISC-V: Don't generate the ELF privilege attributes when no CSR are used.Nelson Chu10-27/+1
2020-05-20[PATCH v2 0/9] RISC-V: Support version controling for ISA standard extensions...Nelson Chu12-6/+33
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-11-12RISC-V: Fix ld relax failure with calls and align directives.Jim Wilson6-0/+41
2019-10-17RISC-V: Report unresolved relocation error via linker's callback function.Jim Wilson4-0/+30
2019-09-20RISC-V: Optimize lui and auipc relaxations for undefweak symbol.Jim Wilson4-24/+32