aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf32-i386.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-18Don't generate PLT for IFUNC GOT/pointer referenceH.J. Lu1-87/+175
2016-06-16Don't check undefined symbol for IFUNC relocH.J. Lu1-7/+4
2016-06-16Skip relocations in non-loaded, non-alloced sectionsH.J. Lu1-13/+21
2016-06-15Check SEC_ALLOC before allocating dynamic relocationH.J. Lu1-14/+13
2016-06-14Check R_*_IRELATIVE in x86 reloc_type_classH.J. Lu1-8/+13
2016-06-13Add the GOT base for GOT32 relocs against IFUNCH.J. Lu1-5/+17
2016-06-13Add 2 i386 tests to call IFUNC functions via GOTH.J. Lu1-13/+8
2016-06-11Subtract GOT base only with a base registerH.J. Lu1-4/+32
2016-06-08Support i386 TLS code sequences without PLTH.J. Lu1-65/+184
2016-05-28Return void from linker callbacksAlan Modra1-7/+3
2016-05-20Don't check R_386_GOT32 when setting need_convert_loadH.J. Lu1-1/+1
2016-05-19Don't convert R_386_GOT32 relocationH.J. Lu1-17/+8
2016-05-17LD/ELF: Unify STB_GNU_UNIQUE handlingMaciej W. Rozycki1-25/+0
2016-05-06Define elf_backend_add_symbol_hook for Intel MCUH.J. Lu1-0/+3
2016-05-05Extract convert_load_reloc from x86 convert_loadH.J. Lu1-274/+280
2016-05-05Cache the section contents in x86 check_relocsH.J. Lu1-27/+35
2016-04-29Set interpreter in x86 create_dynamic_sectionsH.J. Lu1-14/+11
2016-04-29Pass GOT_RELOC to UNDEFINED_WEAK_RESOLVED_TO_ZEROH.J. Lu1-6/+13
2016-04-29i386: Don't relocate section when check_relocs failedH.J. Lu1-16/+28
2016-04-29Enhance support for copying and stripping Solaris and ARM binaries.Nick Clifton1-10/+15
2016-04-20Remove x86 gc_sweep_hookH.J. Lu1-158/+0
2016-04-20Call _bfd_elf_create_ifunc_sections only for ifuncH.J. Lu1-5/+4
2016-04-14Fix copying Solaris binaries with objcopy.Nick Clifton1-3/+84
2016-04-11Properly handle dynamic reloc against normal symbolH.J. Lu1-3/+7
2016-03-15Bind defined symbol locally in PIEH.J. Lu1-3/+4
2016-03-08Handle local IFUNC symbols in shared objectH.J. Lu1-1/+9
2016-02-26Optimize x86 GOT32X/GOTPCRELX relocationsH.J. Lu1-28/+51
2016-02-26[x86] Resolve non-PIC undefweak symbols in executableH.J. Lu1-66/+221
2016-02-24Set plt_got.offset to (bfd_vma) -1H.J. Lu1-0/+2
2016-02-10Mask off the least significant bit in GOT offsetH.J. Lu1-2/+4
2016-02-01x86 synthetic plt symbolsAlan Modra1-3/+3
2016-01-30Check reloc against IFUNC symbol only with dynamic symbolsH.J. Lu1-12/+16
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-12-04Optimize R_386_GOT32/R_386_GOT32X only if addend is 0H.J. Lu1-13/+11
2015-12-01Properly check symbol defined by assignment in linker scriptH.J. Lu1-5/+5
2015-11-10Handle x86 VTINHERIT/VTENTRY relocs when deleting relocationsH.J. Lu1-1/+5
2015-11-10Properly move kept relocations when deleting relocationsH.J. Lu1-1/+5
2015-11-10Fix performance regression on x86 with ld -rH.J. Lu1-4/+45
2015-10-28Fix a typo in comment in elf32-i386.cH.J. Lu1-1/+1
2015-10-26Check symbol defined by assignment in linker scriptH.J. Lu1-2/+5
2015-10-26Properly convert address load of __start_XXX/__stop_XXXH.J. Lu1-3/+3
2015-10-22Add "-z call-nop=PADDING" option to ldH.J. Lu1-2/+8
2015-10-22Add R_386_GOT32X support to gas and ldH.J. Lu1-45/+312
2015-10-16Check if symbol is defined when converting mov to leaH.J. Lu1-1/+3
2015-10-16Convert mov to lea for loading address of local common symbolH.J. Lu1-2/+1
2015-09-30Create a PLT entry for R_386_PC32 in non-code sectionsH.J. Lu1-1/+9
2015-09-20Add --no-dynamic-linker option to ld, for static PIE useRich Felker1-1/+1
2015-09-02Rename R_386_irelative to R_386_ext2H.J. Lu1-6/+6
2015-09-01Skip PLT for function pointer initializationH.J. Lu1-7/+50
2015-08-18Return reloc_class_ifunc for reloc against IFUNCH.J. Lu1-1/+18