aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf64-x86-64.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-03elf: Add _bfd_elf_m[un]map_section_contentsH.J. Lu1-5/+5
2024-04-02PR 30569, always call elf_backend_size_dynamic_sectionsAlan Modra1-4/+3
2024-02-15Re: elf_backend_finish_dynamic_symbol returning falseAlan Modra1-1/+2
2024-02-15elf_backend_finish_dynamic_symbol returning falseAlan Modra1-4/+1
2024-02-08x86-64: Add R_X86_64_CODE_6_GOTTPOFFH.J. Lu1-1/+112
2024-01-09elf: Add elf_backend_add_glibc_version_dependencyH.J. Lu1-0/+27
2024-01-09x86: Don't check R_386_NONE nor R_X86_64_NONEH.J. Lu1-0/+4
2024-01-04Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2023-12-28x86-64: Add R_X86_64_CODE_4_GOTTPOFF/R_X86_64_CODE_4_GOTPC32_TLSDESCH.J. Lu1-3/+122
2023-12-28x86-64: Add R_X86_64_CODE_4_GOTPCRELXH.J. Lu1-18/+55
2023-09-29x86-64: Add -z mark-plt and -z nomark-pltH.J. Lu1-1/+6
2023-08-02Revert "2.41 Release sources"Sam James1-0/+39
2023-08-022.41 Release sourcesbinutils-2_41-releaseNick Clifton1-39/+0
2023-07-09PR30592 objcopy: allow --set-section-flags to add or remove SHF_X86_64_LARGEFangrui Song1-0/+39
2023-06-19Fix illegal memory access implementing relocs in a fuzzed x86_64 object file.Nick Clifton1-0/+15
2023-03-10ld: Allow R_X86_64_GOTPCREL for call *__tls_get_addr@GOTPCREL(%rip)Fangrui Song1-1/+1
2023-02-27Fix missing "Core was generated by" when loading a x32 corefile.Felix Willgerodt1-2/+14
2023-02-23Test SEC_HAS_CONTENTS before reading section contentsAlan Modra1-1/+3
2023-02-02bfd: use "stack trace" instead of "unwind" for SFrameIndu Bhagat1-1/+1
2023-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2022-12-15libsframe asan: avoid generating misaligned loadsIndu Bhagat1-12/+12
2022-12-14ld, gold: remove support for -z bndplt (MPX prefix)Martin Liska1-18/+4
2022-12-08x86-64: Remove BND from 64-bit IBT PLTH.J. Lu1-11/+33
2022-11-15bfd: linker: merge .sframe sectionsIndu Bhagat1-1/+96
2022-10-25x86-64: Use only one default max-page-sizeMichael Matz1-5/+1
2022-08-25x86: Ignore protected visibility in shared libraries on SolarisH.J. Lu1-1/+2
2022-07-19x86: Disallow invalid relocations against protected symbolsH.J. Lu1-7/+3
2022-07-19x86: Make protected symbols local for -sharedFangrui Song1-1/+0
2022-07-18x86: Properly check invalid relocation against protected symbolH.J. Lu1-0/+2
2022-06-08HOWTO size encodingAlan Modra1-46/+46
2022-05-31x86: Properly handle IFUNC function pointer referenceH.J. Lu1-1/+7
2022-04-28x86: Properly handle function pointer referenceH.J. Lu1-19/+21
2022-03-31x86: Remove bfd_arch_l1om and bfd_arch_k1omH.J. Lu1-93/+1
2022-02-11x86: Disallow invalid relocation against protected symbolH.J. Lu1-0/+17
2022-01-12x86: Add DT_RELR supportH.J. Lu1-28/+55
2022-01-07ld: Extract _bfd_elf_link_iterate_on_relocsH.J. Lu1-29/+26
2022-01-05x86: Add elf_x86_allocate_local_got_infoH.J. Lu1-17/+4
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2022-01-01Remove unnecessary ELF_MINPAGESIZE definesAlan Modra1-13/+0
2021-12-31x86: Define check_relocs_failed in elfxx-x86.hH.J. Lu1-4/+0
2021-12-31Define X86_PCREL_TYPE_P/X86_SIZE_TYPE_P in elfxx-x86.hH.J. Lu1-17/+8
2021-12-02x86: Skip __[start|stop]_SECNAME for --gc-sections -z start-stop-gcH.J. Lu1-0/+5
2021-11-18elf/x86: Issue an error on discarded output .plt sectionH.J. Lu1-0/+8
2021-07-08elf: Add GNU_PROPERTY_1_NEEDED checkH.J. Lu1-1/+5
2021-07-08x86-64: Disallow PC reloc against weak undefined symbols in PIEH.J. Lu1-2/+5
2021-07-08ld: Limit cache size and add --max-cache-size=SIZEH.J. Lu1-1/+2
2021-05-28x86: Restore PC16 relocation overflow checkH.J. Lu1-13/+1
2021-05-26x86: Propery check PC16 reloc overflow in 16-bit mode instructionsH.J. Lu1-0/+12
2021-05-07x86-64/ELF: clear src_mask for all reloc typesJan Beulich1-67/+65
2021-05-03x86: don't request useless overflow checkingJan Beulich1-13/+13