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