summaryrefslogtreecommitdiff
path: root/bfd/elfnn-riscv.c
Commit message (Expand)AuthorAgeFilesLines
* RISC-V: Optimize lui and auipc relaxations for undefweak symbol.Jim Wilson2019-09-201-27/+116
* bfd_section_* macrosAlan Modra2019-09-191-6/+5
* RISC-V: Fix linker problems with tls copy relocs.Jim Wilson2019-08-311-0/+14
* RISC-V: Force linker error exit after unresolvable reloc.Jim Wilson2019-08-301-1/+4
* RISC-V: Fix a gp relaxation reloc overflow error.Jim Wilson2019-08-281-7/+10
* RISC-V: Fix lui relaxation issue with code at address 0.Jim Wilson2019-08-151-2/+14
* RISC-V: Fix lui relax failure with relro.Jim Wilson2019-08-011-2/+7
* RISC-V: Enable lui relaxation for CODE and MERGE sections.Jim Wilson2019-06-241-10/+46
* RISC-V: Enable 32-bit linux gdb core file support.Jim Wilson2019-04-221-1/+1
* RISC-V: Don't check ABI flags if no code section.Jim Wilson2019-04-021-2/+32
* RISC-V: Relax tail/j to c.j for RV64.Jim Wilson2019-03-301-2/+5
* RISC-V: Fix linker crash in section symbol check.Jim Wilson2019-03-211-1/+3
* Fix spelling mistakes in BFD library.Yuri Chornoivan2019-01-211-4/+4
* 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