summaryrefslogtreecommitdiff
path: root/bfd/elf64-x86-64.c
Commit message (Expand)AuthorAgeFilesLines
* ld: Allow R_X86_64_GOTPCREL for call *__tls_get_addr@GOTPCREL(%rip)Fangrui Song2023-03-101-1/+1
* Fix missing "Core was generated by" when loading a x32 corefile.Felix Willgerodt2023-02-271-2/+14
* Test SEC_HAS_CONTENTS before reading section contentsAlan Modra2023-02-231-1/+3
* bfd: use "stack trace" instead of "unwind" for SFrameIndu Bhagat2023-02-021-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2023-01-011-1/+1
* libsframe asan: avoid generating misaligned loadsIndu Bhagat2022-12-151-12/+12
* ld, gold: remove support for -z bndplt (MPX prefix)Martin Liska2022-12-141-18/+4
* x86-64: Remove BND from 64-bit IBT PLTH.J. Lu2022-12-081-11/+33
* bfd: linker: merge .sframe sectionsIndu Bhagat2022-11-151-1/+96
* x86-64: Use only one default max-page-sizeMichael Matz2022-10-251-5/+1
* x86: Ignore protected visibility in shared libraries on SolarisH.J. Lu2022-08-251-1/+2
* x86: Disallow invalid relocations against protected symbolsH.J. Lu2022-07-191-7/+3
* x86: Make protected symbols local for -sharedFangrui Song2022-07-191-1/+0
* x86: Properly check invalid relocation against protected symbolH.J. Lu2022-07-181-0/+2
* HOWTO size encodingAlan Modra2022-06-081-46/+46
* x86: Properly handle IFUNC function pointer referenceH.J. Lu2022-05-311-1/+7
* x86: Properly handle function pointer referenceH.J. Lu2022-04-281-19/+21
* x86: Remove bfd_arch_l1om and bfd_arch_k1omH.J. Lu2022-03-311-93/+1
* x86: Disallow invalid relocation against protected symbolH.J. Lu2022-02-111-0/+17
* x86: Add DT_RELR supportH.J. Lu2022-01-121-28/+55
* ld: Extract _bfd_elf_link_iterate_on_relocsH.J. Lu2022-01-071-29/+26
* x86: Add elf_x86_allocate_local_got_infoH.J. Lu2022-01-051-17/+4
* Update year range in copyright notice of binutils filesAlan Modra2022-01-021-1/+1
* Remove unnecessary ELF_MINPAGESIZE definesAlan Modra2022-01-011-13/+0
* x86: Define check_relocs_failed in elfxx-x86.hH.J. Lu2021-12-311-4/+0
* Define X86_PCREL_TYPE_P/X86_SIZE_TYPE_P in elfxx-x86.hH.J. Lu2021-12-311-17/+8
* x86: Skip __[start|stop]_SECNAME for --gc-sections -z start-stop-gcH.J. Lu2021-12-021-0/+5
* elf/x86: Issue an error on discarded output .plt sectionH.J. Lu2021-11-181-0/+8
* elf: Add GNU_PROPERTY_1_NEEDED checkH.J. Lu2021-07-081-1/+5
* x86-64: Disallow PC reloc against weak undefined symbols in PIEH.J. Lu2021-07-081-2/+5
* ld: Limit cache size and add --max-cache-size=SIZEH.J. Lu2021-07-081-1/+2
* x86: Restore PC16 relocation overflow checkH.J. Lu2021-05-281-13/+1
* x86: Propery check PC16 reloc overflow in 16-bit mode instructionsH.J. Lu2021-05-261-0/+12
* x86-64/ELF: clear src_mask for all reloc typesJan Beulich2021-05-071-67/+65
* x86: don't request useless overflow checkingJan Beulich2021-05-031-13/+13
* x86: correct overflow checking for 16-bit PC-relative relocsJan Beulich2021-04-261-1/+1
* x86: TLS desc call relocs target zero-size fieldsJan Beulich2021-04-231-1/+1
* Use bool in bfdAlan Modra2021-03-311-316/+316
* hash table iterator callback functions int vs. bfd_booleanAlan Modra2021-03-291-1/+1
* elf_backend_relocate_section int vs. bfd_booleanAlan Modra2021-03-291-1/+1
* x86-64: Provide more info when failed to convert GOTPCRELH.J. Lu2021-02-041-3/+10
* ld/x86: Add -z report-relative-relocH.J. Lu2021-01-151-0/+33
* Update year range in copyright notice of binutils filesAlan Modra2021-01-011-1/+1
* x86-64: Convert load to mov only for GOTPCRELX relocationsH.J. Lu2020-12-041-1/+1
* PR26330, Malloc size error in objdumpAlan Modra2020-08-031-8/+1
* elf: Add sym_cache to elf_link_hash_tableH.J. Lu2020-07-301-4/+4
* 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