summaryrefslogtreecommitdiff
path: root/ld/ldlang.c
Commit message (Expand)AuthorAgeFilesLines
* ld whitespace fixesAlan Modra2017-10-121-39/+39
* ld internationalization fixesAlan Modra2017-10-111-3/+3
* PR21970, assertion failed when more than one overlay has subalign specifiedAlan Modra2017-10-011-0/+1
* LTO rescan archivesAlan Modra2017-09-021-2/+77
* ld: Early detection of orphans we know will be discardedAndrew Burgess2017-08-241-15/+31
* Treat common symbol as undefined for --no-define-commonH.J. Lu2017-08-061-1/+1
* Make some improvements to how SORT_* specifiers and EXCLUDE_FILE specifiers a...Andrew Burgess2017-07-281-9/+41
* Rewrite __start and __stop symbol handlingAlan Modra2017-06-161-70/+163
* ld: Don't define __start_SECNAME/__stop_SECNAME for -rH.J. Lu2017-06-131-4/+10
* Always define referenced __start_SECNAME/__stop_SECNAMEH.J. Lu2017-06-131-61/+54
* ld: Allow section groups to be resolved as part of a relocatable linkAndrew Burgess2017-06-061-3/+15
* Treat a prefix of "$SYSROOT" in the same way as "=" when parsing linker searc...Nick Clifton2017-05-181-2/+5
* PR ld/21233: Avoid sweeping forced-undefined symbols in section GCMaciej W. Rozycki2017-04-041-0/+2
* ld: check overflow only for allocated sections.Tristan Gingold2017-03-211-14/+15
* Use addr_mask to check VMA and LMAH.J. Lu2017-03-141-2/+2
* ld: add an error in case of address space overflow.Tristan Gingold2017-03-131-0/+20
* ld: Track changes to default region LMA even for empty sectionsAndrew Burgess2017-03-091-4/+10
* ld: better handling of lma region for orphan sectionsAndrew Burgess2017-03-091-10/+24
* Fix ld uninitialized read of script ASSERT data structureAlan Modra2017-03-071-1/+2
* Fix buffer overflows in ld when printing translated strings.Nick Clifton2017-01-311-4/+1
* Update year range in copyright notice of all files.Alan Modra2017-01-021-1/+1
* Do not add padding if an output section is marked as ignoredIgor Kudrin2016-12-221-1/+2
* Fix spelling in comments in C source files (ld)Ambrogino Modigliani2016-11-271-2/+2
* ld: Allow EXCLUDE_FILE to be used outside of the section listAndrew Burgess2016-11-041-16/+43
* Always descend into output section statements in lang_do_assignmentsAlan Modra2016-10-111-15/+23
* Pass link_info to _bfd_merge_private_bfd_dataAlan Modra2016-10-071-1/+1
* Make bfd_error_handler_type like vprintfAlan Modra2016-09-301-1/+2
* Ignore symbols defined in SHF_EXCLUDE sectionsAlan Modra2016-08-311-0/+6
* Don't include libbfd.h outside of bfd, part 4Alan Modra2016-07-161-6/+6
* Don't include libbfd.h outside of bfd, part 1Alan Modra2016-07-161-1/+0
* Formatting fixes.Alan Modra2016-06-141-86/+95
* Delete bfd_my_archive macroAlan Modra2016-06-141-4/+4
* Pass %E to einfo when bfd_section == NULLH.J. Lu2016-05-041-1/+1
* Add support for non-ELF targets to check their relocs.Nick Clifton2016-04-211-5/+6
* Move ELF relocation check after lang_gc_sectionsH.J. Lu2016-04-201-0/+24
* Add new NOCROSSREFS_TO linker script commandMatthew Fortune2016-04-181-0/+10
* PR18452, ld allows overlapping sectionsAlan Modra2016-04-081-19/+26
* Show sizes in linker map in target machine address unitsDan Gisselquist2016-04-081-4/+6
* More cases of missing TO_ADDR in ldlang.cAlan Modra2016-03-311-14/+12
* PR18452, ld allows overlapping sectionsAlan Modra2016-03-301-45/+104
* Missing TO_ADDRAlan Modra2016-03-301-1/+1
* Use consistent test for .tbss sections in ldlang.cAlan Modra2016-03-301-12/+8
* Improve COFF/PE linker garbage collection by preventing the removal of sectio...Nick Clifton2016-03-221-25/+24
* Fix possible failure in the AVR linker tests.Senthil Kumar Selvaraj2016-03-181-3/+23
* Copyright update for binutilsAlan Modra2016-01-011-1/+1
* 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