aboutsummaryrefslogtreecommitdiff
path: root/bfd/elfnn-riscv.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-14RISC-V: Add elfNN_riscv_mkobject to initialize RISC-V tdata.Nelson Chu1-0/+9
2020-05-01PR25900, RISC-V: null pointer dereferenceAlan Modra1-5/+6
2020-02-26Indent labelsAlan Modra1-3/+3
2020-02-19bfd_size_type to size_tAlan Modra1-2/+2
2020-01-22RISC-V: Change -march parsing.Jim Wilson1-63/+83
2020-01-06RISC-V: Fix weak function call reloc overflow on llvm build.Jim Wilson1-3/+6
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 Wilson1-3/+10
2019-10-17RISC-V: Report unresolved relocation error via linker's callback function.Jim Wilson1-17/+46
2019-09-20RISC-V: Optimize lui and auipc relaxations for undefweak symbol.Jim Wilson1-27/+116
2019-09-19bfd_section_* macrosAlan Modra1-6/+5
2019-08-31RISC-V: Fix linker problems with tls copy relocs.Jim Wilson1-0/+14
2019-08-30RISC-V: Force linker error exit after unresolvable reloc.Jim Wilson1-1/+4
2019-08-28RISC-V: Fix a gp relaxation reloc overflow error.Jim Wilson1-7/+10
2019-08-15RISC-V: Fix lui relaxation issue with code at address 0.Jim Wilson1-2/+14
2019-08-01RISC-V: Fix lui relax failure with relro.Jim Wilson1-2/+7
2019-06-24RISC-V: Enable lui relaxation for CODE and MERGE sections.Jim Wilson1-10/+46
2019-04-22RISC-V: Enable 32-bit linux gdb core file support.Jim Wilson1-1/+1
2019-04-02RISC-V: Don't check ABI flags if no code section.Jim Wilson1-2/+32
2019-03-30RISC-V: Relax tail/j to c.j for RV64.Jim Wilson1-2/+5
2019-03-21RISC-V: Fix linker crash in section symbol check.Jim Wilson1-1/+3
2019-01-21Fix spelling mistakes in BFD library.Yuri Chornoivan1-4/+4
2019-01-16RISC-V: Merge ELF attribute for ld.Jim Wilson1-0/+417
2019-01-16RISC-V: Support ELF attribute for gas and readelf.Jim Wilson1-0/+17
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-11-13RISC-V: Improve linker error for FP mismatch.Jim Wilson1-1/+28
2018-10-04RISC-V: Delete zero-size .tdata.dyn section.Jim Wilson1-1/+2
2018-09-27RISC-V: Pc-rel to gp-rel relaxation function cleanup.Jim Wilson1-42/+20
2018-09-25RISC-V: Give error for RVE PLTs.Jim Wilson1-8/+36
2018-09-24RISC-V: For PCREL_LO12, fix addend handling in auipc lookup.Jim Wilson1-2/+7
2018-09-24RISC-V: Allow pcrel_lo addends, error on addend overflow.Jim Wilson1-11/+17
2018-08-02RISC-V: Fix TLS and --gc-sections conflict.Jim Wilson1-1/+2
2018-06-21RISC-V: Fix 3 PIE related ld testsuite failures.Jim Wilson1-4/+5
2018-06-03RISC-V: Handle out-of-range calls to undefined weak.Jim Wilson1-1/+17
2018-06-03RISC-V: Fix symbol address problem with versioned symbols.Jim Wilson1-3/+6
2018-05-18RISC-V: Add RV32E support.Jim Wilson1-0/+8
2018-05-18RISC-V: Fix ld-elf/pr22269* testcases.Jim Wilson1-4/+12
2018-03-01RISC-V: Fix symbol size bug when relaxation deletes bytes.Jim Wilson1-7/+13
2018-02-27Have info_to_howto functions return a success/fail status. Check this result...Nick Clifton1-11/+21
2018-02-26unrecognized/unsupported reloc messageAlan Modra1-8/+8
2018-02-19Add attribute printf to _bfd_error_handlerAlan Modra1-8/+9
2018-02-19%L conversionsAlan Modra1-2/+3
2018-02-19Use %pI, %pR, %pS, %pT in place of %I, %R, %S and %T.Alan Modra1-1/+1
2018-02-19Use %pA and %pB in messages rather than %A and %BAlan Modra1-10/+10
2018-02-15RISC-V: Fix relocation failure with zero address sections.Jim Wilson1-0/+6
2018-02-15RISC-V: Give error for ignored pcrel_lo addend.Jim Wilson1-6/+18
2018-02-08RISC-V: Add comment for previous change.Jim Wilson1-0/+2
2018-02-06RISC-V: Eliminate spurious error w/ reloc truncated messageJim Wilson1-0/+1
2018-02-05RISC-V/BFD: Correct a missing initializer error with pre-4.7 GCCMaciej W. Rozycki1-1/+2
2018-02-02RISC-V: Fix --wrap and relaxation conflict.Jim Wilson1-9/+39