summaryrefslogtreecommitdiff
path: root/bfd/elfnn-riscv.c
Commit message (Expand)AuthorAgeFilesLines
* [Morello] Expand GOT entry sizes for C64Siddhesh Poyarekar2020-10-201-3/+12
* RISC-V: Fix that IRELATIVE relocs may be inserted to the wrong place.Nelson Chu2020-10-161-7/+39
* RISC-V: Support GNU indirect functions.Nelson Chu2020-10-161-47/+678
* RISC-V: Minor cleanup and typos when merging elf attributes.Nelson Chu2020-09-031-12/+12
* RISC-V: Report warnings rather than errors for the mis-matched ISA versions.Nelson Chu2020-09-031-32/+39
* RISC-V: Improve the error message for the mis-matched ISA versions.Kito Cheng2020-09-031-1/+1
* PR26493 UBSAN: elfnn-riscv.c left shift of negative valueAlan Modra2020-08-311-3/+3
* RISC-V: Treat R_RISCV_CALL and R_RISCV_CALL_PLT as the same in check_relocs.Nelson Chu2020-08-281-9/+10
* elf_hash_table_id accessAlan Modra2020-08-251-2/+3
* elf: Add sym_cache to elf_link_hash_tableH.J. Lu2020-07-301-4/+1
* ELF: Add _bfd_elf_add_dynamic_tagsH.J. Lu2020-06-231-45/+1
* RISC-V: Report warning when linking the objects with different priv specs.Nelson Chu2020-06-221-11/+36
* RISC-V: Don't assume the priv attributes are in order when handling them.Nelson Chu2020-06-221-37/+36
* RISC-V: The object without priv spec attributes can be linked with any object.Nelson Chu2020-06-051-2/+38
* ELF: Consolidate maybe_set_textrelH.J. Lu2020-06-031-28/+2
* ELF: Copy dyn_relocs in _bfd_elf_link_hash_copy_indirectH.J. Lu2020-06-031-31/+0
* ELF: Consolidate readonly_dynrelocsH.J. Lu2020-06-031-19/+2
* ELF: Move dyn_relocs to struct elf_link_hash_entryH.J. Lu2020-06-011-21/+15
* Replace "if (x) free (x)" with "free (x)", bfdAlan Modra2020-05-211-3/+2
* [PATCH v2 0/9] RISC-V: Support version controling for ISA standard extensions...Nelson Chu2020-05-201-1/+5
* RISC-V: Add elfNN_riscv_mkobject to initialize RISC-V tdata.Nelson Chu2020-05-141-0/+9
* PR25900, RISC-V: null pointer dereferenceAlan Modra2020-05-011-5/+6
* Indent labelsAlan Modra2020-02-261-3/+3
* bfd_size_type to size_tAlan Modra2020-02-191-2/+2
* RISC-V: Change -march parsing.Jim Wilson2020-01-221-63/+83
* RISC-V: Fix weak function call reloc overflow on llvm build.Jim Wilson2020-01-061-3/+6
* Update year range in copyright notice of binutils filesAlan Modra2020-01-011-1/+1
* RISC-V: Fix ld relax failure with calls and align directives.Jim Wilson2019-11-121-3/+10
* RISC-V: Report unresolved relocation error via linker's callback function.Jim Wilson2019-10-171-17/+46
* 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