| Commit message (Expand) | Author | Age | Files | Lines |
* | LM32 linker segmentation faults | Alan Modra | 2019-05-28 | 1 | -1/+2 |
* | Don't complain undefined weak dynamic reference | H.J. Lu | 2019-04-26 | 1 | -1/+1 |
* | Check corrupt VTENTRY entry in bfd_elf_gc_record_vtentry | H.J. Lu | 2019-04-11 | 1 | -2/+10 |
* | PR24435, buffer overflow reading dynamic entries | Alan Modra | 2019-04-11 | 1 | -1/+1 |
* | PR24337, segfault in _bfd_elf_rela_local_sym, again | Alan Modra | 2019-03-16 | 1 | -3/+2 |
* | PR24339, segfault on NULL symbol section | Alan Modra | 2019-03-15 | 1 | -1/+7 |
* | PR24336, buffer overflow in swap_reloca_in | Alan Modra | 2019-03-15 | 1 | -2/+4 |
* | Fix an illegal memory access when parsing a corrupt ELF file. | Nick Clifton | 2019-03-14 | 1 | -0/+1 |
* | Fix illegal memory access parsing a corrupt ELF file. | Nick Clifton | 2019-03-14 | 1 | -3/+26 |
* | Update year range in copyright notice of binutils files | Alan Modra | 2019-01-01 | 1 | -1/+1 |
* | PR24041, Invalid Memory Address Dereference in elf_link_add_object_symbols | Alan Modra | 2018-12-31 | 1 | -1/+1 |
* | Include bfd_stdint.h in bfd.h | Alan Modra | 2018-12-18 | 1 | -1/+0 |
* | Override the previous definition from IR object | H.J. Lu | 2018-12-07 | 1 | -0/+9 |
* | ELF: Hide symbols defined in discarded input sections | H.J. Lu | 2018-10-24 | 1 | -2/+10 |
* | PR23805, NULL pointer dereference in elf_link_input_bfd | Alan Modra | 2018-10-23 | 1 | -6/+14 |
* | PR23653, ld SIGSEGVs when attempts to link sparc object with x86_64 library | Alan Modra | 2018-10-17 | 1 | -0/+1 |
* | Do not place symbols into a discarded .dynsym | Egeyar Bagcioglu | 2018-10-09 | 1 | -3/+4 |
* | Always clear h->verinfo.verdef when overriding a dynamic definition | H.J. Lu | 2018-08-10 | 1 | -7/+5 |
* | BFD/ELF: Correct a `remove' global shadowing error for pre-4.8 GCC | Maciej W. Rozycki | 2018-07-11 | 1 | -4/+4 |
* | Correct removal of .gnu.attributes | Alan Modra | 2018-07-03 | 1 | -7/+11 |
* | Hide dynamic symbols in discarded sections | Alan Modra | 2018-07-03 | 1 | -2/+6 |
* | ELF dynsyms | Alan Modra | 2018-06-14 | 1 | -1/+5 |
* | ld: Unify STT_GNU_IFUNC handling | H.J. Lu | 2018-05-28 | 1 | -4/+11 |
* | ld: Add _bfd_elf_link_hide_sym_by_version | H.J. Lu | 2018-05-26 | 1 | -44/+120 |
* | ld: Hide symbols defined by HIDDEN/PROVIDE_HIDDEN | H.J. Lu | 2018-05-21 | 1 | -0/+21 |
* | Set non_ir_ref_dynamic if a symbol is made dynamic | H.J. Lu | 2018-03-20 | 1 | -1/+6 |
* | GC: Also check the local debug definition section | H.J. Lu | 2018-03-14 | 1 | -7/+18 |
* | ELF linker messages | Alan Modra | 2018-02-26 | 1 | -23/+23 |
* | %L conversions | Alan Modra | 2018-02-19 | 1 | -14/+15 |
* | Use %pI, %pR, %pS, %pT in place of %I, %R, %S and %T. | Alan Modra | 2018-02-19 | 1 | -1/+1 |
* | Use %pA and %pB in messages rather than %A and %B | Alan Modra | 2018-02-19 | 1 | -59/+59 |
* | Remove bfd stub function casts. | Alan Modra | 2018-02-16 | 1 | -6/+15 |
* | PR22836, "-r -s" doesn't work with -g3 using GCC 7 | Alan Modra | 2018-02-13 | 1 | -0/+7 |
* | Fix compile time warnings building the binutils with clang. | Simon Marchi | 2018-02-01 | 1 | -2/+2 |
* | bfd_elf_define_start_stop: Fix check | Michael Matz | 2018-01-31 | 1 | -2/+3 |
* | Check if __start/__stop symbols are referenced by shared objects | H.J. Lu | 2018-01-31 | 1 | -2/+2 |
* | Make __start/__stop symbols dynamic and add testcase | Alan Modra | 2018-01-30 | 1 | -2/+7 |
* | Define __start/__stop symbols when there is only a dynamic def | Alan Modra | 2018-01-26 | 1 | -1/+1 |
* | Ignore dynamic references on forced local symbols | H.J. Lu | 2018-01-11 | 1 | -1/+1 |
* | ld: Keep PREINIT_ARRAY/INIT_ARRAY/FINI_ARRAY sections for -r --gc-sections | H.J. Lu | 2018-01-11 | 1 | -1/+9 |
* | Update year range in copyright notice of binutils files | Alan Modra | 2018-01-03 | 1 | -1/+1 |
* | PR22626, invalid dynindx used for dynamic relocs against section syms | Alan Modra | 2017-12-19 | 1 | -8/+14 |
* | BFD whitespace fixes | Alan Modra | 2017-12-06 | 1 | -8/+8 |
* | PR22471, undefined reference to linker-defined symbols | Alan Modra | 2017-11-28 | 1 | -1/+6 |
* | ld: Set non_ir_ref_regular on symbols referenced in regular objects | H.J. Lu | 2017-11-28 | 1 | -3/+65 |
* | Rename u.weakdef and make it a circular list | Alan Modra | 2017-11-23 | 1 | -40/+49 |
* | weakdef list handling | Alan Modra | 2017-11-12 | 1 | -4/+4 |
* | relocs_compatible test for gc-sections | Alan Modra | 2017-10-30 | 1 | -0/+2 |
* | PR22300, Abort in elf32_hppa_relocate_section building polyml | Alan Modra | 2017-10-28 | 1 | -5/+0 |
* | [BFD][PR21703]Override the new defined symbol with the old normal symbol when... | Renlin Li | 2017-10-24 | 1 | -0/+13 |