Age | Commit message (Expand) | Author | Files | Lines |
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 |
2018-12-07 | Override the previous definition from IR object | H.J. Lu | 1 | -0/+9 |
2018-10-24 | ELF: Hide symbols defined in discarded input sections | H.J. Lu | 1 | -2/+10 |
2018-10-23 | PR23805, NULL pointer dereference in elf_link_input_bfd | Alan Modra | 1 | -6/+14 |
2018-10-17 | PR23653, ld SIGSEGVs when attempts to link sparc object with x86_64 library | Alan Modra | 1 | -0/+1 |
2018-10-09 | Do not place symbols into a discarded .dynsym | Egeyar Bagcioglu | 1 | -3/+4 |
2018-08-10 | Always clear h->verinfo.verdef when overriding a dynamic definition | H.J. Lu | 1 | -7/+5 |
2018-07-11 | BFD/ELF: Correct a `remove' global shadowing error for pre-4.8 GCC | Maciej W. Rozycki | 1 | -4/+4 |
2018-07-03 | Correct removal of .gnu.attributes | Alan Modra | 1 | -7/+11 |
2018-07-03 | Hide dynamic symbols in discarded sections | Alan Modra | 1 | -2/+6 |
2018-06-14 | ELF dynsyms | Alan Modra | 1 | -1/+5 |
2018-05-28 | ld: Unify STT_GNU_IFUNC handling | H.J. Lu | 1 | -4/+11 |
2018-05-26 | ld: Add _bfd_elf_link_hide_sym_by_version | H.J. Lu | 1 | -44/+120 |
2018-05-21 | ld: Hide symbols defined by HIDDEN/PROVIDE_HIDDEN | H.J. Lu | 1 | -0/+21 |
2018-03-20 | Set non_ir_ref_dynamic if a symbol is made dynamic | H.J. Lu | 1 | -1/+6 |
2018-03-14 | GC: Also check the local debug definition section | H.J. Lu | 1 | -7/+18 |
2018-02-26 | ELF linker messages | Alan Modra | 1 | -23/+23 |
2018-02-19 | %L conversions | Alan Modra | 1 | -14/+15 |
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 | -59/+59 |
2018-02-16 | Remove bfd stub function casts. | Alan Modra | 1 | -6/+15 |
2018-02-13 | PR22836, "-r -s" doesn't work with -g3 using GCC 7 | Alan Modra | 1 | -0/+7 |
2018-02-01 | Fix compile time warnings building the binutils with clang. | Simon Marchi | 1 | -2/+2 |
2018-01-31 | bfd_elf_define_start_stop: Fix check | Michael Matz | 1 | -2/+3 |
2018-01-31 | Check if __start/__stop symbols are referenced by shared objects | H.J. Lu | 1 | -2/+2 |
2018-01-30 | Make __start/__stop symbols dynamic and add testcase | Alan Modra | 1 | -2/+7 |
2018-01-26 | Define __start/__stop symbols when there is only a dynamic def | Alan Modra | 1 | -1/+1 |
2018-01-11 | Ignore dynamic references on forced local symbols | H.J. Lu | 1 | -1/+1 |
2018-01-11 | ld: Keep PREINIT_ARRAY/INIT_ARRAY/FINI_ARRAY sections for -r --gc-sections | H.J. Lu | 1 | -1/+9 |
2018-01-03 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2017-12-19 | PR22626, invalid dynindx used for dynamic relocs against section syms | Alan Modra | 1 | -8/+14 |