aboutsummaryrefslogtreecommitdiff
path: root/ld/ldlang.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-16Rewrite __start and __stop symbol handlingAlan Modra1-70/+163
2017-06-13ld: Don't define __start_SECNAME/__stop_SECNAME for -rH.J. Lu1-4/+10
2017-06-13Always define referenced __start_SECNAME/__stop_SECNAMEH.J. Lu1-61/+54
2017-06-06ld: Allow section groups to be resolved as part of a relocatable linkAndrew Burgess1-3/+15
2017-05-18Treat a prefix of "$SYSROOT" in the same way as "=" when parsing linker searc...Nick Clifton1-2/+5
2017-04-04PR ld/21233: Avoid sweeping forced-undefined symbols in section GCMaciej W. Rozycki1-0/+2
2017-03-21ld: check overflow only for allocated sections.Tristan Gingold1-14/+15
2017-03-14Use addr_mask to check VMA and LMAH.J. Lu1-2/+2
2017-03-13ld: add an error in case of address space overflow.Tristan Gingold1-0/+20
2017-03-09ld: Track changes to default region LMA even for empty sectionsAndrew Burgess1-4/+10
2017-03-09ld: better handling of lma region for orphan sectionsAndrew Burgess1-10/+24
2017-03-07Fix ld uninitialized read of script ASSERT data structureAlan Modra1-1/+2
2017-01-31Fix buffer overflows in ld when printing translated strings.Nick Clifton1-4/+1
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