]> 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
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.
2019-04-22  Jim WilsonRISC-V: Enable 32-bit linux gdb core file support.
2019-04-02  Jim WilsonRISC-V: Don't check ABI flags if no code section.
2019-03-30  Jim WilsonRISC-V: Relax tail/j to c.j for RV64.
2019-03-21  Jim WilsonRISC-V: Fix linker crash in section symbol check.
2019-01-21  Yuri ChornoivanFix spelling mistakes in BFD library.
2019-01-16  Jim WilsonRISC-V: Merge ELF attribute for ld.
2019-01-16  Jim WilsonRISC-V: Support ELF attribute for gas and readelf.
2019-01-01  Alan ModraUpdate year range in copyright notice of binutils files
2018-11-13  Jim WilsonRISC-V: Improve linker error for FP mismatch.
2018-10-04  Jim WilsonRISC-V: Delete zero-size .tdata.dyn section.
2018-09-28  Jim WilsonRISC-V: Pc-rel to gp-rel relaxation function cleanup.
2018-09-25  Jim WilsonRISC-V: Give error for RVE PLTs.
2018-09-24  Jim WilsonRISC-V: For PCREL_LO12, fix addend handling in auipc...
2018-09-24  Jim WilsonRISC-V: Allow pcrel_lo addends, error on addend overflow.
2018-08-02  Jim WilsonRISC-V: Fix TLS and --gc-sections conflict.
2018-06-21  Jim WilsonRISC-V: Fix 3 PIE related ld testsuite failures.
2018-06-03  Jim WilsonRISC-V: Handle out-of-range calls to undefined weak.
2018-06-03  Jim WilsonRISC-V: Fix symbol address problem with versioned symbols.
2018-05-18  Jim WilsonRISC-V: Add RV32E support.
next