summaryrefslogtreecommitdiff
path: root/bfd/elf32-i386.c
Commit message (Expand)AuthorAgeFilesLines
* bfd/Roland McGrath2013-08-261-0/+3
* bfd/elf-ifunc.c: Add header size arg to _bfd_elf_allocate_ifunc_dyn_relocs.willnewton2013-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
* Don't use dynamic_sec_flags on PLT .eh_frame sectionH.J. Lu2012-05-251-5/+4
* PR ld/13909Alan Modra2012-05-251-18/+27
* Revert the change for PR ld/r13909H.J. Lu2012-05-221-2/+1
* Create PLT eh_frame section if there is .eh_frame sectionH.J. Lu2012-05-221-1/+2
* Always create PLT eh_frame section for i386/x86-64H.J. Lu2012-05-221-3/+5
* Don't make _DYNAMIC/_GLOBAL_OFFSET_TABLE_ absoluteH.J. Lu2012-05-181-11/+0
* * elf-bfd.h (RELOC_AGAINST_DISCARDED_SECTION): Handle compoundMaciej W. Rozycki2012-05-071-1/+1
* PR ld/13991Alan Modra2012-04-241-2/+2
* bfd/Roland McGrath2012-04-031-0/+10
* Handle relocation against protected function for -BsymbolicH.J. Lu2012-03-201-0/+1
* * elf32-i386.c (elf_i386_nacl_pic_plt0_entry): Initialize upRoland McGrath2012-03-141-2/+5
* * elf-m10300.c (_bfd_mn10300_elf_adjust_dynamic_symbol): Don't errorAlan Modra2012-03-131-9/+2
* Restore R_386_IRELATIVE and R_X86_64_IRELATIVEH.J. Lu2012-03-091-9/+8
* Replace IRELATIVE relocations with RELATIVE in .rel.dyn.H.J. Lu2011-10-211-8/+9
* Fix a typo in comments.H.J. Lu2011-10-211-1/+1
* Put IRELATIVE relocations after JUMP_SLOT.H.J. Lu2011-10-211-20/+43
* * elf32-i386.c (i386_opcode16): Delete.Alan Modra2011-10-191-9/+2
* PR ld/13177Alan Modra2011-10-191-1/+3
* BFD vector for elf32-i386-nacl:Roland McGrath2011-07-281-0/+166
* Parameterize elf32-i386 PLT generation:Roland McGrath2011-07-281-44/+125
* Clean up elf32-i386-vxworks:Roland McGrath2011-07-281-53/+59
* * elf32-i386.c (elf_i386_eh_frame_plt): Correct expression: changeIan Lance Taylor2011-07-011-1/+1