summaryrefslogtreecommitdiff
path: root/bfd/elf64-x86-64.c
Commit message (Expand)AuthorAgeFilesLines
* Disallow copy relocation against protected data symbolusers/hjl/pr21997H.J. Lu2017-08-251-63/+76
* x86: Remove redundant "symbol" in commentsH.J. Lu2017-08-251-1/+1
* x86-64: Check relocations with -z nocopyrelocH.J. Lu2017-08-241-12/+27
* Revert commit aab921adcb656e4eefcc7d0f14241f3d7504400eH.J. Lu2017-08-241-3/+2
* x86-64: Properly report output type when PIC is neededH.J. Lu2017-08-231-6/+16
* x86: Increment PLT count only for function symbolsH.J. Lu2017-08-231-2/+3
* x86: Clear extern_protected_data for GNU_PROPERTY_NO_COPY_ON_PROTECTEDH.J. Lu2017-08-231-47/+67
* x86: Allocate space for symbol names with symbol tableH.J. Lu2017-08-111-42/+33
* Do not choose a non-ELF format input file to hold the linker created GOT sect...Nick Clifton2017-08-071-2/+3
* x86: Lookup __tls_get_addr or ___tls_get_addr onceH.J. Lu2017-08-061-29/+27
* Improve "unrecognized relocation" error messages to add the suggestion that t...Nick Clifton2017-07-241-8/+1
* Fix spelling typos.Yuri Chornovian2017-07-181-2/+2
* x86-64: Limit PIC check to shared library buildH.J. Lu2017-07-171-3/+1
* Re-indent elf_x86_64_relocate_sectionH.J. Lu2017-07-171-2/+2
* 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