aboutsummaryrefslogtreecommitdiff
path: root/ld/ldlang.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-01PR25882, .gnu.attributes are not checked for shared librariesAlan Modra1-4/+5
2020-04-22For relative paths in INPUT() and GROUP(), search the directory of the curren...Fangrui Song1-4/+28
2020-03-18Non-contiguous memory regions support: Avoid calls to abortChristophe Lyon1-13/+7
2020-03-13Add support for non-contiguous memory regionsChristophe Lyon1-4/+141
2020-03-05Reduce --warn-section-align outputAlan Modra1-1/+7
2020-03-05PR25570, ld duplicate "warning: changing start of section"Alan Modra1-13/+20
2020-03-04Revert "PR25570, ld duplicate "warning: changing start of section""Alan Modra1-2/+2
2020-03-04PR25570, ld duplicate "warning: changing start of section"Alan Modra1-2/+2
2020-02-26Indent labelsAlan Modra1-1/+1
2020-02-06ELF: Discard a section if any of its linked-to sections has been discardedH.J. Lu1-0/+2
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