summaryrefslogtreecommitdiff
path: root/bfd/elfnn-riscv.c
Commit message (Expand)AuthorAgeFilesLines
* RISC-V: Merge ELF attribute for ld.Jim Wilson2019-01-161-0/+417
* RISC-V: Support ELF attribute for gas and readelf.Jim Wilson2019-01-161-0/+17
* Update year range in copyright notice of binutils filesAlan Modra2019-01-011-1/+1
* RISC-V: Improve linker error for FP mismatch.Jim Wilson2018-11-131-1/+28
* RISC-V: Delete zero-size .tdata.dyn section.Jim Wilson2018-10-041-1/+2
* RISC-V: Pc-rel to gp-rel relaxation function cleanup.Jim Wilson2018-09-271-42/+20
* RISC-V: Give error for RVE PLTs.Jim Wilson2018-09-251-8/+36
* RISC-V: For PCREL_LO12, fix addend handling in auipc lookup.Jim Wilson2018-09-241-2/+7
* RISC-V: Allow pcrel_lo addends, error on addend overflow.Jim Wilson2018-09-241-11/+17
* RISC-V: Fix TLS and --gc-sections conflict.Jim Wilson2018-08-021-1/+2
* RISC-V: Fix 3 PIE related ld testsuite failures.Jim Wilson2018-06-211-4/+5
* RISC-V: Handle out-of-range calls to undefined weak.Jim Wilson2018-06-031-1/+17
* RISC-V: Fix symbol address problem with versioned symbols.Jim Wilson2018-06-031-3/+6
* RISC-V: Add RV32E support.Jim Wilson2018-05-181-0/+8
* RISC-V: Fix ld-elf/pr22269* testcases.Jim Wilson2018-05-181-4/+12
* RISC-V: Fix symbol size bug when relaxation deletes bytes.Jim Wilson2018-03-011-7/+13
* Have info_to_howto functions return a success/fail status. Check this result...Nick Clifton2018-02-271-11/+21
* unrecognized/unsupported reloc messageAlan Modra2018-02-261-8/+8
* Add attribute printf to _bfd_error_handlerAlan Modra2018-02-191-8/+9
* %L conversionsAlan Modra2018-02-191-2/+3
* Use %pI, %pR, %pS, %pT in place of %I, %R, %S and %T.Alan Modra2018-02-191-1/+1
* Use %pA and %pB in messages rather than %A and %BAlan Modra2018-02-191-10/+10
* RISC-V: Fix relocation failure with zero address sections.Jim Wilson2018-02-151-0/+6
* RISC-V: Give error for ignored pcrel_lo addend.Jim Wilson2018-02-151-6/+18
* RISC-V: Add comment for previous change.Jim Wilson2018-02-081-0/+2
* RISC-V: Eliminate spurious error w/ reloc truncated messageJim Wilson2018-02-061-0/+1
* RISC-V/BFD: Correct a missing initializer error with pre-4.7 GCCMaciej W. Rozycki2018-02-051-1/+2
* RISC-V: Fix --wrap and relaxation conflict.Jim Wilson2018-02-021-9/+39
* Update year range in copyright notice of binutils filesAlan Modra2018-01-031-1/+1
* BFD whitespace fixesAlan Modra2017-12-061-20/+20
* dyn_relocs tidyAlan Modra2017-12-061-43/+15
* readonly_dynrelocsAlan Modra2017-12-011-13/+35
* ELF: Don't set non_ir_ref_regular in check_relocsH.J. Lu2017-11-281-4/+0
* Rename u.weakdef and make it a circular listAlan Modra2017-11-231-6/+6
* Fix error message typo.Jim Wilson2017-11-181-1/+1
* RISC-V: Only relax to C.LUI when imm != 0 and rd != 0/2Andrew Waterman2017-10-241-2/+3
* RISC-V: Relax RISCV_PCREL_* to RISCV_GPREL_*Palmer Dabbelt2017-10-191-7/+279
* RISC-V: Add R_RISCV_DELETE, which marks bytes for deletionPalmer Dabbelt2017-10-191-3/+33
* ELF: Call check_relocs after opening all inputsH.J. Lu2017-10-161-95/+0
* riscv: Cache the max alignment of output sectionsH.J. Lu2017-10-091-1/+15
* RISC-V: Print an error when unable to align a sectionPalmer Dabbelt2017-09-071-2/+9
* RISC-V: Support PCREL_* relocations agaist weak undefined symbolsPalmer Dabbelt2017-09-071-5/+68
* bfd_error_handler bfd_vma and bfd_size_type argsAlan Modra2017-07-121-3/+3
* RISC-V: Fix TLS copy relocsAndrew Waterman2017-06-291-4/+6
* RISC-V: Use pc-relative relocation for FDE initial locationKuan-Lin Chen2017-06-261-0/+2
* Don't compare boolean values against TRUE or FALSEAlan Modra2017-05-181-1/+1
* Rename non_ir_ref to non_ir_ref_regularAlan Modra2017-05-161-1/+1
* RISC-V: Resurrect GP-relative disassembly hintsPalmer Dabbelt2017-04-041-6/+3
* Don't make dynamic .data.rel.ro SEC_READONLYAlan Modra2017-02-281-1/+1
* bfd: RISC-V: relax to gp in more cases.Andrew Waterman2017-02-241-1/+15