summaryrefslogtreecommitdiff
path: root/ld/emultempl
Commit message (Expand)AuthorAgeFilesLines
* Replace "if (x) free (x)" with "free (x)", ldAlan Modra2020-05-216-32/+14
* PR25993, read of freed memoryAlan Modra2020-05-202-52/+22
* Use bfd_get_filename throughout ldAlan Modra2020-05-194-24/+28
* Show AIX gc'd symbol address adjustments in map fileDouglas B Rupp2020-05-1811-11/+52
* Prevent a potential use-after-fee memory corruption bug in the linker (for PE...Nick Clifton2020-05-182-12/+39
* ld: Add rx-linux emulation. gas: Change ELF flags initial value in rx-linuxYoshinori Sato2020-04-301-0/+42
* Unify the behaviour of ld.bfd and ld.gold with respect to warning about unres...Fangrui Song2020-04-152-5/+5
* Fixes for the magic number used in PDP11 AOUT binaries.Stephen Casner2020-04-141-0/+132
* Fix objcopy's --preserve-dates command line option so that it will work with ...Nick Clifton2020-03-302-2/+8
* Non-contiguous memory regions support: Avoid calls to abortChristophe Lyon2020-03-181-4/+2
* Add support for non-contiguous memory regionsChristophe Lyon2020-03-132-1/+8
* x86: Check static link of dynamic objectsH.J. Lu2020-03-131-0/+1
* Indent labelsAlan Modra2020-02-261-1/+1
* Various fixes for the Z80 support.Sergey Belyashov2020-02-191-106/+16
* Add support for the GBZ80 and Z80N variants of the Z80 architecture, and add ...Sergey Belyashov2020-02-072-237/+111
* ELF: Discard a section if any of its linked-to sections has been discardedH.J. Lu2020-02-0611-0/+11
* PR25477, ld 2.34 tries to load ${prefix}/etc/ld.so.confAlan Modra2020-01-291-1/+1
* PowerPC64 __tls_get_addr_descAlan Modra2020-01-221-1/+19
* PR25417, Fix minor typosYuri Chornoivan2020-01-221-1/+1
* For PE format files, the base relocation table is necessary if the image is l...Hannes Domani2020-01-032-2/+16
* Add support for the GBZ80, Z180, and eZ80 variants of the Z80 architecure. A...Sergey Belyashov2020-01-022-18/+194
* AArch64: Set the correct ELF class for AArch64 stubs (PR/25210)Tamar Christina2020-01-021-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2020-01-0156-56/+56
* Avoid ubsan bug complaining about &p->fieldAlan Modra2019-12-266-7/+7
* bfd, ld: add CTF section linkingNick Alcock2019-10-0312-11/+48
* Silence a build-time warning about constant comparisons when building with cl...Nick Clifton2019-09-251-4/+4
* elf bfd.h tidyAlan Modra2019-09-231-4/+3
* m68k bfd.h tidyAlan Modra2019-09-231-0/+2
* bfin bfd.h tidyAlan Modra2019-09-231-0/+1
* cr16 bfd.h tidyAlan Modra2019-09-231-0/+1
* xcoff bfd.h tidyAlan Modra2019-09-231-0/+1
* arm bfd.h tidyAlan Modra2019-09-232-12/+12
* aarch64 bfd.h tidyAlan Modra2019-09-231-0/+1
* ia64 bfd.h tidyAlan Modra2019-09-231-0/+2
* v850 bfd.h tidyAlan Modra2019-09-231-0/+1
* csky bfd.h tidyAlan Modra2019-09-231-0/+1
* bfd macro conversion to inline functions, sectionAlan Modra2019-09-201-3/+7
* bfd macro conversion to inline functionsAlan Modra2019-09-205-11/+5
* bfd_section_* macrosAlan Modra2019-09-1917-59/+52
* Use bfd_set_filename moreAlan Modra2019-09-182-4/+4
* Rename elf32.em to elf.emAlan Modra2019-09-1134-38/+36
* Move elf32.em and elf-generic.em functionsAlan Modra2019-09-1123-2470/+65
* beos.em qsort predicate tidyAlan Modra2019-09-061-29/+24
* bfd_get_filenameAlan Modra2019-09-063-3/+3
* PowerPC gcc bootstrap fail with bss-pltAlan Modra2019-08-161-1/+6
* lang_input_statement_type next pointersAlan Modra2019-08-102-6/+5
* Add support for a MIPS specific .MIPS.xhash section.Mihailo Stojanovic2019-08-091-16/+0
* Rename lang_output_section_statement to lang_os_listAlan Modra2019-08-017-11/+9
* SHF_GNU_MBIND requires ELFOSABI_GNUAlan Modra2019-07-231-0/+2
* ld -r: Don't merge with member of output section groupH.J. Lu2019-07-181-3/+6