summaryrefslogtreecommitdiff
path: root/bfd/elf64-x86-64.c
Commit message (Expand)AuthorAgeFilesLines
* Remove x86 NaCl target supportH.J. Lu2020-06-301-267/+38
* ELF: Move tlsdesc_plt/tlsdesc_got to elf_link_hash_tableH.J. Lu2020-06-081-8/+8
* ELF: Add target_os to elf_link_hash_table/elf_backend_dataH.J. Lu2020-06-061-25/+8
* ELF: Don't check relocations in non-loaded, non-alloced sectionsH.J. Lu2020-06-041-9/+0
* ELF: Move dyn_relocs to struct elf_link_hash_entryH.J. Lu2020-06-011-1/+1
* x86: Only allow S + A relocations against absolute symbolH.J. Lu2020-04-011-13/+68
* Indent labelsAlan Modra2020-02-261-14/+14
* bfd_size_type to size_tAlan Modra2020-02-191-1/+1
* x86-64: Fix TLSDESC relaxation for x32H.J. Lu2020-01-201-19/+81
* Update year range in copyright notice of binutils filesAlan Modra2020-01-011-1/+1
* elf_backend_modify_headersAlan Modra2019-11-181-3/+3
* bfd_section_* macrosAlan Modra2019-09-191-1/+1
* 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