]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - bfd/elfnn-riscv.c
Update year range in copyright notice of binutils files
[thirdparty/binutils-gdb.git] / bfd / elfnn-riscv.c
2024-01-04  Alan ModraUpdate year range in copyright notice of binutils files
2023-12-28  Nelson ChuRISC-V: PR31179, The SET/ADD/SUB fix breaks ABI compati...
2023-12-07  Palmer DabbeltRISC-V: Fix "withand" in LEB128 error messages
2023-11-06  Nelson ChuRISC-V: Moved out linker internal relocations after...
2023-10-27  Nelson ChuRISC-V: Clarify the behaviors of SET/ADD/SUB relocations.
2023-10-19  Nelson ChuRISC-V: Don't do undefweak relaxations for the linker_d...
2023-06-14  Alan Modraasprintf memory leaks
2023-06-01  Nelson Chu[PR ld/22263][PR ld/24676] RISC-V: Avoid spurious R_RIS...
2023-05-27  Nelson Chu[PR ld/22263][PR ld/25694] RISC-V: Avoid dynamic TLS...
2023-05-19  Kuan-Lin ChenRISC-V: Support subtraction of .uleb128.
2023-04-28  Nelson ChuRISC-V: Enable x0 base relaxation for relax_pc even...
2023-04-28  Nelson ChuRISC-V: Relax R_RISCV_[PCREL_]LO12_I/S to R_RISCV_GPREL...
2023-04-21  Lifang XiaRISC-V: Optimize relaxation of gp with max_alignment.
2023-03-29  Palmer DabbeltRISC-V: PR28789, Reject R_RISCV_PCREL relocations with...
2023-03-29  Nelson ChuRISC-V: Clarify link behaviors of R_RISCV_32/64 relocat...
2023-03-29  Nelson ChuRISC-V: Extract the ld code which are too complicated...
2023-02-24  Fangrui SongRISC-V: Add --[no-]relax-gp to ld
2023-02-23  Alan ModraTest SEC_HAS_CONTENTS in relax routines
2023-02-10  Tsukasa OIRISC-V: Reduce effective linker relaxation passses
2023-01-01  Alan ModraUpdate year range in copyright notice of binutils files
2022-11-28  Tsukasa OIRISC-V: Allow merging 'H' extension
2022-11-23  Xiao ZengRISC-V: Make R_RISCV_SUB6 conforms to riscv ABI standard
2022-10-27  Nelson ChuRISC-V: Fix build failures for -Werror=sign-compare.
2022-10-25  Nelson ChuRISC-V: Should reset `again' flag for _bfd_riscv_relax_pc.
2022-10-25  Patrick O'NeillRISC-V: Improve link time complexity.
2022-09-21  ShihuaRISC-V: Implement Ztso extension
2022-09-12  Nelson ChuRISC-V: PR28509, the default visibility symbol cannot...
2022-08-11  Fangrui SongRISC-V: Remove R_RISCV_GNU_VTINHERIT/R_RISCV_GNU_VTENTRY
2022-02-08  Palmer DabbeltRISC-V: Stop reporting warnings for mismatched extensio...
2022-01-02  Alan ModraUpdate year range in copyright notice of binutils files
2021-11-19  Nelson ChuRISC-V: Support STO_RISCV_VARIANT_CC and DT_RISCV_VARIA...
2021-11-11  Nelson ChuRISC-V: Dump objects according to the elf architecture...
2021-10-22  Lewis RevillRISC-V: Don't separate pcgp relaxation to another relax...
2021-09-17  Nelson ChuRISC-V: Merged extension string tables and their versio...
2021-08-30  Nelson ChuRISC-V: PR27916, Support mapping symbols.
2021-07-06  Michael Matzelf/riscv: Fix relaxation with aliases [PR28021]
2021-07-06  Nelson ChuRISC-V: Fix the build broken with -Werror.
2021-07-06  Kito ChengRISC-V: Add PT_RISCV_ATTRIBUTES and add it to PHDR.
2021-06-22  Nelson ChuRISC-V: Clarify the addends of pc-relative access.
2021-05-31  Nelson ChuRISC-V: PR27566, Do not relax when data segment phase...
2021-05-26  Nelson ChuRISC-V: Allow to link the objects with unknown prefixed...
2021-05-14  Nelson ChuRISC-V: Check the overflow for %pcrel_lo addend more...
2021-04-15  Nelson ChuRISC-V: PR27584, surpress local and empty name symbols...
2021-04-13  Nelson ChuRISC-V: Don't report the mismatched version warning...
2021-04-05  Alan ModraC99 bfd configury
2021-04-01  Martin LiskaUse startswith more for strncmp function calls.
2021-03-31  Alan ModraUse bool in bfd
2021-03-29  Alan Modrahash table iterator callback functions int vs. bfd_boolean
2021-03-29  Alan Modraelf_backend_relocate_section int vs. bfd_boolean
2021-03-11  Nelson ChuRISC-V: Improve multiple relax passes problem.
2021-03-05  Andrew Burgessbfd/riscv: prepare to handle bare metal core dump creation
2021-02-19  Nelson ChuRISC-V: PR27158, fixed UJ/SB types and added CSS/CL...
2021-02-18  Nelson ChuRISC-V: Add bfd/cpu-riscv.h to support all spec version...
2021-02-17  Nelson ChuRISC-V: PR27200, allow the first input non-ABI binary...
2021-01-15  Nelson ChuRISC-V: Fixed the indent that caused by the previous...
2021-01-15  Nelson ChuRISC-V: Indent and GNU coding standards tidy, also...
2021-01-15  Nelson ChuRISC-V: Error and warning messages tidy.
2021-01-15  Nelson ChuRISC-V: Comments tidy and improvement.
2021-01-06  Marcus ComstedtRISC-V: Implement support for big endian targets.
2021-01-05  Nelson ChuRISC-V: Ouput __global_pointer$ as dynamic symbol when...
2021-01-04  Nelson ChuRISC-V: Fix the merged orders of Z* extension for linker.
2021-01-01  Alan ModraUpdate year range in copyright notice of binutils files
2020-12-01  Nelson ChuRISC-V: Support to add implicit extensions.
2020-11-21  Nelson ChuRISC-V: Relax PCREL to GPREL while doing other relaxati...
2020-10-16  Nelson ChuRISC-V: Fix that IRELATIVE relocs may be inserted to...
2020-10-16  Nelson ChuRISC-V: Support GNU indirect functions.
2020-09-03  Nelson ChuRISC-V: Minor cleanup and typos when merging elf attrib...
2020-09-03  Nelson ChuRISC-V: Report warnings rather than errors for the...
2020-09-03  Kito ChengRISC-V: Improve the error message for the mis-matched...
2020-08-31  Alan ModraPR26493 UBSAN: elfnn-riscv.c left shift of negative...
2020-08-28  Nelson ChuRISC-V: Treat R_RISCV_CALL and R_RISCV_CALL_PLT as...
2020-08-24  Alan Modraelf_hash_table_id access
2020-07-30  H.J. Luelf: Add sym_cache to elf_link_hash_table
2020-06-23  H.J. LuELF: Add _bfd_elf_add_dynamic_tags
2020-06-22  Nelson ChuRISC-V: Report warning when linking the objects with...
2020-06-22  Nelson ChuRISC-V: Don't assume the priv attributes are in order...
2020-06-05  Nelson ChuRISC-V: The object without priv spec attributes can...
2020-06-03  H.J. LuELF: Consolidate maybe_set_textrel
2020-06-03  H.J. LuELF: Copy dyn_relocs in _bfd_elf_link_hash_copy_indirect
2020-06-03  H.J. LuELF: Consolidate readonly_dynrelocs
2020-06-02  H.J. LuELF: Move dyn_relocs to struct elf_link_hash_entry
2020-05-21  Alan ModraReplace "if (x) free (x)" with "free (x)", bfd
2020-05-20  Nelson Chu[PATCH v2 0/9] RISC-V: Support version controling for...
2020-05-14  Nelson ChuRISC-V: Add elfNN_riscv_mkobject to initialize RISC...
2020-05-01  Alan ModraPR25900, RISC-V: null pointer dereference
2020-02-26  Alan ModraIndent labels
2020-02-19  Alan Modrabfd_size_type to size_t
2020-01-23  Jim WilsonRISC-V: Change -march parsing.
2020-01-06  Jim WilsonRISC-V: Fix weak function call reloc overflow on llvm...
2020-01-01  Alan ModraUpdate year range in copyright notice of binutils files
2019-11-12  Jim WilsonRISC-V: Fix ld relax failure with calls and align direc...
2019-10-17  Jim WilsonRISC-V: Report unresolved relocation error via linker...
2019-09-20  Jim WilsonRISC-V: Optimize lui and auipc relaxations for undefwea...
2019-09-19  Alan Modrabfd_section_* macros
2019-09-01  Jim WilsonRISC-V: Fix linker problems with tls copy relocs.
2019-08-30  Jim WilsonRISC-V: Force linker error exit after unresolvable...
2019-08-29  Jim WilsonRISC-V: Fix a gp relaxation reloc overflow error.
2019-08-15  Jim WilsonRISC-V: Fix lui relaxation issue with code at address 0.
2019-08-01  Jim WilsonRISC-V: Fix lui relax failure with relro.
2019-06-24  Jim WilsonRISC-V: Enable lui relaxation for CODE and MERGE sections.
next