aboutsummaryrefslogtreecommitdiff
path: root/ld/ldlang.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-20libctf, include, binutils, gdb, ld: rename ctf_file_t to ctf_dict_tNick Alcock1-5/+5
2020-10-16ld: Allow symbols from PROVIDE to be use in MEMORY regionsAndrew Burgess1-20/+41
2020-08-27binutils, ld: dequote libctf error messagesNick Alcock1-4/+4
2020-08-27libctf, binutils, include, ld: gettextize and improve error handlingNick Alcock1-27/+36
2020-07-28More just-syms changesAlan Modra1-4/+6
2020-07-22ld: do not produce one empty output .ctf section for every input .ctfNick Alcock1-1/+4
2020-07-22ld: new options --ctf-variables and --ctf-share-typesNick Alcock1-1/+9
2020-07-22ld: Reformat CTF errors into warnings.Egeyar Bagcioglu1-10/+12
2020-07-22libctf, ld, binutils: add textual error/warning reporting for libctfNick Alcock1-0/+26
2020-07-22ld: Properly override the IR definitionH.J. Lu1-0/+1
2020-07-20PR26265, Spurious 'gc-sections requires ... when --init or --finiAlan Modra1-7/+19
2020-06-26binutils, ld: work with --disable-libctfNick Alcock1-0/+35
2020-06-24PR26150, Assertion when asm() defines global symbols, -flto and --start-groupAlan Modra1-1/+2
2020-06-21Do without ld ENABLE_PLUGINSAlan Modra1-15/+15
2020-06-03ld: Add --export-dynamic-symbol and --export-dynamic-symbol-listFangrui Song1-7/+9
2020-05-19Use bfd_get_filename throughout ldAlan Modra1-5/+5
2020-05-18Show AIX gc'd symbol address adjustments in map fileDouglas B Rupp1-5/+3
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