aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf64-x86-64.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-30Remove elf_x86_64_next_tls_desc_index/elf_x86_64_srelplt2H.J. Lu1-6/+0
2017-08-29x86: Re-indent elf32-i386.c/elf64-x86-64.cH.J. Lu1-2/+2
2017-08-29Add elfxx-x86.h and elfxx-x86.cH.J. Lu1-903/+240
2017-08-29x86: Simplify bad return in get_synthetic_symtabH.J. Lu1-11/+7
2017-08-29x86: Check valid PLT sections before checking dynamic relocationsH.J. Lu1-11/+14
2017-08-28x86: Check for valid PLT section sizeH.J. Lu1-3/+11
2017-08-27x86: Initialize def_protectedH.J. Lu1-0/+1
2017-08-26Disallow copy relocation against protected data symbolH.J. Lu1-63/+76
2017-08-25x86: Remove redundant "symbol" in commentsH.J. Lu1-1/+1
2017-08-24x86-64: Check relocations with -z nocopyrelocH.J. Lu1-12/+27
2017-08-24Revert commit aab921adcb656e4eefcc7d0f14241f3d7504400eH.J. Lu1-3/+2
2017-08-23x86-64: Properly report output type when PIC is neededH.J. Lu1-6/+16
2017-08-23x86: Increment PLT count only for function symbolsH.J. Lu1-2/+3
2017-08-23x86: Clear extern_protected_data for GNU_PROPERTY_NO_COPY_ON_PROTECTEDH.J. Lu1-47/+67
2017-08-11x86: Allocate space for symbol names with symbol tableH.J. Lu1-42/+33
2017-08-07Do not choose a non-ELF format input file to hold the linker created GOT sect...Nick Clifton1-2/+3
2017-08-06x86: Lookup __tls_get_addr or ___tls_get_addr onceH.J. Lu1-29/+27
2017-07-24Improve "unrecognized relocation" error messages to add the suggestion that t...Nick Clifton1-8/+1
2017-07-18Fix spelling typos.Yuri Chornovian1-2/+2
2017-07-17x86-64: Limit PIC check to shared library buildH.J. Lu1-3/+1
2017-07-17Re-indent elf_x86_64_relocate_sectionH.J. Lu1-2/+2
2017-07-12bfd_error_handler bfd_vma and bfd_size_type argsAlan Modra1-25/+15
2017-06-22x86-64: Move the error_alignment label forwardH.J. Lu1-7/+8
2017-06-22x86: Resolve local undefined weak symbol to 0H.J. Lu1-5/+7
2017-06-22x86: Support Intel Shadow Stack with SHSTK propertyH.J. Lu1-4/+14
2017-06-22x86: Support Intel IBT with IBT property and IBT-enable PLTH.J. Lu1-39/+415
2017-06-13Always define referenced __start_SECNAME/__stop_SECNAMEH.J. Lu1-12/+16
2017-06-12ELF: Pass bfd_link_info to merge_gnu_propertiesH.J. Lu1-1/+2
2017-06-08x86: Dump local IFUNC functions in the map fileH.J. Lu1-0/+15
2017-05-22x86-64: Use dynobj instead of htab->elf.dynobjH.J. Lu1-2/+1
2017-05-16Rename non_ir_ref to non_ir_ref_regularAlan Modra1-1/+1
2017-05-12x86: Merge X86_ISA_1_USED/X86_ISA_1_NEEDED propertiesH.J. Lu1-1/+2
2017-05-11x86-64: Rename .plt.bnd to .plt.secH.J. Lu1-83/+84
2017-05-11x86: Generate PLT relocations for -z nowH.J. Lu1-15/+1
2017-05-10x86-64: Use .plt.bnd for IFUNC function addressH.J. Lu1-2/+12
2017-05-08Add missing initializer to silence GCC 4.2H.J. Lu1-1/+1
2017-05-08x86-64: Improve PLT generation and synthetic PLT symbolsH.J. Lu1-521/+886
2017-04-28x86: Check plt_got before using .plt.gotH.J. Lu1-1/+3
2017-04-27x86-64: Use "=" instead of "+=" to update 0H.J. Lu1-1/+1
2017-04-27x86: Create dynamic sections in create_dynamic_sectionsH.J. Lu1-120/+99
2017-04-27Remove has_bnd_reloc from elf_x86_64_link_hash_entryH.J. Lu1-10/+3
2017-04-26x86: Add DT_PLTRELSZ/DT_PLTREL/DT_JMPREL for PLT relocationH.J. Lu1-11/+11
2017-04-24x86-64: Force symbol dynamic if it isn't undefined weakH.J. Lu1-21/+45
2017-04-19x86-64: Handle undefined IFUNC symbol with -z nowH.J. Lu1-1/+1
2017-04-13Wrap long linesAlan Modra1-3/+6
2017-04-13Rewrite bfd error handlerAlan Modra1-9/+7
2017-04-11Remove the extra `\n' in warning/error messagesH.J. Lu1-2/+2
2017-04-07ELF: Check ELF_COMMON_DEF_P for common symbolsH.J. Lu1-1/+2
2017-04-03ld: Support ELF GNU program propertiesH.J. Lu1-1/+77
2017-02-28Don't make dynamic .data.rel.ro SEC_READONLYAlan Modra1-1/+1