aboutsummaryrefslogtreecommitdiff
path: root/ld/ldlang.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-12-22Do not add padding if an output section is marked as ignoredIgor Kudrin1-1/+2
2016-11-27Fix spelling in comments in C source files (ld)Ambrogino Modigliani1-2/+2
2016-11-04ld: Allow EXCLUDE_FILE to be used outside of the section listAndrew Burgess1-16/+43
2016-10-11Always descend into output section statements in lang_do_assignmentsAlan Modra1-15/+23
2016-10-07Pass link_info to _bfd_merge_private_bfd_dataAlan Modra1-1/+1
2016-09-30Make bfd_error_handler_type like vprintfAlan Modra1-1/+2
2016-08-31Ignore symbols defined in SHF_EXCLUDE sectionsAlan Modra1-0/+6
2016-07-16Don't include libbfd.h outside of bfd, part 4Alan Modra1-6/+6
2016-07-16Don't include libbfd.h outside of bfd, part 1Alan Modra1-1/+0
2016-06-14Formatting fixes.Alan Modra1-86/+95
2016-06-14Delete bfd_my_archive macroAlan Modra1-4/+4
2016-05-04Pass %E to einfo when bfd_section == NULLH.J. Lu1-1/+1
2016-04-21Add support for non-ELF targets to check their relocs.Nick Clifton1-5/+6
2016-04-20Move ELF relocation check after lang_gc_sectionsH.J. Lu1-0/+24
2016-04-18Add new NOCROSSREFS_TO linker script commandMatthew Fortune1-0/+10
2016-04-08PR18452, ld allows overlapping sectionsAlan Modra1-19/+26
2016-04-08Show sizes in linker map in target machine address unitsDan Gisselquist1-4/+6
2016-03-31More cases of missing TO_ADDR in ldlang.cAlan Modra1-14/+12
2016-03-30PR18452, ld allows overlapping sectionsAlan Modra1-45/+104
2016-03-30Missing TO_ADDRAlan Modra1-1/+1
2016-03-30Use consistent test for .tbss sections in ldlang.cAlan Modra1-12/+8
2016-03-22Improve COFF/PE linker garbage collection by preventing the removal of sectio...Nick Clifton1-25/+24
2016-03-18Fix possible failure in the AVR linker tests.Senthil Kumar Selvaraj1-3/+23
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
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