aboutsummaryrefslogtreecommitdiff
path: root/ld/ldlang.c
AgeCommit message (Expand)AuthorFilesLines
2019-08-10stat_alloc castsAlan Modra1-15/+12
2019-08-10lang_input_statement_type next pointersAlan Modra1-43/+40
2019-08-06LTO object insertion pointAlan Modra1-6/+53
2019-08-06PR24873, gcc -flto objects result in --start-group .. --end-group failure to ...Alan Modra1-1/+18
2019-08-01PR24806, Linking with -T inside --start-group/--end-groupAlan Modra1-15/+35
2019-08-01Rename lang_output_section_statement to lang_os_listAlan Modra1-31/+25
2019-07-13PR24786, wrong LMA if first section in overlay is emptyAlan Modra1-8/+11
2019-04-11ld: Add --no-print-map-discarded optionFaraz Shahbazker1-12/+13
2019-03-21Add SORT_NONE to .init and .fini in scriptsAlan Modra1-7/+5
2019-03-21Fix some dlx failsAlan Modra1-2/+3
2019-01-28PR24008, Wrong value of ternary expression in map fileAlan Modra1-4/+5
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-11-29Document purpose of each ld statement listsThomas Preud'homme1-0/+16
2018-10-29Report scripts and libraries searched for ld --traceAlan Modra1-2/+3
2018-10-20Relax a -r --gc-sections requirementAlan Modra1-2/+4
2018-10-08ELF: Properly group and place orphan note sectionsH.J. Lu1-55/+95
2018-10-08ld insert_os_after ignoring first assignmentAlan Modra1-4/+7
2018-10-03ELF: Group and sort output note sections by section alignmentsH.J. Lu1-1/+139
2018-09-19PR23648, Symbols based on MEMORY regions confuse --gc-sectionsAlan Modra1-4/+8
2018-08-31ld: Lookup section in output with the same nameH.J. Lu1-0/+18
2018-08-26Delay evaluation of alignment expressions in output sectionsAlan Modra1-32/+16
2018-07-04ld: Set non_ir_ref_regular for --undefined SYMBOLH.J. Lu1-0/+1
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