summaryrefslogtreecommitdiff
path: root/bfd/elf32-i386.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add "-z call-nop=PADDING" option to ldH.J. Lu2015-10-221-2/+8
* Add R_386_GOT32X support to gas and ldH.J. Lu2015-10-221-45/+312
* Check if symbol is defined when converting mov to leaH.J. Lu2015-10-161-1/+3
* Convert mov to lea for loading address of local common symbolH.J. Lu2015-10-161-2/+1
* Create a PLT entry for R_386_PC32 in non-code sectionsH.J. Lu2015-09-301-1/+9
* Add --no-dynamic-linker option to ld, for static PIE useRich Felker2015-09-201-1/+1
* Rename R_386_irelative to R_386_ext2H.J. Lu2015-09-021-6/+6
* Skip PLT for function pointer initializationH.J. Lu2015-09-011-7/+50
* Return reloc_class_ifunc for reloc against IFUNCH.J. Lu2015-08-181-1/+18
* Add output_type to bfd_link_infoH.J. Lu2015-08-181-52/+55
* Issue an error for read-only segment with dynamic IFUNC relocationsH.J. Lu2015-08-131-0/+9
* Set EI_OSABI to ELFOSABI_GNU for local IFUNC symbolsH.J. Lu2015-08-121-3/+7
* Properly skip IFUNC relocations in debug sectionsH.J. Lu2015-08-111-1/+1
* Skip IFUNC relocations in debug sectionsH.J. Lu2015-08-111-2/+10
* Keep .plt section and DT_PLTGOT for prelinkH.J. Lu2015-06-241-11/+18
* Convert PLT reloc only if pointer equality isn't neededH.J. Lu2015-05-271-2/+3
* Skip extra relocations in .rel.plt/.rela.pltH.J. Lu2015-05-201-0/+5
* Don't generate PLT relocations for now bindingH.J. Lu2015-05-161-2/+14