aboutsummaryrefslogtreecommitdiff
path: root/ld/ldlang.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-22PR25417, Fix minor typosYuri Chornoivan1-1/+1
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-12-26Avoid ubsan bug complaining about &p->fieldAlan Modra1-15/+15
2019-12-05Re: PR25244, --print-memory-usage, division by zero if MEMORY length is zeroAlan Modra1-1/+2
2019-12-05PR25244, --print-memory-usage, division by zero if MEMORY length is zeroAlan Modra1-4/+5
2019-11-25Pass section when available to bfd_octets_per_byteAlan Modra1-8/+8
2019-11-25Introduce new section flag: SEC_ELF_OCTETSChristian Eggers1-6/+17
2019-11-06ld: Fix printed sizes in map fileChristian Eggers1-2/+2
2019-10-09PR25081, Discrepancy between VMA and LMA after ALIGNAlan Modra1-1/+1
2019-10-03bfd, ld: add CTF section linkingNick Alcock1-0/+198
2019-09-26SORT_BY_INIT_PRIORITYAlan Modra1-26/+38
2019-09-20bfd macro conversion to inline functions, sectionAlan Modra1-7/+5
2019-09-20bfd macro conversion to inline functionsAlan Modra1-9/+5
2019-09-19bfd_section_* macrosAlan Modra1-31/+20
2019-09-18Constify target name, reloc name, and carsym nameAlan Modra1-5/+5
2019-09-13Always add input_statement to statement_listAlan Modra1-17/+24
2019-09-12LOAD in linker map fileAlan Modra1-3/+1
2019-09-12PR24981, Hit assertion failure in ld/ldlang.c:7504Alan Modra1-2/+3
2019-09-11Move elf32.em and elf-generic.em functionsAlan Modra1-7/+9
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