summaryrefslogtreecommitdiff
path: root/bfd/elf32-i386.c
Commit message (Expand)AuthorAgeFilesLines
* Properly handle relocs against absolute symbolsusers/hjl/pr19818H.J. Lu2016-03-141-63/+88
* 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
* Allocate the first .plt entry space only if neededH.J. Lu2015-05-121-6/+7
* Add Intel MCU support to bfdH.J. Lu2015-05-111-0/+41
* Replace input_bfd and output_bfd with abfdH.J. Lu2015-05-101-8/+4
* Undef elf_backend_post_process_headers for SolarisH.J. Lu2015-04-301-0/+2
* i386: Allow copy relocs for building PIEH.J. Lu2015-04-221-18/+46
* Replace SYMBOLIC_BIND with SYMBOL_REFERENCES_LOCALH.J. Lu2015-04-111-2/+2
* Check GOTOFF reloc against protected data on x86H.J. Lu2015-04-101-7/+10
* Add extern_protected_data and set it for x86H.J. Lu2015-04-101-0/+1
* Revert "Add extern_protected_data and set it for x86"Alan Modra2015-04-101-1/+0
* Add extern_protected_data and set it for x86H.J. Lu2015-03-051-0/+1
* Convert mov to lea only if neededH.J. Lu2015-02-271-2/+10
* Set root.linker_def on _TLS_MODULE_BASE_H.J. Lu2015-02-151-0/+1
* Avoid incrementing uninitialized variableEd Maste2015-02-091-1/+1
* Issue relocation in RO section warning for -z textH.J. Lu2015-02-071-4/+6
* Fallout from recent bfd_reloc_outofrange changesAlan Modra2015-01-191-1/+1