summaryrefslogtreecommitdiff
path: root/ld/ldlang.c
Commit message (Expand)AuthorAgeFilesLines
* Remove sh5 and sh64 supportAlan Modra2018-04-161-3/+1
* ld error/warning messagesAlan Modra2018-02-261-36/+36
* LD: Support fixed-size sections some psABIs may requireMaciej W. Rozycki2018-02-191-10/+20
* Use %pI, %pR, %pS, %pT in place of %I, %R, %S and %T.Alan Modra2018-02-191-13/+13
* Use %pA and %pB in messages rather than %A and %BAlan Modra2018-02-191-16/+16
* PR22751, LTO broken for libgcc libcallsAlan Modra2018-01-281-1/+2
* ld: Fix issue where PROVIDE overrides defined symbolAndrew Burgess2018-01-111-0/+1
* Update year range in copyright notice of binutils filesAlan Modra2018-01-031-1/+1
* PR22471, undefined reference to linker-defined symbolsAlan Modra2017-11-281-3/+3
* ld: Add ldlang_check_relro_region/update lang_find_relro_sections_1H.J. Lu2017-11-121-23/+32
* ld: Add lang_size_relro_segmentH.J. Lu2017-11-121-64/+110
* ld: Update phase_enum/relro_enum and add seg_align_typeH.J. Lu2017-11-121-12/+12
* gas and ld pluralization fixesAlan Modra2017-11-071-4/+12
* ELF: Call check_relocs after opening all inputsH.J. Lu2017-10-161-0/+2
* 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