summaryrefslogtreecommitdiff
path: root/bfd/elf64-x86-64.c
Commit message (Expand)AuthorAgeFilesLines
* bfd_error_handler bfd_vma and bfd_size_type argsAlan Modra2017-07-121-25/+15
* x86-64: Move the error_alignment label forwardH.J. Lu2017-06-221-7/+8
* x86: Resolve local undefined weak symbol to 0H.J. Lu2017-06-221-5/+7
* x86: Support Intel Shadow Stack with SHSTK propertyH.J. Lu2017-06-221-4/+14
* x86: Support Intel IBT with IBT property and IBT-enable PLTH.J. Lu2017-06-221-39/+415
* Always define referenced __start_SECNAME/__stop_SECNAMEH.J. Lu2017-06-131-12/+16
* ELF: Pass bfd_link_info to merge_gnu_propertiesH.J. Lu2017-06-121-1/+2
* x86: Dump local IFUNC functions in the map fileH.J. Lu2017-06-081-0/+15
* x86-64: Use dynobj instead of htab->elf.dynobjH.J. Lu2017-05-221-2/+1
* Rename non_ir_ref to non_ir_ref_regularAlan Modra2017-05-161-1/+1
* x86: Merge X86_ISA_1_USED/X86_ISA_1_NEEDED propertiesH.J. Lu2017-05-121-1/+2
* x86-64: Rename .plt.bnd to .plt.secH.J. Lu2017-05-111-83/+84
* x86: Generate PLT relocations for -z nowH.J. Lu2017-05-111-15/+1
* x86-64: Use .plt.bnd for IFUNC function addressH.J. Lu2017-05-101-2/+12
* Add missing initializer to silence GCC 4.2H.J. Lu2017-05-081-1/+1
* x86-64: Improve PLT generation and synthetic PLT symbolsH.J. Lu2017-05-081-521/+886
* x86: Check plt_got before using .plt.gotH.J. Lu2017-04-281-1/+3
* x86-64: Use "=" instead of "+=" to update 0H.J. Lu2017-04-271-1/+1
* x86: Create dynamic sections in create_dynamic_sectionsH.J. Lu2017-04-271-120/+99
* Remove has_bnd_reloc from elf_x86_64_link_hash_entryH.J. Lu2017-04-271-10/+3
* x86: Add DT_PLTRELSZ/DT_PLTREL/DT_JMPREL for PLT relocationH.J. Lu2017-04-261-11/+11
* x86-64: Force symbol dynamic if it isn't undefined weakH.J. Lu2017-04-241-21/+45
* x86-64: Handle undefined IFUNC symbol with -z nowH.J. Lu2017-04-191-1/+1
* Wrap long linesAlan Modra2017-04-131-3/+6
* Rewrite bfd error handlerAlan Modra2017-04-131-9/+7
* Remove the extra `\n' in warning/error messagesH.J. Lu2017-04-111-2/+2
* ELF: Check ELF_COMMON_DEF_P for common symbolsH.J. Lu2017-04-071-1/+2
* ld: Support ELF GNU program propertiesH.J. Lu2017-04-031-1/+77
* Don't make dynamic .data.rel.ro SEC_READONLYAlan Modra2017-02-281-1/+1
* x86-64: Also generate unwind info for .plt.bndH.J. Lu2017-01-121-30/+76
* x86-64: Correct unwind info for the BND PLTH.J. Lu2017-01-111-6/+47
* i386/x32: Align .eh_frame section to 4 bytesH.J. Lu2017-01-101-2/+3
* i386/x86-64: Add unwind info for .plt.got sectionH.J. Lu2017-01-101-8/+120
* Update year range in copyright notice of all files.Alan Modra2017-01-021-1/+1
* link_hash_copy_indirect and symbol flagsAlan Modra2016-12-291-9/+5
* dynrelro section for read-only dynamic symbols copied into executableAlan Modra2016-12-261-7/+23
* Put .dynbss and .rel.bss shortcuts in main elf hash tableAlan Modra2016-12-261-30/+5
* elf_backend_dtrel_excludes_pltAlan Modra2016-11-231-15/+1
* Also check GOT PLT for R_X86_64_PLTOFF64H.J. Lu2016-11-141-2/+9
* Add c-format tags to translatable strings with more than one argument-using f...Nick Clifton2016-10-191-0/+20
* Always descend into output section statements in lang_do_assignmentsAlan Modra2016-10-111-1/+4
* -Wimplicit-fallthrough warning fixesAlan Modra2016-10-061-0/+2
* Remove syntactic sugarAlan Modra2016-09-301-20/+20
* Resolve size relocation with copy relocationH.J. Lu2016-09-061-1/+3
* Align x86-64 .got/.got.plt sections to 8 bytesH.J. Lu2016-07-121-0/+11
* Don't generate PLT for IFUNC GOT/pointer referenceH.J. Lu2016-06-181-84/+173
* Don't check undefined symbol for IFUNC relocH.J. Lu2016-06-161-7/+4
* Skip relocations in non-loaded, non-alloced sectionsH.J. Lu2016-06-161-15/+22
* Check SEC_ALLOC before allocating dynamic relocationH.J. Lu2016-06-151-14/+13
* Check R_*_IRELATIVE in x86 reloc_type_classH.J. Lu2016-06-141-3/+2