summaryrefslogtreecommitdiff
path: root/ld/ldlang.c
Commit message (Expand)AuthorAgeFilesLines
...
* PR27719, lang_mark_undefineds trashes memoryAlan Modra2021-04-121-2/+2
* Use bool in ldAlan Modra2021-03-311-250/+249
* Add startswith function and use it instead of CONST_STRNEQ.Martin Liska2021-03-221-1/+1
* DWARF LTO debug sections vs. .stabstrAlan Modra2021-03-201-2/+3
* --gc-sections with groups and start/stop symsAlan Modra2021-03-031-2/+19
* Weak references to __start_/__stop_ symbolsAlan Modra2021-03-011-0/+13
* libctf, ld: fix symtypetab and var section population under ld -rNick Alcock2021-02-041-0/+2
* PR26378, sections initialised only by linker scripts are always read/writeAlan Modra2021-01-181-1/+1
* SHF_LINK_ORDER fixup_link_order in ldAlan Modra2021-01-131-17/+20
* Remove sflag_info param from wild callback functionsAlan Modra2021-01-131-9/+4
* elf: Allow mixed ordered/unordered inputs for non-relocatable linkH.J. Lu2021-01-041-1/+3
* Update year range in copyright notice of binutils filesAlan Modra2021-01-011-1/+1
* PR27100, final link failed: bad valueAlan Modra2020-12-241-1/+3
* Duplicate output sections in scriptsAlan Modra2020-11-251-40/+32
* bfd, include, ld, binutils, libctf: CTF should use the dynstr/symNick Alcock2020-11-201-10/+21
* libctf, include, binutils, gdb, ld: rename ctf_file_t to ctf_dict_tNick Alcock2020-11-201-5/+5
* ld: Allow symbols from PROVIDE to be use in MEMORY regionsAndrew Burgess2020-10-161-20/+41
* binutils, ld: dequote libctf error messagesNick Alcock2020-08-271-4/+4
* libctf, binutils, include, ld: gettextize and improve error handlingNick Alcock2020-08-271-27/+36
* More just-syms changesAlan Modra2020-07-281-4/+6
* ld: do not produce one empty output .ctf section for every input .ctfNick Alcock2020-07-221-1/+4
* ld: new options --ctf-variables and --ctf-share-typesNick Alcock2020-07-221-1/+9
* ld: Reformat CTF errors into warnings.Egeyar Bagcioglu2020-07-221-10/+12
* libctf, ld, binutils: add textual error/warning reporting for libctfNick Alcock2020-07-221-0/+26
* ld: Properly override the IR definitionH.J. Lu2020-07-221-0/+1
* PR26265, Spurious 'gc-sections requires ... when --init or --finiAlan Modra2020-07-201-7/+19
* binutils, ld: work with --disable-libctfNick Alcock2020-06-261-0/+35
* PR26150, Assertion when asm() defines global symbols, -flto and --start-groupAlan Modra2020-06-241-1/+2
* Do without ld ENABLE_PLUGINSAlan Modra2020-06-211-15/+15
* ld: Add --export-dynamic-symbol and --export-dynamic-symbol-listFangrui Song2020-06-031-7/+9
* Use bfd_get_filename throughout ldAlan Modra2020-05-191-5/+5
* Show AIX gc'd symbol address adjustments in map fileDouglas B Rupp2020-05-181-5/+3
* PR25882, .gnu.attributes are not checked for shared librariesAlan Modra2020-05-011-4/+5
* For relative paths in INPUT() and GROUP(), search the directory of the curren...Fangrui Song2020-04-221-4/+28
* Non-contiguous memory regions support: Avoid calls to abortChristophe Lyon2020-03-181-13/+7
* Add support for non-contiguous memory regionsChristophe Lyon2020-03-131-4/+141
* Reduce --warn-section-align outputAlan Modra2020-03-051-1/+7
* PR25570, ld duplicate "warning: changing start of section"Alan Modra2020-03-051-13/+20
* Revert "PR25570, ld duplicate "warning: changing start of section""Alan Modra2020-03-041-2/+2
* PR25570, ld duplicate "warning: changing start of section"Alan Modra2020-03-041-2/+2
* Indent labelsAlan Modra2020-02-261-1/+1
* ELF: Discard a section if any of its linked-to sections has been discardedH.J. Lu2020-02-061-0/+2
* PR25417, Fix minor typosYuri Chornoivan2020-01-221-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2020-01-011-1/+1
* Avoid ubsan bug complaining about &p->fieldAlan Modra2019-12-261-15/+15
* Re: PR25244, --print-memory-usage, division by zero if MEMORY length is zeroAlan Modra2019-12-051-1/+2
* PR25244, --print-memory-usage, division by zero if MEMORY length is zeroAlan Modra2019-12-051-4/+5
* Pass section when available to bfd_octets_per_byteAlan Modra2019-11-251-8/+8
* Introduce new section flag: SEC_ELF_OCTETSChristian Eggers2019-11-251-6/+17
* ld: Fix printed sizes in map fileChristian Eggers2019-11-061-2/+2