]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - bfd/elf32-i386.c
More fixes for memory access violations exposed by fuzzed binaries.
[thirdparty/binutils-gdb.git] / bfd / elf32-i386.c
2014-12-01  Nick CliftonMore fixes for memory access violations exposed by...
2014-11-25  H.J. LuOptimize out i386/x86-64 JUMP_SLOT relocation
2014-10-16  Alan ModraFix 17492, ld segfault with --oformat=binary
2014-10-14  H.J. LuConvert mov to lea only if r_offset >= 2
2014-09-29  H.J. LuFix build for OLD_FREEBSD_ABI_LABEL
2014-08-27  H.J. LuUse bfd_is_abs_section to check discarded input section
2014-07-16  H.J. LuMatch PLT entry only for ELFOSABI_GNU input
2014-07-16  H.J. LuProperly match PLT entry against .got.plt relocation
2014-07-15  H.J. LuUpdate elf_i386_compute_jump_table_size
2014-06-13  Alan ModraFree linker hash table from bfd_close.
2014-06-13  Alan ModraDon't call bfd_link_hash_table_free
2014-06-13  Alan ModraMove link_hash_table_free functions earlier
2014-06-13  Alan ModraMake bfd.link_next field a union
2014-05-02  Alan Modrabfd target vector rationalisation
2014-03-05  Alan ModraUpdate copyright years
2014-01-15  H.J. LuRevert the last change
2014-01-15  H.J. LuDon't discard relocs against __ehdr_start
2014-01-15  H.J. LuRevert the last change
2014-01-14  H.J. LuDon't update reloc count if there are any non pc-relati...
2013-12-17  H.J. LuDefault elf_backend_post_process_headers to set OSABI
2013-11-15  H.J. LuMake room for PLT0 directly
2013-11-07  Roland McGrathSet CPU type in BFD backend for x86_64-nacl* and i...
2013-11-05  H.J. LuPass ignored unresolved relocations to ld backend
2013-08-26  Roland McGrathbfd/
2013-05-07  Will Newtonbfd/elf-ifunc.c: Add header size arg to _bfd_elf_alloca...
2013-03-30  H.J. LuSet non_ir_ref if a symbol is referenced by a non-share...
2013-03-27  Alan Modra * elf-bfd.h (enum elf_reloc_type_class): Add reloc_cla...
2013-02-21  Alan Modra * elf-bfd.h (struct core_elf_obj_tdata): New.
2013-02-11  Alan Modra * elfcode.h (elf_checksum_contents): Free contents.
2013-02-10  Alan Modra * coff-arm.c (coff_arm_link_hash_table_create): Use...
2013-02-07  H.J. LuDon't resolve size relocation against non-zero TLS...
2013-01-18  H.J. LuResolve size relocation against non-zero TLS symbol
2013-01-17  H.J. LuCount size relocation as PC-relative relocation
2013-01-16  H.J. LuUpdate x86 size relocation check
2013-01-16  H.J. LuAdd x86 size relocation support to bfd
2013-01-13  H.J. LuSet bfd errror for normal and TLS symbol access
2012-12-21  H.J. LuProperly adjust h->plt.refcount
2012-12-19  H.J. LuFix indentation in the last checkin
2012-12-19  H.J. LuFix and use elf_append_rel
2012-12-19  H.J. LuReindent elf_i386_finish_dynamic_symbol
2012-12-16  H.J. LuDon't check IFUNC relocations in elf_*_check_relocs
2012-12-16  H.J. LuAlso check local IFUNC references
2012-12-13  H.J. LuCheck local IFUNC calls
2012-10-25  H.J. LuReplace _GLOBAL_OFFSET_TABLE_ lookup with htab->elf...
2012-09-18  H.J. LuIgnore discarded section when converting mov to lea
2012-09-17  H.J. LuReplace return FALSE with abort in x86 finish_dynamic_s...
2012-09-02  H.J. LuAdd hdynamic to elf_link_hash_table for _DYNAMIC
2012-09-01  H.J. LuDon't optimize relocation against _DYNAMIC
2012-08-31  H.J. LuConvert mov to lea in size_dynamic_sections
2012-08-31  H.J. LuConvert mov to lea for loading local function address
2012-06-29  Alan Modra * section.c (bfd_get_linker_section): New function.
2012-05-25  H.J. LuDon't use dynamic_sec_flags on PLT .eh_frame section
2012-05-25  Alan Modra PR ld/13909
2012-05-22  H.J. LuRevert the change for PR ld/r13909
2012-05-22  H.J. LuCreate PLT eh_frame section if there is .eh_frame section
2012-05-22  H.J. LuAlways create PLT eh_frame section for i386/x86-64
2012-05-18  H.J. LuDon't make _DYNAMIC/_GLOBAL_OFFSET_TABLE_ absolute
2012-05-07  Maciej W. Rozycki * elf-bfd.h (RELOC_AGAINST_DISCARDED_SECTION): Handle...
2012-04-24  Alan Modra PR ld/13991
2012-04-03  Roland McGrathbfd/
2012-03-20  H.J. LuHandle relocation against protected function for -Bsymbolic
2012-03-14  Roland McGrath * elf32-i386.c (elf_i386_nacl_pic_plt0_entry): Initial...
2012-03-13  Alan Modra * elf-m10300.c (_bfd_mn10300_elf_adjust_dynamic_symbol...
2012-03-09  H.J. LuRestore R_386_IRELATIVE and R_X86_64_IRELATIVE
2011-10-21  H.J. LuReplace IRELATIVE relocations with RELATIVE in .rel...
2011-10-21  H.J. LuFix a typo in comments.
2011-10-21  H.J. LuPut IRELATIVE relocations after JUMP_SLOT.
2011-10-19  Alan Modra * elf32-i386.c (i386_opcode16): Delete.
2011-10-19  Alan Modra PR ld/13177
2011-07-28  Roland McGrathBFD vector for elf32-i386-nacl:
2011-07-28  Roland McGrathParameterize elf32-i386 PLT generation:
2011-07-28  Roland McGrathClean up elf32-i386-vxworks:
2011-07-01  Ian Lance Taylor * elf32-i386.c (elf_i386_eh_frame_plt): Correct expres...
2011-06-25  Jan Kratochvilbfd/
2011-06-20  Jakub Jelinek PR ld/12570
2011-06-13  Alan Modra * linker.c (bfd_link_hash_traverse): Follow warning...
2011-06-01  H.J. LuProperly warn relocation in readonly section in a share...
2011-05-01  Alan Modra PR ld/12718
2011-04-23  H.J. LuWarn relocation in readonly section in a shared object.
2011-04-21  H.J. LuSkip local IFUNC symbols when checking dynamic relocs...
2011-04-21  H.J. LuReturn false on dynamic symbol error.
2011-04-11  H.J. LuFix the array access for BFD_RELOC_386_IRELATIVE.
2011-04-11  Nick Clifton PR 10549
2011-04-09  H.J. LuUpdate copyright year.
2011-04-09  H.J. LuReturn relocation error on unsupported relocation.
2011-04-08  H.J. LuProperly handle R_386_TLS_LDO_32 for PIE.
2011-03-06  Michael Snyder2011-03-06 Michael Snyder <msnyder@vmware.com>
2011-01-06  H.J. LuHandle STT_GNU_IFUNC symols when building shared library.
2010-10-21  Rainer Orth * elf-bfd.h (struct elf_backend_data): New member
2010-10-01  H.J. LuClear non_elf on ELF linker defined symbols.
2010-08-25  H.J. LuAdd target_id to elf_backend_data.
2010-08-18  Pedro Alves2010-08-18 Pedro Alves <pedro@codesourcery.com>
2010-08-13  H.J. LuCheck if .got.plt section is discarded before using it.
2010-07-14  H.J. LuDon't allocate .got.plt section if there are no GOT...
2010-07-13  H.J. LuSupport garbage collection against STT_GNU_IFUNC symbols.
2010-07-12  H.J. LuRe-indent elf32-i386.c.
2010-04-30  H.J. LuRemove relocation against discarded sections for reloca...
2010-04-09  Nick Cliftonbfd/ChangeLog
2010-03-05  Rainer Orth ld:
2010-02-19  H.J. LuDon't set ELFOSABI_LINUX in dynamic ifunc-using executable.
next