aboutsummaryrefslogtreecommitdiff
path: root/ld
AgeCommit message (Expand)AuthorFilesLines
2018-04-11Remove i860, i960, bout and aout-adobe targetsAlan Modra69-1052/+140
2018-04-11Silence nds32 pic warningsAlan Modra2-0/+7
2018-04-10Regenerate some filesAlan Modra2-2/+4
2018-04-09Inline PLT call optimizationAlan Modra3-7/+70
2018-04-09Support PLT16 relocs against local symbolsAlan Modra7-30/+44
2018-04-09Rearrange PLT reloc output on powerpcAlan Modra2-0/+6
2018-04-05Use dlsym to check if libdl is needed for pluginH.J. Lu2-12/+17
2018-04-05Stop the IA64 linker from removing unwind tables when garbage collecting.Nick Clifton2-2/+9
2018-04-04Add blurb about linker changes for Cygwin and Mingw targets.Eric Botcazou1-0/+2
2018-04-04Speed up direct linking with DLLs on Windows (2/2).Eric Botcazou4-12/+144
2018-04-04Speed up direct linking with DLLs on Windows (1/2).Eric Botcazou8-388/+298
2018-04-04Update Spanish translations for ld/ opcodes/ and gold/ sub-directoriesNick Clifton2-612/+1160
2018-04-03MIPS/LD/testsuite: Correct LD emulations for `mips*-*-kfreebsd*-gnu'Maciej W. Rozycki2-1/+9
2018-03-28[2/2][LD][AARCH64]Add BFD_RELOC_AARCH64_TLSLE_LDST8/16/32/64_TPREL_LO12 suppo...Renlin Li50-2/+565
2018-03-28PR ld/22972 on SPARC.Eric Botcazou6-0/+88
2018-03-25x86-64: Add ENDBR64 to the TLSDESC PLT entryH.J. Lu2-1/+6
2018-03-23Add an extra library name template to the list used by the WIN32 targets.Nick Clifton4-0/+13
2018-03-20ld/testsuite: XFAIL pr20995-2 on aarch64*-*-elf*Roland McGrath2-2/+7
2018-03-20Adjust testsuite/ld-plugin/pr22983.dH.J. Lu2-4/+11
2018-03-20gc.exp: Remove extraneous LD flags from the personality testMaciej W. Rozycki2-1/+6
2018-03-20Set non_ir_ref_dynamic if a symbol is made dynamicH.J. Lu6-0/+58
2018-03-15RISC-V: Don't enable relaxation in relocatable linkAndreas Schwab2-5/+14
2018-03-15nds32: Remove the unsupported target feature.Kuan-Lin Chen2-8/+5
2018-03-14GC: Also check the local debug definition sectionH.J. Lu3-4/+21
2018-03-14gc.exp: Fix a typo: $LFLAGS -> $LDFLAGSH.J. Lu2-1/+5
2018-03-13Updated Russian and Brazilian Portuguese translations.Nick Clifton2-26/+30
2018-03-09Fix Sparc, s390 and AArch64 targets so that they can handle relocs against if...Nick Clifton4-0/+125
2018-03-08x86: Treat relocation against IFUNC symbol as FUNCH.J. Lu7-0/+76
2018-03-07xtensa: ld: support -z relroMax Filippov2-0/+5
2018-03-07[PR20402][LD][AARCH64]Don't emit RELATIVE relocation for absolute symbols whi...Renlin Li4-0/+21
2018-03-06RISC-V: Disallow output format changes.Jim Wilson5-2/+38
2018-03-03PR ld/21900: MIPS: Fix relocation processing with undefined symbolsJames Cowgill4-0/+26
2018-03-02Ensure 8-byte alignment for AArch64 stubs.Jim Wilson21-123/+172
2018-03-01Add missing translations to ALL_LINGUASAlan Modra3-2/+7
2018-02-28Remove any trailing directory separator from ld_canon_sysroot and adjust ld_c...Douglas B Rupp2-1/+13
2018-02-27ld: Add --enable-separate-codeH.J. Lu7-2/+72
2018-02-26ld error/warning messagesAlan Modra145-655/+790
2018-02-26ld message translation for emultempl and emulparamsAlan Modra8-28/+474
2018-02-26assorted target messagesAlan Modra3-3/+7
2018-02-26BFD messagesAlan Modra25-25/+52
2018-02-26ARM and AArch64 messagesAlan Modra25-46/+64
2018-02-26MIPS messagesAlan Modra81-610/+693
2018-02-26ELF linker messagesAlan Modra12-16/+30
2018-02-26PPC error/warning messagesAlan Modra9-8/+19
2018-02-21ia64 testsuite changes for --gc-sectionsAlan Modra20-28/+52
2018-02-19MIPS/BFD: Fix the size of `.reginfo' and `.MIPS.abiflags' sectionsMaciej W. Rozycki20-0/+174
2018-02-19LD: Support fixed-size sections some psABIs may requireMaciej W. Rozycki2-10/+28
2018-02-19Use %pI, %pR, %pS, %pT in place of %I, %R, %S and %T.Alan Modra12-151/+156
2018-02-19Use %pA and %pB in messages rather than %A and %BAlan Modra20-157/+185
2018-02-19ld: Add -z separate-code tests to frame.expH.J. Lu2-15/+26