Age | Commit message (Expand) | Author | Files | Lines |
2019-01-28 | PR24008, Wrong value of ternary expression in map file | Alan Modra | 1 | -4/+5 |
2019-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2018-11-29 | Document purpose of each ld statement lists | Thomas Preud'homme | 1 | -0/+16 |
2018-10-29 | Report scripts and libraries searched for ld --trace | Alan Modra | 1 | -2/+3 |
2018-10-20 | Relax a -r --gc-sections requirement | Alan Modra | 1 | -2/+4 |
2018-10-08 | ELF: Properly group and place orphan note sections | H.J. Lu | 1 | -55/+95 |
2018-10-08 | ld insert_os_after ignoring first assignment | Alan Modra | 1 | -4/+7 |
2018-10-03 | ELF: Group and sort output note sections by section alignments | H.J. Lu | 1 | -1/+139 |
2018-09-19 | PR23648, Symbols based on MEMORY regions confuse --gc-sections | Alan Modra | 1 | -4/+8 |
2018-08-31 | ld: Lookup section in output with the same name | H.J. Lu | 1 | -0/+18 |
2018-08-26 | Delay evaluation of alignment expressions in output sections | Alan Modra | 1 | -32/+16 |
2018-07-04 | ld: Set non_ir_ref_regular for --undefined SYMBOL | H.J. Lu | 1 | -0/+1 |
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 |