aboutsummaryrefslogtreecommitdiff
path: root/ld/ldlang.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-19Account for .tbss alignment when adjusting start of relroAlan Modra1-5/+10
2015-10-29Re: Orphan output section with multiple input sectionsAlan Modra1-3/+3
2015-10-27Evaluate __start_* and __stop_* symbol PROVIDE expressions earlyAlan Modra1-7/+19
2015-09-18Delay converting linker script defined symbols from absoluteAlan Modra1-0/+3
2015-09-04ld: Extend options for altering orphan handling behaviour.Andrew Burgess1-21/+50
2015-08-18Add output_type to bfd_link_infoH.J. Lu1-20/+23
2015-08-04ld: Add '--require-defined' command line option.Andrew Burgess1-0/+52
2015-06-12Add new ld option: --print-memory-usageTristan Gingold1-0/+38
2015-04-22Rewrite relro adjusting codeAlan Modra1-39/+34
2015-04-10Mark _init and _fini for --gc-sectionsAlan Modra1-0/+16
2015-04-07Cast shift expressionAlan Modra1-1/+1
2015-04-01Start of relro segment adjustmentAlan Modra1-16/+17
2015-02-27Fixes a problem with the linker script parser not always handling the ! chara...Nick Clifton1-1/+9
2015-02-14PR ld/17973 LTO file symsAlan Modra1-1/+0
2015-01-29Remove plugin_active_plugins_p()H.J. Lu1-1/+1
2015-01-28PowerPC64 changes for xlcAlan Modra1-1/+0
2015-01-28Allow symbols in MEMORY region specificationSenthil Kumar Selvaraj1-0/+36
2015-01-20ld: Don't evaluate unneeded PROVIDE expressions.Andrew Burgess1-2/+10
2015-01-19Fix garbage collection of common symbolsAlan Modra1-3/+3
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-12-23Move support code for linker script DEFINED to ldexp.cAlan Modra1-71/+0
2014-10-15If "=" is the first character in a ldscript input file, force a sysroot prefix.Hans-Peter Nilsson1-0/+20
2014-10-13Run eh_frame optimisation for relocatable linkAlan Modra1-2/+1
2014-08-14Linker part of PR16563 fixAlan Modra1-7/+35
2014-08-13Fix non-ELF build breakageAlan Modra1-2/+2
2014-08-12Fix build breakage when ld plugins disabledAlan Modra1-1/+3
2014-07-03Reload --as-needed libraries inside groupsAlan Modra1-18/+10
2014-07-01Don't include sys/param.hAlan Modra1-1/+1
2014-06-13Don't call bfd_link_hash_table_freeAlan Modra1-15/+0
2014-06-13Make bfd.link_next field a unionAlan Modra1-2/+2
2014-05-27Add new link-map-text hook and RX auto-vector support.DJ Delorie1-0/+2
2014-05-25Localize varible to avoid warningAlan Modra1-2/+0
2014-05-20Rewrite ppc32 backend .sdata and .sdata2 handlingAlan Modra1-9/+6
2014-05-10Fix freeing of link_info.hashHans-Peter Nilsson1-1/+15
2014-04-04Pad sections according to current script FILL.Alan Modra1-1/+1
2014-03-14Remove search path from -l:namespec DT_NEEDEDAlan Modra1-8/+7
2014-03-05Update copyright yearsAlan Modra1-1/+1
2014-02-02Fix ALIGN_WITH_INPUTSebastian Huber1-16/+26
2014-01-24TLS orphan section placementAlan Modra1-52/+82
2014-01-22Display the reference causing a shared library to be neededAlan Modra1-0/+44
2014-01-22Miscellaneous ld tidiesAlan Modra1-1/+2
2014-01-20Allow self-assignment for absolute symbols defined in a linker scriptAlan Modra1-49/+25
2014-01-20Fix duplicate output section statement lookupGuy Martin1-0/+12
2014-01-16Tidy ld use of bfd_section userdata.Alan Modra1-41/+15
2014-01-10Don't adjust LOAD segment to match GNU_RELRO segmentAlan Modra1-12/+9
2014-01-08Adjust LOAD segment to generate GNU_RELRO segmentH.J. Lu1-1/+2
2013-07-19 * ldgram.y: Add ALIGN_WITH_INPUT output section attribute.Nick Clifton1-8/+11
2013-04-04 * ldlang.c (load_symbols): Report "error adding symbols" onAlan Modra1-2/+2
2013-03-05 PR ld/15222Alan Modra1-0/+7
2013-02-11 * ldlang.c (get_init_priority): Comment typo.Alan Modra1-4/+3