Age | Commit message (Expand) | Author | Files | Lines |
2018-04-16 | Remove sh5 and sh64 support | Alan Modra | 1 | -3/+1 |
2018-02-26 | ld error/warning messages | Alan Modra | 1 | -36/+36 |
2018-02-19 | LD: Support fixed-size sections some psABIs may require | Maciej W. Rozycki | 1 | -10/+20 |
2018-02-19 | Use %pI, %pR, %pS, %pT in place of %I, %R, %S and %T. | Alan Modra | 1 | -13/+13 |
2018-02-19 | Use %pA and %pB in messages rather than %A and %B | Alan Modra | 1 | -16/+16 |
2018-01-28 | PR22751, LTO broken for libgcc libcalls | Alan Modra | 1 | -1/+2 |
2018-01-11 | ld: Fix issue where PROVIDE overrides defined symbol | Andrew Burgess | 1 | -0/+1 |
2018-01-03 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2017-11-28 | PR22471, undefined reference to linker-defined symbols | Alan Modra | 1 | -3/+3 |
2017-11-12 | ld: Add ldlang_check_relro_region/update lang_find_relro_sections_1 | H.J. Lu | 1 | -23/+32 |
2017-11-12 | ld: Add lang_size_relro_segment | H.J. Lu | 1 | -64/+110 |
2017-11-12 | ld: Update phase_enum/relro_enum and add seg_align_type | H.J. Lu | 1 | -12/+12 |
2017-11-07 | gas and ld pluralization fixes | Alan Modra | 1 | -4/+12 |
2017-10-16 | ELF: Call check_relocs after opening all inputs | H.J. Lu | 1 | -0/+2 |
2017-10-12 | ld whitespace fixes | Alan Modra | 1 | -39/+39 |
2017-10-11 | ld internationalization fixes | Alan Modra | 1 | -3/+3 |
2017-10-01 | PR21970, assertion failed when more than one overlay has subalign specified | Alan Modra | 1 | -0/+1 |
2017-09-02 | LTO rescan archives | Alan Modra | 1 | -2/+77 |
2017-08-24 | ld: Early detection of orphans we know will be discarded | Andrew Burgess | 1 | -15/+31 |
2017-08-06 | Treat common symbol as undefined for --no-define-common | H.J. Lu | 1 | -1/+1 |
2017-07-28 | Make some improvements to how SORT_* specifiers and EXCLUDE_FILE specifiers a... | Andrew Burgess | 1 | -9/+41 |
2017-06-16 | Rewrite __start and __stop symbol handling | Alan Modra | 1 | -70/+163 |
2017-06-13 | ld: Don't define __start_SECNAME/__stop_SECNAME for -r | H.J. Lu | 1 | -4/+10 |
2017-06-13 | Always define referenced __start_SECNAME/__stop_SECNAME | H.J. Lu | 1 | -61/+54 |
2017-06-06 | ld: Allow section groups to be resolved as part of a relocatable link | Andrew Burgess | 1 | -3/+15 |
2017-05-18 | Treat a prefix of "$SYSROOT" in the same way as "=" when parsing linker searc... | Nick Clifton | 1 | -2/+5 |
2017-04-04 | PR ld/21233: Avoid sweeping forced-undefined symbols in section GC | Maciej W. Rozycki | 1 | -0/+2 |
2017-03-21 | ld: check overflow only for allocated sections. | Tristan Gingold | 1 | -14/+15 |
2017-03-14 | Use addr_mask to check VMA and LMA | H.J. Lu | 1 | -2/+2 |
2017-03-13 | ld: add an error in case of address space overflow. | Tristan Gingold | 1 | -0/+20 |
2017-03-09 | ld: Track changes to default region LMA even for empty sections | Andrew Burgess | 1 | -4/+10 |
2017-03-09 | ld: better handling of lma region for orphan sections | Andrew Burgess | 1 | -10/+24 |
2017-03-07 | Fix ld uninitialized read of script ASSERT data structure | Alan Modra | 1 | -1/+2 |
2017-01-31 | Fix buffer overflows in ld when printing translated strings. | Nick Clifton | 1 | -4/+1 |
2017-01-02 | Update year range in copyright notice of all files. | Alan Modra | 1 | -1/+1 |
2016-12-22 | Do not add padding if an output section is marked as ignored | Igor Kudrin | 1 | -1/+2 |
2016-11-27 | Fix spelling in comments in C source files (ld) | Ambrogino Modigliani | 1 | -2/+2 |
2016-11-04 | ld: Allow EXCLUDE_FILE to be used outside of the section list | Andrew Burgess | 1 | -16/+43 |
2016-10-11 | Always descend into output section statements in lang_do_assignments | Alan Modra | 1 | -15/+23 |
2016-10-07 | Pass link_info to _bfd_merge_private_bfd_data | Alan Modra | 1 | -1/+1 |
2016-09-30 | Make bfd_error_handler_type like vprintf | Alan Modra | 1 | -1/+2 |
2016-08-31 | Ignore symbols defined in SHF_EXCLUDE sections | Alan Modra | 1 | -0/+6 |
2016-07-16 | Don't include libbfd.h outside of bfd, part 4 | Alan Modra | 1 | -6/+6 |
2016-07-16 | Don't include libbfd.h outside of bfd, part 1 | Alan Modra | 1 | -1/+0 |
2016-06-14 | Formatting fixes. | Alan Modra | 1 | -86/+95 |
2016-06-14 | Delete bfd_my_archive macro | Alan Modra | 1 | -4/+4 |
2016-05-04 | Pass %E to einfo when bfd_section == NULL | H.J. Lu | 1 | -1/+1 |
2016-04-21 | Add support for non-ELF targets to check their relocs. | Nick Clifton | 1 | -5/+6 |
2016-04-20 | Move ELF relocation check after lang_gc_sections | H.J. Lu | 1 | -0/+24 |
2016-04-18 | Add new NOCROSSREFS_TO linker script command | Matthew Fortune | 1 | -0/+10 |