aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-i386
AgeCommit message (Expand)AuthorFilesLines
2016-08-29i386: Issue an error on non-PIC call to IFUNC in PIC objectH.J. Lu3-0/+16
2016-08-19Place .shstrtab section after .symtab and .strtab, thus restoring monotonical...Nick Clifton19-22/+23
2016-07-21Use variable args in run_ld_link_exec_testsAlan Modra3-6/+6
2016-06-18Don't generate PLT for IFUNC GOT/pointer referenceH.J. Lu22-30/+500
2016-06-16Don't check undefined symbol for IFUNC relocH.J. Lu3-4/+23
2016-06-15X86: Add tests for static function pointerH.J. Lu14-6/+54
2016-06-13Add the GOT base for GOT32 relocs against IFUNCH.J. Lu11-0/+219
2016-06-13Add 2 i386 tests to call IFUNC functions via GOTH.J. Lu5-0/+188
2016-06-11Subtract GOT base only with a base registerH.J. Lu5-0/+61
2016-06-08i386: Test external function reference without PLTH.J. Lu29-0/+876
2016-06-08Support i386 TLS code sequences without PLTH.J. Lu29-0/+2522
2016-06-03Update x86 linker tests for --disable-x86-relax-relocationsH.J. Lu9-11/+11
2016-05-19Don't convert R_386_GOT32 relocationH.J. Lu4-2/+22
2016-05-06Test load conversion with symbol versioning for x86H.J. Lu4-0/+40
2016-04-11Properly handle dynamic reloc against normal symbolH.J. Lu4-0/+23
2016-04-04Add missing pr19827-nacl.rd for i386/x86-64 NaClH.J. Lu1-0/+5
2016-03-15Bind defined symbol locally in PIEH.J. Lu4-0/+23
2016-03-13Add more tests for PR ld/19539H.J. Lu4-0/+15
2016-03-08Handle local IFUNC symbols in shared objectH.J. Lu3-23/+4
2016-03-07Support --as-needed in i386/x86-64 testsH.J. Lu1-8/+24
2016-03-06Link tmpdir/copyreloc-main.o before tmpdir/copyreloc-lib.soH.J. Lu1-6/+14
2016-02-26Optimize x86 GOT32X/GOTPCRELX relocationsH.J. Lu25-19/+270
2016-02-26Properly implement STT_COMMONH.J. Lu3-0/+20
2016-02-26[x86] Resolve non-PIC undefweak symbols in executableH.J. Lu37-0/+798
2016-02-15Enhance GAS's .section directive so that it can take numeric values for the f...Nick Clifton14-42/+12
2016-02-11Enable -Bsymbolic and -Bsymbolic-functions to PIEH.J. Lu3-0/+27
2016-02-03Add -mrelax-relocations= to x86 assemblerH.J. Lu25-28/+38
2016-01-01Copyright update for binutilsAlan Modra2-2/+2
2015-12-04Optimize R_386_GOT32/R_386_GOT32X only if addend is 0H.J. Lu6-0/+77
2015-12-01Properly check symbol defined by assignment in linker scriptH.J. Lu4-0/+42
2015-10-26Check symbol defined by assignment in linker scriptH.J. Lu4-0/+30
2015-10-26Properly convert address load of __start_XXX/__stop_XXXH.J. Lu7-0/+18
2015-10-22Add "-z call-nop=PADDING" option to ldH.J. Lu12-0/+187
2015-10-22Add R_386_GOT32X support to gas and ldH.J. Lu35-5/+483
2015-10-16Convert mov to lea for loading address of local common symbolH.J. Lu4-0/+6
2015-09-30Create a PLT entry for R_386_PC32 in non-code sectionsH.J. Lu5-0/+58
2015-09-01Skip PLT for function pointer initializationH.J. Lu7-0/+85
2015-08-13Issue an error for read-only segment with dynamic IFUNC relocationsH.J. Lu3-0/+19
2015-08-12Set EI_OSABI to ELFOSABI_GNU for local IFUNC symbolsH.J. Lu3-0/+25
2015-07-27Add $PLT_CFLAGS to -fPIC for run_cc_link_testsH.J. Lu1-2/+5
2015-06-24Keep .plt section and DT_PLTGOT for prelinkH.J. Lu3-2/+13
2015-05-16Don't generate PLT relocations for now bindingH.J. Lu2-0/+28
2015-05-12Allocate the first .plt entry space only if neededH.J. Lu3-0/+22
2015-05-11Default e_machine to EM_IAMCU for i?86-*-elfiamcuH.J. Lu2-0/+17
2015-05-11Add Intel MCU support to ldH.J. Lu8-0/+79
2015-04-22i386: Allow copy relocs for building PIEH.J. Lu14-0/+201
2015-04-14Add -z noextern-protected-data to ld for ELF/x86H.J. Lu2-0/+7
2015-04-11Replace SYMBOLIC_BIND with SYMBOL_REFERENCES_LOCALH.J. Lu2-1/+2
2015-04-10Check GOTOFF reloc against protected data on x86H.J. Lu3-0/+18
2015-04-10Add extern_protected_data and set it for x86H.J. Lu7-2/+29