Pass GOT_RELOC to UNDEFINED_WEAK_RESOLVED_TO_ZERO
[external/binutils.git] / bfd / elf32-i386.c
2016-04-29 H.J. LuPass GOT_RELOC to UNDEFINED_WEAK_RESOLVED_TO_ZERO
2016-04-29 H.J. Lui386: Don't relocate section when check_relocs failed
2016-04-29 Nick CliftonEnhance support for copying and stripping Solaris and...
2016-04-21 H.J. LuRemove x86 gc_sweep_hook
2016-04-20 H.J. LuCall _bfd_elf_create_ifunc_sections only for ifunc
2016-04-14 Nick CliftonFix copying Solaris binaries with objcopy.
2016-04-12 H.J. LuProperly handle dynamic reloc against normal symbol
2016-03-15 H.J. LuBind defined symbol locally in PIE
2016-03-08 H.J. LuHandle local IFUNC symbols in shared object
2016-02-26 H.J. LuOptimize x86 GOT32X/GOTPCRELX relocations
2016-02-26 H.J. Lu[x86] Resolve non-PIC undefweak symbols in executable
2016-02-24 H.J. LuSet plt_got.offset to (bfd_vma) -1
2016-02-11 H.J. LuMask off the least significant bit in GOT offset
2016-02-01 Alan Modrax86 synthetic plt symbols
2016-01-31 H.J. LuCheck reloc against IFUNC symbol only with dynamic...
2016-01-01 Alan ModraCopyright update for binutils
2015-12-04 H.J. LuOptimize R_386_GOT32/R_386_GOT32X only if addend is 0
2015-12-01 H.J. LuProperly check symbol defined by assignment in linker...
2015-11-10 H.J. LuHandle x86 VTINHERIT/VTENTRY relocs when deleting reloc...
2015-11-10 H.J. LuProperly move kept relocations when deleting relocations
2015-11-10 H.J. LuFix performance regression on x86 with ld -r
2015-10-28 H.J. LuFix a typo in comment in elf32-i386.c
2015-10-26 H.J. LuCheck symbol defined by assignment in linker script
2015-10-26 H.J. LuProperly convert address load of __start_XXX/__stop_XXX
2015-10-22 H.J. LuAdd "-z call-nop=PADDING" option to ld
2015-10-22 H.J. LuAdd R_386_GOT32X support to gas and ld
2015-10-16 H.J. LuCheck if symbol is defined when converting mov to lea
2015-10-16 H.J. LuConvert mov to lea for loading address of local common...
2015-09-30 H.J. LuCreate a PLT entry for R_386_PC32 in non-code sections
2015-09-20 Rich FelkerAdd --no-dynamic-linker option to ld, for static PIE use
2015-09-02 H.J. LuRename R_386_irelative to R_386_ext2
2015-09-01 H.J. LuSkip PLT for function pointer initialization
2015-08-18 H.J. LuReturn reloc_class_ifunc for reloc against IFUNC
2015-08-18 H.J. LuAdd output_type to bfd_link_info
2015-08-13 H.J. LuIssue an error for read-only segment with dynamic IFUNC...
2015-08-12 H.J. LuSet EI_OSABI to ELFOSABI_GNU for local IFUNC symbols
2015-08-12 H.J. LuProperly skip IFUNC relocations in debug sections
2015-08-11 H.J. LuSkip IFUNC relocations in debug sections
2015-06-24 H.J. LuKeep .plt section and DT_PLTGOT for prelink
2015-05-27 H.J. LuConvert PLT reloc only if pointer equality isn't needed
2015-05-20 H.J. LuSkip extra relocations in .rel.plt/.rela.plt
2015-05-16 H.J. LuDon't generate PLT relocations for now binding
2015-05-12 H.J. LuAllocate the first .plt entry space only if needed
2015-05-11 H.J. LuAdd Intel MCU support to bfd
2015-05-10 H.J. LuReplace input_bfd and output_bfd with abfd
2015-04-30 H.J. LuUndef elf_backend_post_process_headers for Solaris
2015-04-22 H.J. Lui386: Allow copy relocs for building PIE
2015-04-11 H.J. LuReplace SYMBOLIC_BIND with SYMBOL_REFERENCES_LOCAL
2015-04-10 H.J. LuCheck GOTOFF reloc against protected data on x86
2015-04-10 H.J. LuAdd extern_protected_data and set it for x86
2015-04-10 Alan ModraRevert "Add extern_protected_data and set it for x86"
2015-03-05 H.J. LuAdd extern_protected_data and set it for x86
2015-02-27 H.J. LuConvert mov to lea only if needed
2015-02-15 H.J. LuSet root.linker_def on _TLS_MODULE_BASE_
2015-02-09 Ed MasteAvoid incrementing uninitialized variable
2015-02-07 H.J. LuIssue relocation in RO section warning for -z text
2015-01-19 Alan ModraFallout from recent bfd_reloc_outofrange changes
2015-01-07 H.J. LuSkip unknown relocation
2015-01-06 H.J. LuReturn NULL on corrupt input
2015-01-05 Nick CliftonMore fixes for invalid memory accesses triggered by...
2015-01-01 Alan ModraChangeLog rotatation and copyright year update
2014-12-12 Alan ModraCopy relocations against protected symbols
2014-12-05 H.J. LuAdd _bfd_elf_ifunc_get_synthetic_symtab
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
next