Reformat elf_x86_64_create_dynamic_sections
[platform/upstream/binutils.git] / bfd / elf64-x86-64.c
2014-12-03 H.J. LuReformat elf_x86_64_create_dynamic_sections
2014-12-03 H.J. LuX86-64: Allow copy relocs for building PIE
2014-11-18 Igor ZamyatinAdd -z bndplt to generate BND prefix in PLT entries
2014-11-07 H.J. LuX32: Add REX prefix to encode R_X86_64_GOTTPOFF
2014-10-28 Alan ModraFix 17492, ld segfault with --oformat=binary
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-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-02-19 H.J. LuCreate the second PLT for BND relocations
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-19 H.J. LuRe-indent elf_x86_64_section_from_shdr
2013-11-17 H.J. LuAdd R_X86_64_PC32_BND and R_X86_64_PLT32_BND
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-10-29 Roland McGrathBFD: elf64-x86-64-nacl: Correct 9-byte nop sequence...
2013-08-29 Jakub Jelinek * elf64-x86-64.c (elf_x86_64_check_tls_transition...
2013-08-26 Roland McGrathbfd/
2013-08-23 H.J. LuAdd get_elf_x86_64_arch_data
2013-06-28 H.J. LuHandle R_X86_64_DTPOFF64
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-03-25 Alan Modra * elf-bfd.h (struct elf_backend_data <merge_symbol...
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-15 H.J. LuDefine R_X86_64_standard with R_X86_64_RELATIVE64
2013-01-13 H.J. LuSet bfd errror for normal and TLS symbol access
2012-12-21 H.J. LuCheck R_X86_64_standard for unrecognized relocation
2012-12-21 H.J. LuProperly adjust h->plt.refcount
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-30 H.J. LuAdd Linux/x86_64 core support to i[3-7]86-*-linux
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 H.J. LuReturn FALSE on unresolvable relocation
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-11 H.J. LuUse int and bfd_signed_vma in x32 addend overflow check
2012-05-10 H.J. LuDisplay signed hex number in x32 addend overflow check
2012-05-10 H.J. LuCount R_X86_64_RELATIVE64 as reloc_class_relative
2012-05-10 H.J. LuCheck 64-bit relocation addend overflow for x32
2012-05-07 Maciej W. Rozycki * elf-bfd.h (RELOC_AGAINST_DISCARDED_SECTION): Handle...
2012-04-24 Alan Modra PR ld/13991
2012-04-17 Roland McGrath* elf64-x86-64.c (elf_x86_64_nacl_plt0_entry): Fix...
2012-04-03 Roland McGrathbfd/
2012-03-20 H.J. LuHandle relocation against protected function for -Bsymbolic
2012-03-16 Roland McGrathbfd/
2012-03-15 Roland McGrath * elf64-x86-64.c (elf_x86_64_create_dynamic_sections...
2012-03-15 Roland McGrath * elf64-x86-64.c (struct elf_x86_64_backend_data)...
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
2012-03-06 Jakub Jelinek * elf64-x86-64.c (elf_x86_64_relocate_section): For...
2012-01-10 H.J. LuRemove ABI_64_P check on R_X86_64_PCXX
2012-01-05 Jan Kratochvilbfd/
2011-12-15 H.J. LuSet the default x32 interpreter to "/lib/ldx32.so.1"
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-08-12 H.J. LuAdd R_X86_64_RELATIVE64 and handle R_X86_64_64 for...
2011-08-01 H.J. LuCheck R_X86_64_32 overflow and allow R_X86_64_64 for...
2011-07-22 H.J. LuAdd initial Intel K1OM support.
2011-07-05 H.J. LuAlways elf_backend_post_process_headers to _bfd_elf_set...
2011-06-25 H.J. LuProperly define elf_backend_post_process_headers.
2011-06-25 Jan Kratochvilbfd/
2011-06-20 Jakub Jelinek PR ld/12570
2011-06-19 H.J. LuFix misc x32 bugs.
2011-06-16 H.J. LuSuport x32 gcore.
2011-06-16 H.J. LuSupport x32 core dump.
2011-06-13 Alan Modra * linker.c (bfd_link_hash_traverse): Follow warning...
2011-06-09 H.J. LuAllow building x32 DSO from x86-64 object file.
next