aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf64-x86-64.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-04x86-64: Provide more info when failed to convert GOTPCRELH.J. Lu1-3/+10
2021-01-15ld/x86: Add -z report-relative-relocH.J. Lu1-0/+33
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-12-04x86-64: Convert load to mov only for GOTPCRELX relocationsH.J. Lu1-1/+1
2020-08-03PR26330, Malloc size error in objdumpAlan Modra1-8/+1
2020-07-30elf: Add sym_cache to elf_link_hash_tableH.J. Lu1-4/+4
2020-06-30Remove x86 NaCl target supportH.J. Lu1-267/+38
2020-06-08ELF: Move tlsdesc_plt/tlsdesc_got to elf_link_hash_tableH.J. Lu1-8/+8
2020-06-06ELF: Add target_os to elf_link_hash_table/elf_backend_dataH.J. Lu1-25/+8
2020-06-04ELF: Don't check relocations in non-loaded, non-alloced sectionsH.J. Lu1-9/+0
2020-06-01ELF: Move dyn_relocs to struct elf_link_hash_entryH.J. Lu1-1/+1
2020-04-01x86: Only allow S + A relocations against absolute symbolH.J. Lu1-13/+68
2020-02-26Indent labelsAlan Modra1-14/+14
2020-02-19bfd_size_type to size_tAlan Modra1-1/+1
2020-01-20x86-64: Fix TLSDESC relaxation for x32H.J. Lu1-19/+81
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-11-18elf_backend_modify_headersAlan Modra1-3/+3
2019-09-19bfd_section_* macrosAlan Modra1-1/+1
2019-08-16x86-64: Move PIC check for PC-relative relocations backH.J. Lu1-79/+70
2019-07-23ELF final_write_processingAlan Modra1-4/+0
2019-04-17x86: Suggest -fPIE when not building shared objectH.J. Lu1-6/+15
2019-04-11Check corrupt VTENTRY entry in bfd_elf_gc_record_vtentryH.J. Lu1-3/+1
2019-04-06x86: Move x86-specific linker options to elf_linker_x86_paramsH.J. Lu1-5/+11
2019-03-15x86-64: Check for corrupt input with bad relocationH.J. Lu1-38/+132
2019-03-15Re-indent elf_x86_64_relocate_sectionH.J. Lu1-2/+2
2019-02-27x86-64: Skip protected check on symbol defined by linkerH.J. Lu1-0/+2
2019-02-05x86-64: Restore PIC check for PCREL reloc against protected symbolH.J. Lu1-54/+79
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-12-20x86: Call rtype_to_howto to get reloc_howto_type pointerH.J. Lu1-7/+2
2018-12-18PR23980, assertion failAlan Modra1-1/+5
2018-10-13_bfd_clear_contents bounds checkingAlan Modra1-1/+1
2018-07-02x86-64: Clear the R_X86_64_converted_reloc_bit bitH.J. Lu1-2/+6
2018-05-28x86-64: Add TLSDESC fields to elf_x86_lazy_plt_layoutH.J. Lu1-13/+45
2018-05-14x86; Allow IFUNC pointer defined in PDEH.J. Lu1-0/+2
2018-05-04-Wstringop-truncation warningsAlan Modra1-0/+7
2018-04-17elf32_bed/elf64_bedH.J. Lu1-0/+6
2018-04-06x86-64: Don't mask out R_X86_64_converted_reloc_bitH.J. Lu1-3/+0
2018-03-25x86-64: Add ENDBR64 to the TLSDESC PLT entryH.J. Lu1-13/+19
2018-03-08x86: Treat relocation against IFUNC symbol as FUNCH.J. Lu1-0/+5
2018-02-27ld: Add --enable-separate-codeH.J. Lu1-2/+10
2018-02-27Have info_to_howto functions return a success/fail status. Check this result...Nick Clifton1-4/+10
2018-02-26unrecognized/unsupported reloc messageAlan Modra1-2/+2
2018-02-19%L conversionsAlan Modra1-12/+14
2018-02-19Use %pA and %pB in messages rather than %A and %BAlan Modra1-21/+21
2018-02-14x86-64: Use PLT address for PC-relative relocH.J. Lu1-2/+22
2018-02-13x86-64: Generate branch with PLT32 relocationH.J. Lu1-32/+13
2018-02-09x86: Add is_solaris to elf_x86_target_osH.J. Lu1-8/+10
2018-02-08x86: Set need_global_offset_table with info->output_bfd->xvecH.J. Lu1-7/+3
2018-02-08x86: Keep the unused _GLOBAL_OFFSET_TABLE_ for SolarisH.J. Lu1-0/+9
2018-02-05x86: Remove the unused _GLOBAL_OFFSET_TABLE_H.J. Lu1-0/+4