aboutsummaryrefslogtreecommitdiff
path: root/ld
AgeCommit message (Expand)AuthorFilesLines
2019-10-04PowerPC PIC vs. DLL TLS issuesAlan Modra7-21/+37
2019-10-04[PR ld/25062] arm: sign extend the addend of R_ARM_TLS_GOTDESCSzabolcs Nagy4-0/+80
2019-10-03libctf: installable libctf as a shared libraryNick Alcock5-8/+26
2019-10-03bfd, ld: add CTF section linkingNick Alcock40-29/+591
2019-10-02-Bsymbolic is not for PIEsAlan Modra4-72/+68
2019-09-26PR24262, plugin search dir doesn't respect --libdirAlan Modra2-1/+6
2019-09-26SORT_BY_INIT_PRIORITYAlan Modra3-35/+60
2019-09-25Silence a build-time warning about constant comparisons when building with cl...Nick Clifton2-4/+9
2019-09-23ld-plugin/pr24406-1.c: Correct buffer size to readH.J. Lu2-1/+6
2019-09-23elf bfd.h tidyAlan Modra7-5/+18
2019-09-23m68k bfd.h tidyAlan Modra2-0/+6
2019-09-23bfin bfd.h tidyAlan Modra2-0/+5
2019-09-23cr16 bfd.h tidyAlan Modra2-0/+5
2019-09-23xcoff bfd.h tidyAlan Modra2-0/+5
2019-09-23arm bfd.h tidyAlan Modra3-12/+17
2019-09-23aarch64 bfd.h tidyAlan Modra2-0/+5
2019-09-23ia64 bfd.h tidyAlan Modra2-0/+6
2019-09-23v850 bfd.h tidyAlan Modra2-0/+5
2019-09-23csky bfd.h tidyAlan Modra2-0/+5
2019-09-22Work around gcc10 FAIL: S-records with constructorsAlan Modra2-1/+5
2019-09-20RISC-V: Optimize lui and auipc relaxations for undefweak symbol.Jim Wilson5-24/+39
2019-09-20bfd macro conversion to inline functions, sectionAlan Modra4-12/+23
2019-09-20bfd macro conversion to inline functionsAlan Modra10-26/+33
2019-09-19bfd_section_* macrosAlan Modra23-136/+129
2019-09-18bfd_asymbol_* macrosAlan Modra2-3/+8
2019-09-18Re-generate many configure and Makefile.in filesSimon Marchi3-23/+13
2019-09-18Constify target name, reloc name, and carsym nameAlan Modra2-5/+10
2019-09-18Use bfd_set_filename moreAlan Modra3-4/+9
2019-09-16PR25002, ld/ldelf.c missing safe-ctype.h includeAlan Modra2-0/+6
2019-09-16Update version to 2.33.50 and regenerate configure scripts.Phil Blundell3-18/+37
2019-09-13Always add input_statement to statement_listAlan Modra2-17/+32
2019-09-12LOAD in linker map fileAlan Modra2-3/+6
2019-09-12PR24981, Hit assertion failure in ld/ldlang.c:7504Alan Modra2-2/+8
2019-09-11Rename elf32.em to elf.emAlan Modra203-207/+410
2019-09-11Move elf32.em and elf-generic.em functionsAlan Modra33-2693/+2914
2019-09-11Tidy ld/ldmisc.cAlan Modra2-17/+12
2019-09-11Tidy ld/plugin.cAlan Modra2-10/+14
2019-09-09i386: Adjust for new output format from readelfH.J. Lu14-13/+44
2019-09-09Add markers for 2.33 branch to NEWS and ChangeLog files.Phil Blundell2-0/+6
2019-09-06beos.em qsort predicate tidyAlan Modra2-29/+30
2019-09-06bfd_get_filenameAlan Modra4-3/+10
2019-09-05Fix PR ld/24574Eric Botcazou2-0/+11
2019-09-05R_PPC64_PCREL_OPTAlan Modra3-5/+30
2019-08-29Segfault in ld building SPEC CPU2017 527.cam4_r with -fltoAlan Modra2-1/+7
2019-08-22AArch64: Fix LD crash on weak and undefined TLS symbols. (PR/24602).Tamar Christina6-0/+65
2019-08-20Arm: Fix performance issue with thumb-2 tailcallsTamar Christina24-77/+103
2019-08-16x86-64: Move PIC check for PC-relative relocations backH.J. Lu6-0/+33
2019-08-16[ld] [arm] Add support for noinit sectionChristophe Lyon2-1/+18
2019-08-16PowerPC gcc bootstrap fail with bss-pltAlan Modra2-1/+12
2019-08-15RISC-V: Fix lui relaxation issue with code at address 0.Jim Wilson5-0/+45