Age | Commit message (Expand) | Author | Files | Lines |
2020-05-21 | Replace "if (x) free (x)" with "free (x)", bfd | Alan Modra | 1 | -73/+34 |
2020-05-19 | Use bfd_get_filename throughout bfd | Alan Modra | 1 | -5/+6 |
2020-04-21 | elf: Strip zero-sized dynamic sections | H.J. Lu | 1 | -0/+98 |
2020-04-15 | Unify the behaviour of ld.bfd and ld.gold with respect to warning about unres... | Fangrui Song | 1 | -5/+7 |
2020-03-23 | Mention .tdata in comment in _bfd_elf_tls_setup() | Sebastian Huber | 1 | -2/+2 |
2020-03-13 | Add support for non-contiguous memory regions | Christophe Lyon | 1 | -0/+12 |
2020-03-13 | Fix several mix up between octets and bytes in ELF program headers | Christian Eggers | 1 | -13/+18 |
2020-03-13 | Fix several mix up between octets and bytes in ELF program headers | Christian Eggers | 1 | -4/+8 |
2020-02-26 | Indent labels | Alan Modra | 1 | -4/+4 |
2020-02-26 | PR25593, --as-needed breaks DT_NEEDED order with linker plugin | Alan Modra | 1 | -39/+43 |
2020-02-19 | _bfd_alloc_and_read | Alan Modra | 1 | -12/+7 |
2020-02-19 | alloc2 used unnecessarily | Alan Modra | 1 | -4/+6 |
2020-02-19 | bfd_size_type to size_t | Alan Modra | 1 | -23/+19 |
2020-02-06 | ld: Issue an error for GC on __patchable_function_entries section | H.J. Lu | 1 | -0/+7 |
2020-02-06 | ELF: Support the section flag 'o' in .section directive | H.J. Lu | 1 | -3/+20 |
2020-01-27 | Mark all weak aliases for copy relocations | Alan Modra | 1 | -7/+11 |
2020-01-08 | PR25351 .ARM.attributes not found for symbol | Alan Modra | 1 | -0/+5 |
2020-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2019-12-07 | PR25236, common sym versioning | Alan Modra | 1 | -3/+3 |
2019-11-25 | Pass section when available to bfd_octets_per_byte | Alan Modra | 1 | -18/+16 |
2019-11-25 | Introduce new section flag: SEC_ELF_OCTETS | Christian Eggers | 1 | -8/+11 |
2019-10-14 | qsort: elf_link_add_object_symbols weak aliases | Alan Modra | 1 | -12/+44 |
2019-10-14 | qsort: elf_sort_sections use of target_index | Alan Modra | 1 | -0/+4 |
2019-10-14 | qsort: SHF_LINK_ORDER section sort | Alan Modra | 1 | -61/+42 |
2019-10-14 | qsort issues | Alan Modra | 1 | -6/+31 |
2019-10-14 | PR24955, libbfd terminating program on out of memory (part2) | Alan Modra | 1 | -1/+7 |
2019-10-07 | Bogus "final link failed" messages | Alan Modra | 1 | -1/+2 |
2019-10-03 | bfd, ld: add CTF section linking | Nick Alcock | 1 | -6/+18 |
2019-09-19 | bfd_section_* macros | Alan Modra | 1 | -28/+23 |
2019-09-18 | Don't use bfd_get_* macro to set bfd fields | Alan Modra | 1 | -3/+3 |
2019-08-16 | Fix detection of missing plugin for LTO objects. | Martin Liska | 1 | -1/+2 |
2019-08-09 | Add support for a MIPS specific .MIPS.xhash section. | Mihailo Stojanovic | 1 | -10/+36 |
2019-07-29 | Support .gnu.lto_.lto section in ELF files (PR 24768). | Martin Liska | 1 | -0/+6 |
2019-07-28 | PR24857, ld: error adding symbols: bad value | Alan Modra | 1 | -5/+15 |
2019-07-26 | Begone elf_linker | Alan Modra | 1 | -2/+0 |
2019-07-23 | ELF final_write_processing | Alan Modra | 1 | -12/+5 |
2019-07-15 | Fix __bss_start assertion failure in _bfd_elf_fix_symbol_flags | Alan Modra | 1 | -3/+10 |
2019-07-13 | Dynamic TLS section symbols | Alan Modra | 1 | -15/+16 |
2019-05-28 | LM32 linker segmentation faults | Alan Modra | 1 | -1/+2 |
2019-04-26 | Don't complain undefined weak dynamic reference | H.J. Lu | 1 | -1/+1 |
2019-04-11 | Check corrupt VTENTRY entry in bfd_elf_gc_record_vtentry | H.J. Lu | 1 | -2/+10 |
2019-04-11 | PR24435, buffer overflow reading dynamic entries | Alan Modra | 1 | -1/+1 |
2019-03-16 | PR24337, segfault in _bfd_elf_rela_local_sym, again | Alan Modra | 1 | -3/+2 |
2019-03-15 | PR24339, segfault on NULL symbol section | Alan Modra | 1 | -1/+7 |
2019-03-15 | PR24336, buffer overflow in swap_reloca_in | Alan Modra | 1 | -2/+4 |
2019-03-14 | Fix an illegal memory access when parsing a corrupt ELF file. | Nick Clifton | 1 | -0/+1 |
2019-03-14 | Fix illegal memory access parsing a corrupt ELF file. | Nick Clifton | 1 | -3/+26 |
2019-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2018-12-31 | PR24041, Invalid Memory Address Dereference in elf_link_add_object_symbols | Alan Modra | 1 | -1/+1 |
2018-12-18 | Include bfd_stdint.h in bfd.h | Alan Modra | 1 | -1/+0 |