summaryrefslogtreecommitdiff
path: root/bfd/elf64-x86-64.c
Commit message (Expand)AuthorAgeFilesLines
* x86-64: Move PIC check for PC-relative relocations backH.J. Lu2019-08-161-79/+70
* ELF final_write_processingAlan Modra2019-07-231-4/+0
* x86: Suggest -fPIE when not building shared objectH.J. Lu2019-04-171-6/+15
* Check corrupt VTENTRY entry in bfd_elf_gc_record_vtentryH.J. Lu2019-04-111-3/+1
* x86: Move x86-specific linker options to elf_linker_x86_paramsH.J. Lu2019-04-061-5/+11
* x86-64: Check for corrupt input with bad relocationH.J. Lu2019-03-151-38/+132
* Re-indent elf_x86_64_relocate_sectionH.J. Lu2019-03-151-2/+2
* x86-64: Skip protected check on symbol defined by linkerH.J. Lu2019-02-271-0/+2
* x86-64: Restore PIC check for PCREL reloc against protected symbolH.J. Lu2019-02-051-54/+79
* Update year range in copyright notice of binutils filesAlan Modra2019-01-011-1/+1
* x86: Call rtype_to_howto to get reloc_howto_type pointerH.J. Lu2018-12-201-7/+2
* PR23980, assertion failAlan Modra2018-12-181-1/+5
* _bfd_clear_contents bounds checkingAlan Modra2018-10-131-1/+1
* x86-64: Clear the R_X86_64_converted_reloc_bit bitH.J. Lu2018-07-021-2/+6
* x86-64: Add TLSDESC fields to elf_x86_lazy_plt_layoutH.J. Lu2018-05-281-13/+45
* x86; Allow IFUNC pointer defined in PDEH.J. Lu2018-05-141-0/+2
* -Wstringop-truncation warningsAlan Modra2018-05-041-0/+7
* elf32_bed/elf64_bedH.J. Lu2018-04-171-0/+6
* x86-64: Don't mask out R_X86_64_converted_reloc_bitH.J. Lu2018-04-061-3/+0
* x86-64: Add ENDBR64 to the TLSDESC PLT entryH.J. Lu2018-03-251-13/+19
* x86: Treat relocation against IFUNC symbol as FUNCH.J. Lu2018-03-081-0/+5
* ld: Add --enable-separate-codeH.J. Lu2018-02-271-2/+10
* Have info_to_howto functions return a success/fail status. Check this result...Nick Clifton2018-02-271-4/+10
* unrecognized/unsupported reloc messageAlan Modra2018-02-261-2/+2
* %L conversionsAlan Modra2018-02-191-12/+14
* Use %pA and %pB in messages rather than %A and %BAlan Modra2018-02-191-21/+21
* x86-64: Use PLT address for PC-relative relocH.J. Lu2018-02-141-2/+22
* x86-64: Generate branch with PLT32 relocationH.J. Lu2018-02-131-32/+13
* x86: Add is_solaris to elf_x86_target_osH.J. Lu2018-02-091-8/+10
* x86: Set need_global_offset_table with info->output_bfd->xvecH.J. Lu2018-02-081-7/+3
* x86: Keep the unused _GLOBAL_OFFSET_TABLE_ for SolarisH.J. Lu2018-02-081-0/+9
* x86: Remove the unused _GLOBAL_OFFSET_TABLE_H.J. Lu2018-02-051-0/+4
* Update year range in copyright notice of binutils filesAlan Modra2018-01-031-1/+1
* BFD whitespace fixesAlan Modra2017-12-061-180/+180
* ELF: Don't set non_ir_ref_regular in check_relocsH.J. Lu2017-11-281-1/+0
* x86: Remove func_pointer_refcountH.J. Lu2017-11-031-17/+22
* x86: Add elf_x86_backend_dataH.J. Lu2017-10-141-26/+9
* x86: Add _bfd_x86_elf_finish_dynamic_sectionsH.J. Lu2017-10-141-253/+71
* x86: Add _bfd_x86_elf_hide_symbolH.J. Lu2017-10-121-1/+3
* x86: Set GOT refcount to 1H.J. Lu2017-10-101-3/+3
* x86: Use zero_undefweak in elf_x86_link_hash_entryH.J. Lu2017-10-061-4/+4
* x86: Add VERIFY_COPY_RELOCH.J. Lu2017-10-061-7/+1
* x86: Add VERIFY_PLT_ENTRYH.J. Lu2017-10-061-11/+1
* x86: Add COPY_INPUT_RELOC_PH.J. Lu2017-10-061-8/+1
* x86: Add GENERATE_DYNAMIC_RELOCATION_PH.J. Lu2017-10-061-34/+16
* x86: Add POINTER_LOCAL_IFUNC_P/PLT_LOCAL_IFUNC_PH.J. Lu2017-10-061-8/+2
* x86: Add GENERATE_RELATIVE_RELOC_PH.J. Lu2017-10-061-4/+1
* Add RESOLVED_LOCALLY_PH.J. Lu2017-10-061-16/+5
* x86: Add NEED_DYNAMIC_RELOCATION_PH.J. Lu2017-10-061-45/+7
* x86: Add TLS_TRANSITION_IE_TO_LE_PH.J. Lu2017-10-061-4/+1