aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf32-i386.c
AgeCommit message (Expand)AuthorFilesLines
2012-12-16Don't check IFUNC relocations in elf_*_check_relocsH.J. Lu1-67/+2
2012-12-16Also check local IFUNC referencesH.J. Lu1-3/+5
2012-12-13Check local IFUNC callsH.J. Lu1-3/+29
2012-10-25Replace _GLOBAL_OFFSET_TABLE_ lookup with htab->elf.hgotH.J. Lu1-7/+2
2012-09-18Ignore discarded section when converting mov to leaH.J. Lu1-2/+3
2012-09-17Replace return FALSE with abort in x86 finish_dynamic_symbolH.J. Lu1-1/+1
2012-09-02Add hdynamic to elf_link_hash_table for _DYNAMICH.J. Lu1-1/+1
2012-09-01Don't optimize relocation against _DYNAMICH.J. Lu1-1/+3
2012-08-31Convert mov to lea in size_dynamic_sectionsH.J. Lu1-18/+147
2012-08-31Convert mov to lea for loading local function addressH.J. Lu1-0/+18
2012-06-29 * section.c (bfd_get_linker_section): New function.Alan Modra1-4/+4
2012-05-25Don't use dynamic_sec_flags on PLT .eh_frame sectionH.J. Lu1-5/+4
2012-05-25 PR ld/13909Alan Modra1-18/+27
2012-05-22Revert the change for PR ld/r13909H.J. Lu1-2/+1
2012-05-22Create PLT eh_frame section if there is .eh_frame sectionH.J. Lu1-1/+2
2012-05-22Always create PLT eh_frame section for i386/x86-64H.J. Lu1-3/+5
2012-05-18Don't make _DYNAMIC/_GLOBAL_OFFSET_TABLE_ absoluteH.J. Lu1-11/+0
2012-05-07 * elf-bfd.h (RELOC_AGAINST_DISCARDED_SECTION): Handle compoundMaciej W. Rozycki1-1/+1
2012-04-24 PR ld/13991Alan Modra1-2/+2
2012-04-03bfd/Roland McGrath1-0/+10
2012-03-20Handle relocation against protected function for -BsymbolicH.J. Lu1-0/+1
2012-03-14 * elf32-i386.c (elf_i386_nacl_pic_plt0_entry): Initialize upRoland McGrath1-2/+5
2012-03-13 * elf-m10300.c (_bfd_mn10300_elf_adjust_dynamic_symbol): Don't errorAlan Modra1-9/+2
2012-03-09Restore R_386_IRELATIVE and R_X86_64_IRELATIVEH.J. Lu1-9/+8
2011-10-21Replace IRELATIVE relocations with RELATIVE in .rel.dyn.H.J. Lu1-8/+9
2011-10-21Fix a typo in comments.H.J. Lu1-1/+1
2011-10-21Put IRELATIVE relocations after JUMP_SLOT.H.J. Lu1-20/+43
2011-10-19 * elf32-i386.c (i386_opcode16): Delete.Alan Modra1-9/+2
2011-10-19 PR ld/13177Alan Modra1-1/+3
2011-07-28BFD vector for elf32-i386-nacl:Roland McGrath1-0/+166
2011-07-28Parameterize elf32-i386 PLT generation:Roland McGrath1-44/+125
2011-07-28Clean up elf32-i386-vxworks:Roland McGrath1-53/+59
2011-07-01 * elf32-i386.c (elf_i386_eh_frame_plt): Correct expression: changeIan Lance Taylor1-1/+1
2011-06-25bfd/Jan Kratochvil1-0/+1
2011-06-20 PR ld/12570Jakub Jelinek1-0/+95
2011-06-13 * linker.c (bfd_link_hash_traverse): Follow warning symbol link.Alan Modra1-8/+0
2011-06-01Properly warn relocation in readonly section in a shared object.H.J. Lu1-2/+2
2011-05-01 PR ld/12718Alan Modra1-1/+3
2011-04-23Warn relocation in readonly section in a shared object.H.J. Lu1-1/+12
2011-04-21Skip local IFUNC symbols when checking dynamic relocs in read-only sections.H.J. Lu1-0/+4
2011-04-21Return false on dynamic symbol error.H.J. Lu1-1/+1
2011-04-11Fix the array access for BFD_RELOC_386_IRELATIVE.H.J. Lu1-1/+1
2011-04-11 PR 10549Nick Clifton1-2/+3
2011-04-09Update copyright year.H.J. Lu1-1/+2
2011-04-09Return relocation error on unsupported relocation.H.J. Lu1-1/+6
2011-04-08Properly handle R_386_TLS_LDO_32 for PIE.H.J. Lu1-1/+1
2011-03-062011-03-06 Michael Snyder <msnyder@vmware.com>Michael Snyder1-1/+1
2011-01-06Handle STT_GNU_IFUNC symols when building shared library.H.J. Lu1-14/+18
2010-10-21 * elf-bfd.h (struct elf_backend_data): New memberRainer Orth1-1/+12
2010-10-01Clear non_elf on ELF linker defined symbols.H.J. Lu1-3/+10