Age | Commit message (Expand) | Author | Files | Lines |
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 |
2016-04-08 | PR18452, ld allows overlapping sections | Alan Modra | 1 | -19/+26 |
2016-04-08 | Show sizes in linker map in target machine address units | Dan Gisselquist | 1 | -4/+6 |
2016-03-31 | More cases of missing TO_ADDR in ldlang.c | Alan Modra | 1 | -14/+12 |
2016-03-30 | PR18452, ld allows overlapping sections | Alan Modra | 1 | -45/+104 |
2016-03-30 | Missing TO_ADDR | Alan Modra | 1 | -1/+1 |
2016-03-30 | Use consistent test for .tbss sections in ldlang.c | Alan Modra | 1 | -12/+8 |
2016-03-22 | Improve COFF/PE linker garbage collection by preventing the removal of sectio... | Nick Clifton | 1 | -25/+24 |
2016-03-18 | Fix possible failure in the AVR linker tests. | Senthil Kumar Selvaraj | 1 | -3/+23 |
2016-01-01 | Copyright update for binutils | Alan Modra | 1 | -1/+1 |
2015-11-19 | Account for .tbss alignment when adjusting start of relro | Alan Modra | 1 | -5/+10 |
2015-10-29 | Re: Orphan output section with multiple input sections | Alan Modra | 1 | -3/+3 |
2015-10-27 | Evaluate __start_* and __stop_* symbol PROVIDE expressions early | Alan Modra | 1 | -7/+19 |
2015-09-18 | Delay converting linker script defined symbols from absolute | Alan Modra | 1 | -0/+3 |
2015-09-04 | ld: Extend options for altering orphan handling behaviour. | Andrew Burgess | 1 | -21/+50 |
2015-08-18 | Add output_type to bfd_link_info | H.J. Lu | 1 | -20/+23 |
2015-08-04 | ld: Add '--require-defined' command line option. | Andrew Burgess | 1 | -0/+52 |
2015-06-12 | Add new ld option: --print-memory-usage | Tristan Gingold | 1 | -0/+38 |
2015-04-22 | Rewrite relro adjusting code | Alan Modra | 1 | -39/+34 |
2015-04-10 | Mark _init and _fini for --gc-sections | Alan Modra | 1 | -0/+16 |