]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - bfd/elfnn-riscv.c
RISC-V: Add RV32E support.
[thirdparty/binutils-gdb.git] / bfd / elfnn-riscv.c
2018-05-18  Jim WilsonRISC-V: Add RV32E support.
2018-05-18  Jim WilsonRISC-V: Fix ld-elf/pr22269* testcases.
2018-03-01  Jim WilsonRISC-V: Fix symbol size bug when relaxation deletes...
2018-02-27  Nick CliftonHave info_to_howto functions return a success/fail...
2018-02-25  Alan Modraunrecognized/unsupported reloc message
2018-02-19  Alan ModraAdd attribute printf to _bfd_error_handler
2018-02-19  Alan Modra%L conversions
2018-02-19  Alan ModraUse %pI, %pR, %pS, %pT in place of %I, %R, %S and %T.
2018-02-19  Alan ModraUse %pA and %pB in messages rather than %A and %B
2018-02-15  Jim WilsonRISC-V: Fix relocation failure with zero address sections.
2018-02-15  Jim WilsonRISC-V: Give error for ignored pcrel_lo addend.
2018-02-08  Jim WilsonRISC-V: Add comment for previous change.
2018-02-07  Jim WilsonRISC-V: Eliminate spurious error w/ reloc truncated...
2018-02-05  Maciej W. RozyckiRISC-V/BFD: Correct a missing initializer error with...
2018-02-02  Jim WilsonRISC-V: Fix --wrap and relaxation conflict.
2018-01-03  Alan ModraUpdate year range in copyright notice of binutils files
2017-12-06  Alan ModraBFD whitespace fixes
2017-12-06  Alan Modradyn_relocs tidy
2017-12-01  Alan Modrareadonly_dynrelocs
2017-11-28  H.J. LuELF: Don't set non_ir_ref_regular in check_relocs
2017-11-23  Alan ModraRename u.weakdef and make it a circular list
2017-11-19  Jim WilsonFix error message typo.
2017-10-24  Andrew WatermanRISC-V: Only relax to C.LUI when imm != 0 and rd !...
2017-10-19  Palmer DabbeltRISC-V: Relax RISCV_PCREL_* to RISCV_GPREL_*
2017-10-19  Palmer DabbeltRISC-V: Add R_RISCV_DELETE, which marks bytes for deletion
2017-10-16  H.J. LuELF: Call check_relocs after opening all inputs
2017-10-10  H.J. Luriscv: Cache the max alignment of output sections
2017-09-07  Palmer DabbeltRISC-V: Print an error when unable to align a section
2017-09-07  Palmer DabbeltRISC-V: Support PCREL_* relocations agaist weak undefin...
2017-07-12  Alan Modrabfd_error_handler bfd_vma and bfd_size_type args
2017-06-29  Andrew WatermanRISC-V: Fix TLS copy relocs
2017-06-27  Kuan-Lin ChenRISC-V: Use pc-relative relocation for FDE initial...
2017-05-18  Alan ModraDon't compare boolean values against TRUE or FALSE
2017-05-16  Alan ModraRename non_ir_ref to non_ir_ref_regular
2017-04-04  Palmer DabbeltRISC-V: Resurrect GP-relative disassembly hints
2017-02-28  Alan ModraDon't make dynamic .data.rel.ro SEC_READONLY
2017-02-24  Andrew Watermanbfd: RISC-V: relax to gp in more cases.
2017-02-13  Palmer DabbeltDon't use "_gp" on RISC-V, use "_global_pointer$" instead
2017-02-08  Andrew WatermanFix segfault when .plt section does not exist
2017-01-17  Kuan-Lin ChenRISC-V/bfd: Hook elf_backend_object_p to set the mach...
2017-01-02  Alan ModraUpdate year range in copyright notice of all files.
2016-12-26  Alan Modradynrelro section for read-only dynamic symbols copied...
2016-12-26  Alan ModraPut .dynbss and .rel.bss shortcuts in main elf hash...
2016-12-20  Andrew WatermanRe-work RISC-V gas flags: now we just support -mabi...
2016-12-20  Andrew WatermanFix an integer overflow in RISC-V relocation handling
2016-12-20  Andrew WatermanRework RISC-V relocations
2016-12-20  Andrew WatermanFormatting changes for RISC-V
2016-12-20  Palmer DabbeltImprove RISC-V LD error message
2016-11-23  Alan ModraDelete duplicate target short-cuts to dynamic sections
2016-11-01  Nick CliftonAdd support for RISC-V architecture.