summaryrefslogtreecommitdiff
path: root/bfd/elf32-i386.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Skip unknown relocationH.J. Lu2015-01-061-2/+2
* Return NULL on corrupt inputH.J. Lu2015-01-051-3/+6
* More fixes for invalid memory accesses triggered by fuzzed binaries.Nick Clifton2015-01-051-2/+3
* ChangeLog rotatation and copyright year updateAlan Modra2015-01-021-1/+1
* Copy relocations against protected symbolsAlan Modra2014-12-121-1/+1
* Add _bfd_elf_ifunc_get_synthetic_symtabH.J. Lu2014-12-041-30/+71
* More fixes for memory access violations exposed by fuzzed binaries.Nick Clifton2014-12-011-1/+3
* Optimize out i386/x86-64 JUMP_SLOT relocationH.J. Lu2014-11-251-28/+194
* Fix 17492, ld segfault with --oformat=binaryAlan Modra2014-10-161-4/+5
* Convert mov to lea only if r_offset >= 2H.J. Lu2014-10-141-0/+2
* Fix build for OLD_FREEBSD_ABI_LABELH.J. Lu2014-09-291-2/+5
* Use bfd_is_abs_section to check discarded input sectionH.J. Lu2014-08-271-1/+1
* Match PLT entry only for ELFOSABI_GNU inputH.J. Lu2014-07-161-0/+4
* Properly match PLT entry against .got.plt relocationH.J. Lu2014-07-161-5/+33
* Update elf_i386_compute_jump_table_sizeH.J. Lu2014-07-151-1/+1
* Free linker hash table from bfd_close.Alan Modra2014-06-131-5/+5
* Don't call bfd_link_hash_table_freeAlan Modra2014-06-131-1/+1
* Move link_hash_table_free functions earlierAlan Modra2014-06-131-15/+15
* Make bfd.link_next field a unionAlan Modra2014-06-131-1/+1
* bfd target vector rationalisationAlan Modra2014-05-021-5/+5
* Update copyright yearsAlan Modra2014-03-051-3/+1
* Revert the last changeH.J. Lu2014-01-151-5/+2
* Don't discard relocs against __ehdr_startH.J. Lu2014-01-141-2/+5