summaryrefslogtreecommitdiff
path: root/bfd/elf32-i386.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* bfd/Jan Kratochvil2011-06-251-0/+1
* PR ld/12570Jakub Jelinek2011-06-201-0/+95
* * linker.c (bfd_link_hash_traverse): Follow warning symbol link.Alan Modra2011-06-131-8/+0
* Properly warn relocation in readonly section in a shared object.H.J. Lu2011-06-011-2/+2
* PR ld/12718Alan Modra2011-05-011-1/+3
* Warn relocation in readonly section in a shared object.H.J. Lu2011-04-231-1/+12
* Skip local IFUNC symbols when checking dynamic relocs in read-only sections.H.J. Lu2011-04-211-0/+4
* Return false on dynamic symbol error.H.J. Lu2011-04-211-1/+1
* Fix the array access for BFD_RELOC_386_IRELATIVE.H.J. Lu2011-04-111-1/+1
* PR 10549Nick Clifton2011-04-111-2/+3
* Update copyright year.H.J. Lu2011-04-091-1/+2
* Return relocation error on unsupported relocation.H.J. Lu2011-04-091-1/+6
* Properly handle R_386_TLS_LDO_32 for PIE.H.J. Lu2011-04-081-1/+1
* 2011-03-06 Michael Snyder <msnyder@vmware.com>Michael Snyder2011-03-061-1/+1
* Handle STT_GNU_IFUNC symols when building shared library.H.J. Lu2011-01-061-14/+18
* * elf-bfd.h (struct elf_backend_data): New memberRainer Orth2010-10-211-1/+12
* Clear non_elf on ELF linker defined symbols.H.J. Lu2010-10-011-3/+10
* Add target_id to elf_backend_data.H.J. Lu2010-08-251-0/+1
* 2010-08-18 Pedro Alves <pedro@codesourcery.com>Pedro Alves2010-08-181-2/+4
* Check if .got.plt section is discarded before using it.H.J. Lu2010-08-131-0/+7
* Don't allocate .got.plt section if there are no GOT nor PLT entries.H.J. Lu2010-07-141-0/+17