summaryrefslogtreecommitdiff
path: root/bfd/elf32-i386.c
AgeCommit message (Expand)Author
2016-02-01x86 synthetic plt symbolsAlan Modra
2016-01-30Check reloc against IFUNC symbol only with dynamic symbolsH.J. Lu
2016-01-01Copyright update for binutilsAlan Modra
2015-12-04Optimize R_386_GOT32/R_386_GOT32X only if addend is 0H.J. Lu
2015-12-01Properly check symbol defined by assignment in linker scriptH.J. Lu
2015-11-10Handle x86 VTINHERIT/VTENTRY relocs when deleting relocationsH.J. Lu
2015-11-10Properly move kept relocations when deleting relocationsH.J. Lu
2015-11-10Fix performance regression on x86 with ld -rH.J. Lu
2015-10-28Fix a typo in comment in elf32-i386.cH.J. Lu
2015-10-26Check symbol defined by assignment in linker scriptH.J. Lu
2015-10-26Properly convert address load of __start_XXX/__stop_XXXH.J. Lu
2015-10-22Add "-z call-nop=PADDING" option to ldH.J. Lu
2015-10-22Add R_386_GOT32X support to gas and ldH.J. Lu
2015-10-16Check if symbol is defined when converting mov to leaH.J. Lu
2015-10-16Convert mov to lea for loading address of local common symbolH.J. Lu
2015-09-30Create a PLT entry for R_386_PC32 in non-code sectionsH.J. Lu
2015-09-20Add --no-dynamic-linker option to ld, for static PIE useRich Felker
2015-09-02Rename R_386_irelative to R_386_ext2H.J. Lu
2015-09-01Skip PLT for function pointer initializationH.J. Lu
2015-08-18Return reloc_class_ifunc for reloc against IFUNCH.J. Lu
2015-08-18Add output_type to bfd_link_infoH.J. Lu
2015-08-13Issue an error for read-only segment with dynamic IFUNC relocationsH.J. Lu
2015-08-12Set EI_OSABI to ELFOSABI_GNU for local IFUNC symbolsH.J. Lu
2015-08-11Properly skip IFUNC relocations in debug sectionsH.J. Lu
2015-08-11Skip IFUNC relocations in debug sectionsH.J. Lu
2015-06-24Keep .plt section and DT_PLTGOT for prelinkH.J. Lu
2015-05-27Convert PLT reloc only if pointer equality isn't neededH.J. Lu
2015-05-20Skip extra relocations in .rel.plt/.rela.pltH.J. Lu
2015-05-16Don't generate PLT relocations for now bindingH.J. Lu
2015-05-12Allocate the first .plt entry space only if neededH.J. Lu
2015-05-11Add Intel MCU support to bfdH.J. Lu
2015-05-10Replace input_bfd and output_bfd with abfdH.J. Lu
2015-04-30Undef elf_backend_post_process_headers for SolarisH.J. Lu
2015-04-22i386: Allow copy relocs for building PIEH.J. Lu
2015-04-11Replace SYMBOLIC_BIND with SYMBOL_REFERENCES_LOCALH.J. Lu
2015-04-10Check GOTOFF reloc against protected data on x86H.J. Lu
2015-04-10Add extern_protected_data and set it for x86H.J. Lu
2015-04-10Revert "Add extern_protected_data and set it for x86"Alan Modra
2015-03-05Add extern_protected_data and set it for x86H.J. Lu
2015-02-27Convert mov to lea only if neededH.J. Lu
2015-02-15Set root.linker_def on _TLS_MODULE_BASE_H.J. Lu
2015-02-09Avoid incrementing uninitialized variableEd Maste
2015-02-07Issue relocation in RO section warning for -z textH.J. Lu
2015-01-19Fallout from recent bfd_reloc_outofrange changesAlan Modra
2015-01-06Skip unknown relocationH.J. Lu
2015-01-05Return NULL on corrupt inputH.J. Lu
2015-01-05More fixes for invalid memory accesses triggered by fuzzed binaries.Nick Clifton
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra
2014-12-12Copy relocations against protected symbolsAlan Modra
2014-12-04Add _bfd_elf_ifunc_get_synthetic_symtabH.J. Lu