summaryrefslogtreecommitdiff
path: root/bfd/elf64-x86-64.c
AgeCommit message (Expand)Author
2022-07-19x86: Disallow invalid relocations against protected symbolsH.J. Lu
2022-07-19x86: Make protected symbols local for -sharedFangrui Song
2022-07-18x86: Properly check invalid relocation against protected symbolH.J. Lu
2022-06-08HOWTO size encodingAlan Modra
2022-05-31x86: Properly handle IFUNC function pointer referenceH.J. Lu
2022-04-28x86: Properly handle function pointer referenceH.J. Lu
2022-03-31x86: Remove bfd_arch_l1om and bfd_arch_k1omH.J. Lu
2022-02-11x86: Disallow invalid relocation against protected symbolH.J. Lu
2022-01-12x86: Add DT_RELR supportH.J. Lu
2022-01-07ld: Extract _bfd_elf_link_iterate_on_relocsH.J. Lu
2022-01-05x86: Add elf_x86_allocate_local_got_infoH.J. Lu
2022-01-02Update year range in copyright notice of binutils filesAlan Modra
2022-01-01Remove unnecessary ELF_MINPAGESIZE definesAlan Modra
2021-12-31x86: Define check_relocs_failed in elfxx-x86.hH.J. Lu
2021-12-31Define X86_PCREL_TYPE_P/X86_SIZE_TYPE_P in elfxx-x86.hH.J. Lu
2021-12-02x86: Skip __[start|stop]_SECNAME for --gc-sections -z start-stop-gcH.J. Lu
2021-11-18elf/x86: Issue an error on discarded output .plt sectionH.J. Lu
2021-07-08elf: Add GNU_PROPERTY_1_NEEDED checkH.J. Lu
2021-07-08x86-64: Disallow PC reloc against weak undefined symbols in PIEH.J. Lu
2021-07-08ld: Limit cache size and add --max-cache-size=SIZEH.J. Lu
2021-05-28x86: Restore PC16 relocation overflow checkH.J. Lu
2021-05-26x86: Propery check PC16 reloc overflow in 16-bit mode instructionsH.J. Lu
2021-05-07x86-64/ELF: clear src_mask for all reloc typesJan Beulich
2021-05-03x86: don't request useless overflow checkingJan Beulich
2021-04-26x86: correct overflow checking for 16-bit PC-relative relocsJan Beulich
2021-04-23x86: TLS desc call relocs target zero-size fieldsJan Beulich
2021-03-31Use bool in bfdAlan Modra
2021-03-29hash table iterator callback functions int vs. bfd_booleanAlan Modra
2021-03-29elf_backend_relocate_section int vs. bfd_booleanAlan Modra
2021-02-04x86-64: Provide more info when failed to convert GOTPCRELH.J. Lu
2021-01-15ld/x86: Add -z report-relative-relocH.J. Lu
2021-01-01Update year range in copyright notice of binutils filesAlan Modra
2020-12-04x86-64: Convert load to mov only for GOTPCRELX relocationsH.J. Lu
2020-08-03PR26330, Malloc size error in objdumpAlan Modra
2020-07-30elf: Add sym_cache to elf_link_hash_tableH.J. Lu
2020-06-30Remove x86 NaCl target supportH.J. Lu
2020-06-08ELF: Move tlsdesc_plt/tlsdesc_got to elf_link_hash_tableH.J. Lu
2020-06-06ELF: Add target_os to elf_link_hash_table/elf_backend_dataH.J. Lu
2020-06-04ELF: Don't check relocations in non-loaded, non-alloced sectionsH.J. Lu
2020-06-01ELF: Move dyn_relocs to struct elf_link_hash_entryH.J. Lu
2020-04-01x86: Only allow S + A relocations against absolute symbolH.J. Lu
2020-02-26Indent labelsAlan Modra
2020-02-19bfd_size_type to size_tAlan Modra
2020-01-20x86-64: Fix TLSDESC relaxation for x32H.J. Lu
2020-01-01Update year range in copyright notice of binutils filesAlan Modra
2019-11-18elf_backend_modify_headersAlan Modra
2019-09-19bfd_section_* macrosAlan Modra
2019-08-16x86-64: Move PIC check for PC-relative relocations backH.J. Lu
2019-07-23ELF final_write_processingAlan Modra
2019-04-17x86: Suggest -fPIE when not building shared objectH.J. Lu