Age | Commit message (Expand) | Author | Files | Lines |
2020-09-12 | elf: Add -z unique-symbol to avoid duplicated local symbol names | H.J. Lu | 1 | -41/+166 |
2020-09-08 | PR26580, Size and alignment of commons vs as-needed shared lib | Alan Modra | 1 | -40/+34 |
2020-09-04 | Allow plugin syms to mark as-needed shared libs needed | Alan Modra | 1 | -10/+2 |
2020-08-27 | PR26469 UBSAN: elflink.c:8742 shift exponent 6148914691236511722 | Alan Modra | 1 | -8/+45 |
2020-08-22 | elf: Keep only one '@' for undefined versioned symbols | H.J. Lu | 1 | -1/+21 |
2020-07-31 | PR26314, Linking LTO objects with symbols from static and shared libraries | Alan Modra | 1 | -5/+11 |
2020-07-29 | MIPS: Make the IRIX naming of local section symbols consistent | Maciej W. Rozycki | 1 | -3/+13 |
2020-07-29 | MIPS/LD: Set symtab's `sh_info' correctly for IRIX emulations | Maciej W. Rozycki | 1 | -1/+9 |
2020-07-29 | Don't segfault on discarded section dynsyms | Alan Modra | 1 | -1/+4 |
2020-07-28 | PR25022 testcase segfault for generic ELF linker targets | Alan Modra | 1 | -2/+2 |
2020-07-20 | PR26265, Spurious 'gc-sections requires ... when --init or --fini | Alan Modra | 1 | -2/+1 |
2020-07-15 | PR26198 MinGW failure to link regular object file and LTO object file | Markus Böck | 1 | -1/+2 |
2020-06-23 | ELF: Add _bfd_elf_add_dynamic_tags | H.J. Lu | 1 | -0/+93 |
2020-06-15 | gold, ld: Implement -z start-stop-visibility=... option. | Roland McGrath | 1 | -1/+2 |
2020-06-15 | PR26103, Assertion failure with symbols defined in link-once sections | Alan Modra | 1 | -2/+10 |
2020-06-10 | ELF: Properly handle section symbols | H.J. Lu | 1 | -1/+5 |
2020-06-06 | ELF: Add target_os to elf_link_hash_table/elf_backend_data | H.J. Lu | 1 | -0/+1 |
2020-06-04 | ELF: Don't check relocations in non-loaded, non-alloced sections | H.J. Lu | 1 | -2/+10 |
2020-06-03 | ELF: Consolidate maybe_set_textrel | H.J. Lu | 1 | -0/+34 |
2020-06-03 | ELF: Copy dyn_relocs in _bfd_elf_link_hash_copy_indirect | H.J. Lu | 1 | -0/+31 |
2020-06-03 | ELF: Consolidate readonly_dynrelocs | H.J. Lu | 1 | -0/+17 |
2020-05-27 | ld: Add --warn-textrel and obsolete --warn-shared-textrel | H.J. Lu | 1 | -4/+6 |
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 |