summaryrefslogtreecommitdiff
path: root/bfd/elf32-i386.c
Commit message (Expand)AuthorAgeFilesLines
* Update year range in copyright notice of all files.Alan Modra2017-01-021-1/+1
* link_hash_copy_indirect and symbol flagsAlan Modra2016-12-291-1/+2
* dynrelro section for read-only dynamic symbols copied into executableAlan Modra2016-12-261-7/+23
* Put .dynbss and .rel.bss shortcuts in main elf hash tableAlan Modra2016-12-261-30/+5
* elf_backend_dtrel_excludes_pltAlan Modra2016-11-231-25/+1
* Add c-format tags to translatable strings with more than one argument-using f...Nick Clifton2016-10-191-0/+15
* -Wimplicit-fallthrough warning fixesAlan Modra2016-10-061-0/+1
* Remove syntactic sugarAlan Modra2016-09-301-17/+16
* i386: Issue an error on non-PIC call to IFUNC in PIC objectH.J. Lu2016-08-291-0/+14
* Don't generate PLT for IFUNC GOT/pointer referenceH.J. Lu2016-06-181-87/+175
* Don't check undefined symbol for IFUNC relocH.J. Lu2016-06-161-7/+4
* Skip relocations in non-loaded, non-alloced sectionsH.J. Lu2016-06-161-13/+21
* Check SEC_ALLOC before allocating dynamic relocationH.J. Lu2016-06-151-14/+13
* Check R_*_IRELATIVE in x86 reloc_type_classH.J. Lu2016-06-141-8/+13
* Add the GOT base for GOT32 relocs against IFUNCH.J. Lu2016-06-131-5/+17
* Add 2 i386 tests to call IFUNC functions via GOTH.J. Lu2016-06-131-13/+8
* Subtract GOT base only with a base registerH.J. Lu2016-06-111-4/+32
* Support i386 TLS code sequences without PLTH.J. Lu2016-06-081-65/+184
* Return void from linker callbacksAlan Modra2016-05-281-7/+3
* Don't check R_386_GOT32 when setting need_convert_loadH.J. Lu2016-05-201-1/+1
* Don't convert R_386_GOT32 relocationH.J. Lu2016-05-191-17/+8
* LD/ELF: Unify STB_GNU_UNIQUE handlingMaciej W. Rozycki2016-05-171-25/+0
* Define elf_backend_add_symbol_hook for Intel MCUH.J. Lu2016-05-061-0/+3
* Extract convert_load_reloc from x86 convert_loadH.J. Lu2016-05-051-274/+280
* Cache the section contents in x86 check_relocsH.J. Lu2016-05-051-27/+35
* Set interpreter in x86 create_dynamic_sectionsH.J. Lu2016-04-291-14/+11
* Pass GOT_RELOC to UNDEFINED_WEAK_RESOLVED_TO_ZEROH.J. Lu2016-04-291-6/+13
* i386: Don't relocate section when check_relocs failedH.J. Lu2016-04-291-16/+28
* Enhance support for copying and stripping Solaris and ARM binaries.Nick Clifton2016-04-291-10/+15
* Remove x86 gc_sweep_hookH.J. Lu2016-04-201-158/+0
* Call _bfd_elf_create_ifunc_sections only for ifuncH.J. Lu2016-04-201-5/+4
* Fix copying Solaris binaries with objcopy.Nick Clifton2016-04-141-3/+84
* Properly handle dynamic reloc against normal symbolH.J. Lu2016-04-111-3/+7
* Bind defined symbol locally in PIEH.J. Lu2016-03-151-3/+4
* Handle local IFUNC symbols in shared objectH.J. Lu2016-03-081-1/+9
* Optimize x86 GOT32X/GOTPCRELX relocationsH.J. Lu2016-02-261-28/+51
* [x86] Resolve non-PIC undefweak symbols in executableH.J. Lu2016-02-261-66/+221
* Set plt_got.offset to (bfd_vma) -1H.J. Lu2016-02-241-0/+2
* Mask off the least significant bit in GOT offsetH.J. Lu2016-02-101-2/+4
* x86 synthetic plt symbolsAlan Modra2016-02-011-3/+3
* Check reloc against IFUNC symbol only with dynamic symbolsH.J. Lu2016-01-301-12/+16
* Copyright update for binutilsAlan Modra2016-01-011-1/+1
* Optimize R_386_GOT32/R_386_GOT32X only if addend is 0H.J. Lu2015-12-041-13/+11
* Properly check symbol defined by assignment in linker scriptH.J. Lu2015-12-011-5/+5
* Handle x86 VTINHERIT/VTENTRY relocs when deleting relocationsH.J. Lu2015-11-101-1/+5
* Properly move kept relocations when deleting relocationsH.J. Lu2015-11-101-1/+5
* Fix performance regression on x86 with ld -rH.J. Lu2015-11-101-4/+45
* Fix a typo in comment in elf32-i386.cH.J. Lu2015-10-281-1/+1
* Check symbol defined by assignment in linker scriptH.J. Lu2015-10-261-2/+5
* Properly convert address load of __start_XXX/__stop_XXXH.J. Lu2015-10-261-3/+3