aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf32-i386.c
AgeCommit message (Expand)AuthorFilesLines
2015-05-27Convert PLT reloc only if pointer equality isn't neededH.J. Lu1-2/+3
2015-05-20Skip extra relocations in .rel.plt/.rela.pltH.J. Lu1-0/+5
2015-05-16Don't generate PLT relocations for now bindingH.J. Lu1-2/+14
2015-05-12Allocate the first .plt entry space only if neededH.J. Lu1-6/+7
2015-05-11Add Intel MCU support to bfdH.J. Lu1-0/+41
2015-05-10Replace input_bfd and output_bfd with abfdH.J. Lu1-8/+4
2015-04-30Undef elf_backend_post_process_headers for SolarisH.J. Lu1-0/+2
2015-04-22i386: Allow copy relocs for building PIEH.J. Lu1-18/+46
2015-04-11Replace SYMBOLIC_BIND with SYMBOL_REFERENCES_LOCALH.J. Lu1-2/+2
2015-04-10Check GOTOFF reloc against protected data on x86H.J. Lu1-7/+10
2015-04-10Add extern_protected_data and set it for x86H.J. Lu1-0/+1
2015-04-10Revert "Add extern_protected_data and set it for x86"Alan Modra1-1/+0
2015-03-05Add extern_protected_data and set it for x86H.J. Lu1-0/+1
2015-02-27Convert mov to lea only if neededH.J. Lu1-2/+10
2015-02-15Set root.linker_def on _TLS_MODULE_BASE_H.J. Lu1-0/+1
2015-02-09Avoid incrementing uninitialized variableEd Maste1-1/+1
2015-02-07Issue relocation in RO section warning for -z textH.J. Lu1-4/+6
2015-01-19Fallout from recent bfd_reloc_outofrange changesAlan Modra1-1/+1
2015-01-06Skip unknown relocationH.J. Lu1-2/+2
2015-01-05Return NULL on corrupt inputH.J. Lu1-3/+6
2015-01-05More fixes for invalid memory accesses triggered by fuzzed binaries.Nick Clifton1-2/+3
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-12-12Copy relocations against protected symbolsAlan Modra1-1/+1
2014-12-04Add _bfd_elf_ifunc_get_synthetic_symtabH.J. Lu1-30/+71
2014-12-01More fixes for memory access violations exposed by fuzzed binaries.Nick Clifton1-1/+3
2014-11-25Optimize out i386/x86-64 JUMP_SLOT relocationH.J. Lu1-28/+194
2014-10-16Fix 17492, ld segfault with --oformat=binaryAlan Modra1-4/+5
2014-10-14Convert mov to lea only if r_offset >= 2H.J. Lu1-0/+2
2014-09-29Fix build for OLD_FREEBSD_ABI_LABELH.J. Lu1-2/+5
2014-08-27Use bfd_is_abs_section to check discarded input sectionH.J. Lu1-1/+1
2014-07-16Match PLT entry only for ELFOSABI_GNU inputH.J. Lu1-0/+4
2014-07-16Properly match PLT entry against .got.plt relocationH.J. Lu1-5/+33
2014-07-15Update elf_i386_compute_jump_table_sizeH.J. Lu1-1/+1
2014-06-13Free linker hash table from bfd_close.Alan Modra1-5/+5
2014-06-13Don't call bfd_link_hash_table_freeAlan Modra1-1/+1
2014-06-13Move link_hash_table_free functions earlierAlan Modra1-15/+15
2014-06-13Make bfd.link_next field a unionAlan Modra1-1/+1
2014-05-02bfd target vector rationalisationAlan Modra1-5/+5
2014-03-05Update copyright yearsAlan Modra1-3/+1
2014-01-15Revert the last changeH.J. Lu1-5/+2
2014-01-14Don't discard relocs against __ehdr_startH.J. Lu1-2/+5
2014-01-14Revert the last changeH.J. Lu1-7/+2
2014-01-14Don't update reloc count if there are any non pc-relative relocsH.J. Lu1-2/+7
2013-12-17Default elf_backend_post_process_headers to set OSABIH.J. Lu1-5/+1
2013-11-15Make room for PLT0 directlyH.J. Lu1-1/+1
2013-11-07Set CPU type in BFD backend for x86_64-nacl* and i?86-nacl* targetsRoland McGrath1-0/+11
2013-11-05Pass ignored unresolved relocations to ld backendH.J. Lu1-1/+2
2013-08-26bfd/Roland McGrath1-0/+3
2013-05-07bfd/elf-ifunc.c: Add header size arg to _bfd_elf_allocate_ifunc_dyn_relocs.Will Newton1-1/+2
2013-03-30Set non_ir_ref if a symbol is referenced by a non-shared objectH.J. Lu1-1/+2