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