aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf32-i386.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-10i386/x32: Align .eh_frame section to 4 bytesH.J. Lu1-1/+1
2017-01-10i386/x86-64: Add unwind info for .plt.got sectionH.J. Lu1-8/+108
2017-01-10Don't use elf_i386_eh_frame_plt directlyH.J. Lu1-3/+5
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-12-29link_hash_copy_indirect and symbol flagsAlan Modra1-1/+2
2016-12-26dynrelro section for read-only dynamic symbols copied into executableAlan Modra1-7/+23
2016-12-26Put .dynbss and .rel.bss shortcuts in main elf hash tableAlan Modra1-30/+5
2016-11-23elf_backend_dtrel_excludes_pltAlan Modra1-25/+1
2016-10-19Add c-format tags to translatable strings with more than one argument-using f...Nick Clifton1-0/+15
2016-10-06-Wimplicit-fallthrough warning fixesAlan Modra1-0/+1
2016-09-30Remove syntactic sugarAlan Modra1-17/+16
2016-08-29i386: Issue an error on non-PIC call to IFUNC in PIC objectH.J. Lu1-0/+14
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