aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-riscv-elf
AgeCommit message (Expand)AuthorFilesLines
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
2019-08-15RISC-V: Fix lui relaxation issue with code at address 0.Jim Wilson4-0/+38
2019-01-21Fix spelling mistakes in BFD library.Yuri Chornoivan1-1/+1
2019-01-16RISC-V: Merge ELF attribute for ld.Jim Wilson37-0/+147
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-10-15RISC-V: Adjust __global_pointer$ value to reduce code size.Jim Wilson1-1/+1
2018-09-24RISC-V: Allow pcrel_lo addends, error on addend overflow.Jim Wilson4-2/+24
2018-06-03RISC-V: Handle out-of-range calls to undefined weak.Jim Wilson6-0/+88
2018-02-15RISC-V: Give error for ignored pcrel_lo addend.Jim Wilson3-0/+23
2018-01-08RISC-V: Fix accidental embedded -shared regressions.Jim Wilson3-3/+10
2018-01-05RISC-V: Print symbol address for jalr w/ zero offset.Jim Wilson3-0/+19
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-12-05Really fix riscv shared library __global_pointer$ problem.Jim Wilson12-67/+21
2017-12-04Riscv shared libraries should not export __global_pointer$.Jim Wilson11-1/+88
2017-10-25testsuite/ld-riscv-elf/ld-riscv-elf.exp: Fix typo for istarget.Hans-Peter Nilsson1-1/+1
2017-10-24RISC-V: Only relax to C.LUI when imm != 0 and rd != 0/2Andrew Waterman3-0/+46