Age | Commit message (Expand) | Author | Files | Lines |
2019-08-20 | Arm: Fix performance issue with thumb-2 tailcalls | Tamar Christina | 1 | -9/+16 |
2019-08-14 | Remove _bfd_dwarf2_find_nearest_line addr_size parameter | Alan Modra | 1 | -1/+1 |
2019-07-24 | Complain about mbind, ifunc, and unique in final_write | Alan Modra | 1 | -13/+13 |
2019-07-23 | ELF final_write_processing | Alan Modra | 1 | -3/+10 |
2019-07-02 | PR ld/24709 [arm] linker crash and assertion failure with CMSE | Christophe Lyon | 1 | -1/+24 |
2019-07-02 | Ensure that debug information is retained for ARMv8-M security functions. | Srinath Parvathaneni | 1 | -0/+19 |
2019-07-01 | Correct the calculation of offsets for ARM exidx relocs when performing a par... | Nick Clifton | 1 | -1/+1 |
2019-06-12 | Prevent a seg-fault from objdup when disassembling binaries which do not cont... | Adam Lackorzymski | 1 | -2/+8 |
2019-05-22 | ARM STM32L4XX erratum test failure with MALLOC_PERTURB_ | Alan Modra | 1 | -1/+1 |
2019-05-21 | [binutils][Arm] Fix Branch Future relocation handling and testisms | Andre Vieira | 1 | -69/+6 |
2019-05-16 | [PATCH 1/57][Arm][GAS]: Add support for +mve and +mve.fp | Andre Vieira | 1 | -0/+1 |
2019-05-16 | Revert "ARM STM32L4XX erratum test failure" | Alan Modra | 1 | -6/+3 |
2019-05-15 | ARM STM32L4XX erratum test failure | Alan Modra | 1 | -3/+6 |
2019-04-15 | [binutils, ARM, 10/16] BFCSEL infrastructure with new global reloc R_ARM_THM_... | Andre Vieira | 1 | -1/+59 |
2019-04-15 | [binutils, ARM, 8/16] BFL infrastructure with new global reloc R_ARM_THM_BF18 | Andre Vieira | 1 | -1/+61 |
2019-04-15 | [binutils, ARM, 5/16] BF insns infrastructure with new global reloc R_ARM_THM... | Andre Vieira | 1 | -1/+114 |
2019-04-15 | [binutils, ARM, 1/16] Add support for Armv8.1-M Mainline CLI | Andre Vieira | 1 | -6/+43 |
2019-04-11 | Check corrupt VTENTRY entry in bfd_elf_gc_record_vtentry | H.J. Lu | 1 | -3/+1 |
2019-04-03 | BFD whitespace fixes | Alan Modra | 1 | -18/+19 |
2019-01-28 | Fix GCC9 warning on elf32-arm.c:elf32_arm_final_link_relocate | Sergio Durigan Junior | 1 | -1/+1 |
2019-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2018-12-18 | Include bfd_stdint.h in bfd.h | Alan Modra | 1 | -1/+0 |
2018-10-24 | cmse_scan segfault | Alan Modra | 1 | -1/+2 |
2018-07-25 | Suppress string diagnostics for pre-release GCC | Alan Modra | 1 | -3/+3 |
2018-07-21 | Initialize GOT slot for local symbol in non-PIC link. | Eric Botcazou | 1 | -28/+38 |
2018-07-06 | Fix diagnostic errors | Alan Modra | 1 | -1/+3 |
2018-07-02 | [ARM] Update bfd's Tag_CPU_arch knowledge | Thomas Preud'homme | 1 | -0/+32 |
2018-06-04 | Use DIAGNOSTIC_IGNORE_STRINGOP_TRUNCATION to silence GCC 8.1 | H.J. Lu | 1 | -0/+9 |
2018-05-28 | ld: Unify STT_GNU_IFUNC handling | H.J. Lu | 1 | -5/+0 |
2018-05-04 | -Wstringop-truncation warnings | Alan Modra | 1 | -1/+1 |
2018-04-25 | [ARM] FDPIC: Implement Thumb-only PLT for FDPIC. | Christophe Lyon | 1 | -21/+43 |
2018-04-25 | [ARM] FDPIC: Make _GLOBAL_OFFSET_TABLE_ a relative symbol | Christophe Lyon | 1 | -3/+3 |
2018-04-25 | [ARM] FDPIC: Translate R_ARM_TARGET2 relocation into R_ARM_GOT32 relocation f... | Christophe Lyon | 1 | -1/+3 |
2018-04-25 | [ARM] FDPIC: Add stack segment | Christophe Lyon | 1 | -0/+13 |
2018-04-25 | [ARM] Add TLS relocations for FDPIC. | Christophe Lyon | 1 | -12/+67 |
2018-04-25 | [ARM] Implement PLT for FDPIC. | Christophe Lyon | 1 | -9/+143 |
2018-04-25 | [ARM] Implement FDPIC relocations. | Christophe Lyon | 1 | -29/+696 |
2018-04-25 | [ARM] Add FDPIC relocations definitions | Christophe Lyon | 1 | -3/+60 |
2018-04-25 | [ARM] Add FDPIC OSABI flag support. | Christophe Lyon | 1 | -1/+13 |
2018-04-25 | [ARM] Add armelf_linux_fdpiceabi and armelfb_linux_fdpiceabi BFD backends | Christophe Lyon | 1 | -0/+44 |
2018-02-27 | Have info_to_howto functions return a success/fail status. Check this result... | Nick Clifton | 1 | -6/+14 |
2018-02-26 | ARM and AArch64 messages | Alan Modra | 1 | -105/+108 |
2018-02-19 | %L conversions | Alan Modra | 1 | -35/+56 |
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 | -95/+95 |
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 | -469/+469 |
2017-12-01 | readonly_dynrelocs | Alan Modra | 1 | -17/+34 |
2017-11-28 | ELF: Don't set non_ir_ref_regular in check_relocs | H.J. Lu | 1 | -4/+0 |
2017-11-23 | Rename u.weakdef and make it a circular list | Alan Modra | 1 | -6/+6 |