Age | Commit message (Expand) | Author | Files | Lines |
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 |
2015-04-07 | Cast shift expression | Alan Modra | 1 | -1/+1 |
2015-04-01 | Start of relro segment adjustment | Alan Modra | 1 | -16/+17 |
2015-02-27 | Fixes a problem with the linker script parser not always handling the ! chara... | Nick Clifton | 1 | -1/+9 |
2015-02-14 | PR ld/17973 LTO file syms | Alan Modra | 1 | -1/+0 |
2015-01-29 | Remove plugin_active_plugins_p() | H.J. Lu | 1 | -1/+1 |
2015-01-28 | PowerPC64 changes for xlc | Alan Modra | 1 | -1/+0 |
2015-01-28 | Allow symbols in MEMORY region specification | Senthil Kumar Selvaraj | 1 | -0/+36 |
2015-01-20 | ld: Don't evaluate unneeded PROVIDE expressions. | Andrew Burgess | 1 | -2/+10 |
2015-01-19 | Fix garbage collection of common symbols | Alan Modra | 1 | -3/+3 |
2015-01-02 | ChangeLog rotatation and copyright year update | Alan Modra | 1 | -1/+1 |
2014-12-23 | Move support code for linker script DEFINED to ldexp.c | Alan Modra | 1 | -71/+0 |
2014-10-15 | If "=" is the first character in a ldscript input file, force a sysroot prefix. | Hans-Peter Nilsson | 1 | -0/+20 |
2014-10-13 | Run eh_frame optimisation for relocatable link | Alan Modra | 1 | -2/+1 |
2014-08-14 | Linker part of PR16563 fix | Alan Modra | 1 | -7/+35 |
2014-08-13 | Fix non-ELF build breakage | Alan Modra | 1 | -2/+2 |
2014-08-12 | Fix build breakage when ld plugins disabled | Alan Modra | 1 | -1/+3 |
2014-07-03 | Reload --as-needed libraries inside groups | Alan Modra | 1 | -18/+10 |
2014-07-01 | Don't include sys/param.h | Alan Modra | 1 | -1/+1 |
2014-06-13 | Don't call bfd_link_hash_table_free | Alan Modra | 1 | -15/+0 |
2014-06-13 | Make bfd.link_next field a union | Alan Modra | 1 | -2/+2 |
2014-05-27 | Add new link-map-text hook and RX auto-vector support. | DJ Delorie | 1 | -0/+2 |
2014-05-25 | Localize varible to avoid warning | Alan Modra | 1 | -2/+0 |
2014-05-20 | Rewrite ppc32 backend .sdata and .sdata2 handling | Alan Modra | 1 | -9/+6 |
2014-05-10 | Fix freeing of link_info.hash | Hans-Peter Nilsson | 1 | -1/+15 |
2014-04-04 | Pad sections according to current script FILL. | Alan Modra | 1 | -1/+1 |
2014-03-14 | Remove search path from -l:namespec DT_NEEDED | Alan Modra | 1 | -8/+7 |
2014-03-05 | Update copyright years | Alan Modra | 1 | -1/+1 |
2014-02-02 | Fix ALIGN_WITH_INPUT | Sebastian Huber | 1 | -16/+26 |
2014-01-24 | TLS orphan section placement | Alan Modra | 1 | -52/+82 |
2014-01-22 | Display the reference causing a shared library to be needed | Alan Modra | 1 | -0/+44 |
2014-01-22 | Miscellaneous ld tidies | Alan Modra | 1 | -1/+2 |
2014-01-20 | Allow self-assignment for absolute symbols defined in a linker script | Alan Modra | 1 | -49/+25 |
2014-01-20 | Fix duplicate output section statement lookup | Guy Martin | 1 | -0/+12 |
2014-01-16 | Tidy ld use of bfd_section userdata. | Alan Modra | 1 | -41/+15 |
2014-01-10 | Don't adjust LOAD segment to match GNU_RELRO segment | Alan Modra | 1 | -12/+9 |
2014-01-08 | Adjust LOAD segment to generate GNU_RELRO segment | H.J. Lu | 1 | -1/+2 |
2013-07-19 | * ldgram.y: Add ALIGN_WITH_INPUT output section attribute. | Nick Clifton | 1 | -8/+11 |
2013-04-04 | * ldlang.c (load_symbols): Report "error adding symbols" on | Alan Modra | 1 | -2/+2 |
2013-03-05 | PR ld/15222 | Alan Modra | 1 | -0/+7 |
2013-02-11 | * ldlang.c (get_init_priority): Comment typo. | Alan Modra | 1 | -4/+3 |