aboutsummaryrefslogtreecommitdiff
path: root/ld/ldlang.c
AgeCommit message (Expand)AuthorFilesLines
2018-04-16Remove sh5 and sh64 supportAlan Modra1-3/+1
2018-02-26ld error/warning messagesAlan Modra1-36/+36
2018-02-19LD: Support fixed-size sections some psABIs may requireMaciej W. Rozycki1-10/+20
2018-02-19Use %pI, %pR, %pS, %pT in place of %I, %R, %S and %T.Alan Modra1-13/+13
2018-02-19Use %pA and %pB in messages rather than %A and %BAlan Modra1-16/+16
2018-01-28PR22751, LTO broken for libgcc libcallsAlan Modra1-1/+2
2018-01-11ld: Fix issue where PROVIDE overrides defined symbolAndrew Burgess1-0/+1
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-11-28PR22471, undefined reference to linker-defined symbolsAlan Modra1-3/+3
2017-11-12ld: Add ldlang_check_relro_region/update lang_find_relro_sections_1H.J. Lu1-23/+32
2017-11-12ld: Add lang_size_relro_segmentH.J. Lu1-64/+110
2017-11-12ld: Update phase_enum/relro_enum and add seg_align_typeH.J. Lu1-12/+12
2017-11-07gas and ld pluralization fixesAlan Modra1-4/+12
2017-10-16ELF: Call check_relocs after opening all inputsH.J. Lu1-0/+2
2017-10-12ld whitespace fixesAlan Modra1-39/+39
2017-10-11ld internationalization fixesAlan Modra1-3/+3
2017-10-01PR21970, assertion failed when more than one overlay has subalign specifiedAlan Modra1-0/+1
2017-09-02LTO rescan archivesAlan Modra1-2/+77
2017-08-24ld: Early detection of orphans we know will be discardedAndrew Burgess1-15/+31
2017-08-06Treat common symbol as undefined for --no-define-commonH.J. Lu1-1/+1
2017-07-28Make some improvements to how SORT_* specifiers and EXCLUDE_FILE specifiers a...Andrew Burgess1-9/+41
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