aboutsummaryrefslogtreecommitdiff
path: root/ld
AgeCommit message (Expand)AuthorFilesLines
2016-06-23MIPS/LD/testsuite: Use wildcard address matching in `undefweak-overflow'Maciej W. Rozycki2-20/+25
2016-06-23MIPS/LD/testsuite: Uniquely identify `undefweak-overflow' testsMaciej W. Rozycki2-2/+9
2016-06-22ld: Add a linker configure option --enable-relroH.J. Lu9-4/+112
2016-06-21MIPS/BFD: Don't stop processing on a cross-mode jump conversion errorMaciej W. Rozycki3-1/+14
2016-06-21Arc assembler: Convert nps400 from a machine type to an extension.Graham Markall3-2/+7
2016-06-20Use the IR symbol table for the IR input objectH.J. Lu4-0/+37
2016-06-20PR ld/20276: Set non_ir_ref on common symbolAlan Modra6-13/+58
2016-06-18Rename bfd_plugin_uknown to bfd_plugin_unknownH.J. Lu2-1/+6
2016-06-18Don't generate PLT for IFUNC GOT/pointer referenceH.J. Lu83-115/+1342
2016-06-17Add support for Thumb-2 long branch veneersThomas Preud'homme5-13/+34
2016-06-16Add missing ChangeLog entriesH.J. Lu1-0/+7
2016-06-16Don't check undefined symbol for IFUNC relocH.J. Lu3-4/+23
2016-06-15X86: Add tests for static function pointerH.J. Lu24-6/+116
2016-06-15Fix PR ld/20254Senthil Kumar Selvaraj3-0/+29
2016-06-14Formatting fixes.Alan Modra10-185/+207
2016-06-14Delete bfd_my_archive macroAlan Modra5-16/+23
2016-06-14Set my_archive for thin archivesAlan Modra4-7/+23
2016-06-13Add the GOT base for GOT32 relocs against IFUNCH.J. Lu12-0/+235
2016-06-13Add 2 i386 tests to call IFUNC functions via GOTH.J. Lu6-0/+196
2016-06-13[ARC] XFAIL S-Records tests for both little and big endian ARC target.Cupertino Miranda2-2/+7
2016-06-12Update x86-64 no-PLT tests for x32H.J. Lu16-40/+58
2016-06-11Subtract GOT base only with a base registerH.J. Lu6-0/+70
2016-06-09Add missing ChangeLog entriesH.J. Lu1-0/+32
2016-06-09Fix PR 20221 - adjust syms and relocs only if relax shrunk section.Denis Chertykov3-0/+24
2016-06-09Print symbol names in comments for LDS/STS disassembly.Denis Chertykov5-0/+81
2016-06-08i386: Test external function reference without PLTH.J. Lu29-0/+876
2016-06-08Update test nameH.J. Lu2-1/+6
2016-06-08Support i386 TLS code sequences without PLTH.J. Lu30-0/+2554
2016-06-08Support any relocation orderH.J. Lu8-23/+34
2016-06-08Add missing ChangeLog entriesH.J. Lu1-0/+24
2016-06-08X86-64: Test external function reference without PLTH.J. Lu21-0/+557
2016-06-07ld/testsuite/ld-elf/init-fini-arrays.d: Remove `ft32-*-*' xfailMaciej W. Rozycki2-2/+6
2016-06-07Fix PLT first entry GOT operand calculation.Andreas Krebbel5-0/+66
2016-06-07PowerPC VLEAlan Modra4-3/+16
2016-06-06Support x86-64 TLS code sequences without PLTH.J. Lu46-5/+2527
2016-06-062016-06-06 Christian Groessler <chris@groessler.org>Christian Groessler1-60/+59
2016-06-04ld/testsuite/ld-z8k/test-ld.sh: Remove. Checked in by mistake.Christian Groessler1-19/+0
2016-06-04Add z8k ld testsuite and fix range check in coff-z8k.cChristian Groessler61-0/+9981
2016-06-03Update x86 linker tests for --disable-x86-relax-relocationsH.J. Lu14-19/+35
2016-06-02Allow ARC Linux targets that do not use uclibc.Vineet Gupta2-1/+5
2016-05-28MIPS/BFD: Correctly handle `bfd_reloc_outofrange' with branchesMaciej W. Rozycki5-0/+68
2016-05-28MIPS/LD/testsuite: Rename `unaligned-syms' to `unaligned-data'Maciej W. Rozycki6-4/+13
2016-05-28MIPS/BFD: Enable local R_MIPS_26 overflow detectionMaciej W. Rozycki8-0/+130
2016-05-28Return void from linker callbacksAlan Modra3-49/+39
2016-05-27MIPS/BFD: Include the addend in JALX's target alignment verificationMaciej W. Rozycki10-0/+239
2016-05-27MIPS/BFD: Fix section symbol name fetching in relocationMaciej W. Rozycki4-0/+24
2016-05-26MIPS/BFD: Don't stop processing on `bfd_reloc_outofrange'Maciej W. Rozycki31-193/+65
2016-05-26Provide the __bssstart and __bsssize symbols needed by the MSP430's crt0.o code.Nick Clifton3-2/+13
2016-05-25MIPS/BFD: Report `bfd_reloc_outofrange' errors as suchMaciej W. Rozycki34-0/+456
2016-05-25Skip an archive element if not added by linkerH.J. Lu7-3/+126