summaryrefslogtreecommitdiff
path: root/bfd/elf32-i386.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert the last changeH.J. Lu2014-01-141-7/+2
* Don't update reloc count if there are any non pc-relative relocsH.J. Lu2014-01-141-2/+7
* Default elf_backend_post_process_headers to set OSABIH.J. Lu2013-12-171-5/+1
* Make room for PLT0 directlyH.J. Lu2013-11-151-1/+1
* Set CPU type in BFD backend for x86_64-nacl* and i?86-nacl* targetsRoland McGrath2013-11-071-0/+11
* Pass ignored unresolved relocations to ld backendH.J. Lu2013-11-051-1/+2
* bfd/Roland McGrath2013-08-261-0/+3
* bfd/elf-ifunc.c: Add header size arg to _bfd_elf_allocate_ifunc_dyn_relocs.Will Newton2013-05-071-1/+2
* Set non_ir_ref if a symbol is referenced by a non-shared objectH.J. Lu2013-03-301-1/+2
* * elf-bfd.h (enum elf_reloc_type_class): Add reloc_class_ifunc.Alan Modra2013-03-271-1/+3
* * elf-bfd.h (struct core_elf_obj_tdata): New.Alan Modra2013-02-211-10/+10
* * elfcode.h (elf_checksum_contents): Free contents.Alan Modra2013-02-111-1/+1
* * coff-arm.c (coff_arm_link_hash_table_create): Use bfd_zmalloc.Alan Modra2013-02-101-13/+1
* Don't resolve size relocation against non-zero TLS symbolH.J. Lu2013-02-071-24/+0
* Resolve size relocation against non-zero TLS symbolH.J. Lu2013-01-181-0/+24
* Count size relocation as PC-relative relocationH.J. Lu2013-01-171-1/+5
* Update x86 size relocation checkH.J. Lu2013-01-161-15/+4
* Add x86 size relocation support to bfdH.J. Lu2013-01-161-2/+32
* Set bfd errror for normal and TLS symbol accessH.J. Lu2013-01-131-0/+1
* Properly adjust h->plt.refcountH.J. Lu2012-12-211-1/+4
* Fix indentation in the last checkinH.J. Lu2012-12-191-1/+1
* Fix and use elf_append_relH.J. Lu2012-12-191-49/+13
* Reindent elf_i386_finish_dynamic_symbolH.J. Lu2012-12-191-1/+1
* Don't check IFUNC relocations in elf_*_check_relocsH.J. Lu2012-12-161-67/+2
* Also check local IFUNC referencesH.J. Lu2012-12-161-3/+5
* Check local IFUNC callsH.J. Lu2012-12-131-3/+29
* Replace _GLOBAL_OFFSET_TABLE_ lookup with htab->elf.hgotH.J. Lu2012-10-251-7/+2
* Ignore discarded section when converting mov to leaH.J. Lu2012-09-181-2/+3
* Replace return FALSE with abort in x86 finish_dynamic_symbolH.J. Lu2012-09-171-1/+1
* Add hdynamic to elf_link_hash_table for _DYNAMICH.J. Lu2012-09-021-1/+1
* Don't optimize relocation against _DYNAMICH.J. Lu2012-09-011-1/+3
* Convert mov to lea in size_dynamic_sectionsH.J. Lu2012-08-311-18/+147
* Convert mov to lea for loading local function addressH.J. Lu2012-08-311-0/+18
* * section.c (bfd_get_linker_section): New function.Alan Modra2012-06-291-4/+4