aboutsummaryrefslogtreecommitdiff
path: root/ld/ldlang.h
AgeCommit message (Expand)AuthorFilesLines
2019-11-22Replace unnecessary null check with a cast.Nick Clifton1-1/+1
2019-11-21Fix potentially undefined behaviour in the linker when parsing input statements.Nick Clifton1-1/+1
2019-10-03bfd, ld: add CTF section linkingNick Alcock1-0/+8
2019-09-20bfd macro conversion to inline functions, sectionAlan Modra1-2/+0
2019-09-20bfd macro conversion to inline functionsAlan Modra1-0/+6
2019-08-10Sort statement_enum and lang_statement_unionAlan Modra1-21/+21
2019-08-10Delete unused ldlang.h structsAlan Modra1-12/+0
2019-08-10lang_input_statement_type next pointersAlan Modra1-6/+3
2019-08-01Rename lang_output_section_statement to lang_os_listAlan Modra1-1/+1
2019-07-13PR24786, wrong LMA if first section in overlay is emptyAlan Modra1-0/+1
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-7/+3
2018-08-26Delay evaluation of alignment expressions in output sectionsAlan Modra1-2/+2
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-09-02LTO rescan archivesAlan Modra1-5/+9
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-11-04ld: Allow EXCLUDE_FILE to be used outside of the section listAndrew Burgess1-0/+1
2016-04-18Add new NOCROSSREFS_TO linker script commandMatthew Fortune1-0/+3
2016-03-22Improve COFF/PE linker garbage collection by preventing the removal of sectio...Nick Clifton1-0/+3
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-10-29Re: Orphan output section with multiple input sectionsAlan Modra1-1/+1
2015-08-04ld: Add '--require-defined' command line option.Andrew Burgess1-0/+2
2015-06-12Add new ld option: --print-memory-usageTristan Gingold1-0/+3
2015-02-14PR ld/17973 LTO file symsAlan Modra1-0/+3
2015-01-28Allow symbols in MEMORY region specificationSenthil Kumar Selvaraj1-0/+2
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-12-23Move support code for linker script DEFINED to ldexp.cAlan Modra1-15/+0
2014-08-14Linker part of PR16563 fixAlan Modra1-0/+2
2014-08-12Fix build breakage when ld plugins disabledAlan Modra1-3/+3
2014-08-08 * ldlang.h (struct lang_input_statement_flags): Add pushedUlrich Drepper1-0/+3
2014-07-03Reload --as-needed libraries inside groupsAlan Modra1-1/+1
2014-05-25Localize varible to avoid warningAlan Modra1-1/+0
2014-05-10Fix freeing of link_info.hashHans-Peter Nilsson1-0/+2
2014-03-14Remove search path from -l:namespec DT_NEEDEDAlan Modra1-0/+3
2014-03-05Update copyright yearsAlan Modra1-1/+1
2014-01-22Display the reference causing a shared library to be neededAlan Modra1-0/+9
2014-01-22Miscellaneous ld tidiesAlan Modra1-0/+5
2014-01-20Allow self-assignment for absolute symbols defined in a linker scriptAlan Modra1-3/+4
2014-01-20Fix duplicate output section statement lookupGuy Martin1-0/+2
2014-01-16Tidy ld use of bfd_section userdata.Alan Modra1-0/+12
2013-07-19 * ldgram.y: Add ALIGN_WITH_INPUT output section attribute.Nick Clifton1-9/+5
2013-01-10Remove trailing white spaces in ldH.J. Lu1-2/+2
2012-06-15ld/Alan Modra1-4/+4
2012-05-30 * ldlang.h (lang_output_section_statement_type): RenameAlan Modra1-2/+2
2012-05-14Add support for PowerPC VLE.James Lemke1-2/+3
2012-03-08 PR ld/10340Alan Modra1-4/+1
2012-03-05 * ldlang.h (struct lang_input_statement_flags): New, extract from..Alan Modra1-31/+34
2011-11-15* ld/ldlang.c (insert_pad): Change alignment_needed argument toAndreas Schwab1-1/+1
2011-09-20 PR ld/12301Alan Modra1-4/+8
2011-09-16Check if a symbol is hidden by linker script.H.J. Lu1-2/+0