summaryrefslogtreecommitdiff
path: root/bfd/elfxx-x86.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-02-11x86: Disallow invalid relocation against protected symbolH.J. Lu
2022-02-07i386: Allow GOT32 relocations against ABS symbolsH.J. Lu
2022-02-05x86: Skip undefined symbol when finishing DT_RELRH.J. Lu
2022-01-13Move DT_RELR tag setting to elflink.cAlan Modra
2022-01-12x86: Add DT_RELR supportH.J. Lu
2022-01-07ld: Extract _bfd_elf_link_iterate_on_relocsH.J. Lu
2022-01-04ld/x86: Update -z report-relative-relocH.J. Lu
2022-01-02Update year range in copyright notice of binutils filesAlan Modra
2021-12-31Define X86_PCREL_TYPE_P/X86_SIZE_TYPE_P in elfxx-x86.hH.J. Lu
2021-07-08elf: Add GNU_PROPERTY_1_NEEDED checkH.J. Lu
2021-06-19x86: Count PLT for GOTOFF relocation against IFUNC symbolH.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-03-31Use bool in bfdAlan Modra
2021-03-29hash table iterator callback functions int vs. bfd_booleanAlan Modra
2021-03-22Add startswith function and use it instead of CONST_STRNEQ.Martin Liska
2021-01-16ld/elf/x86: Don't compare IFUNC address in the shared objectH.J. Lu
2021-01-15ld/x86: Add -z report-relative-relocH.J. Lu
2021-01-09ld/x86-64: Properly Handle -z lam-u48/lam-u57H.J. Lu
2021-01-08ld/x86-64: Also set LAM_U57 when setting LAM_U48H.J. Lu
2021-01-01Update year range in copyright notice of binutils filesAlan Modra
2020-12-23x86-64: Add Intel LAM property supportH.J. Lu
2020-12-01PR26979, Visibility of undefined foo@v1 should constrain foo@@v1Alan Modra
2020-10-30x86: Support GNU_PROPERTY_X86_ISA_1_BASELINE markerH.J. Lu
2020-10-09x86: Support GNU_PROPERTY_X86_ISA_1_V[234] markerH.J. Lu
2020-10-06x86: Properly merge -z ibt and -z shstkH.J. Lu
2020-06-30Remove x86 NaCl target supportH.J. Lu
2020-06-23ELF: Add _bfd_elf_add_dynamic_tagsH.J. Lu
2020-06-09IFUNC: Update IFUNC resolver check with DT_TEXTRELH.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-04x86: Remove target_id from elf_x86_link_hash_tableH.J. Lu
2020-06-03ELF: Consolidate maybe_set_textrelH.J. Lu
2020-06-03ELF: Copy dyn_relocs in _bfd_elf_link_hash_copy_indirectH.J. Lu
2020-06-03ELF: Consolidate readonly_dynrelocsH.J. Lu
2020-06-01ELF: Move dyn_relocs to struct elf_link_hash_entryH.J. Lu
2020-05-27ld: Add --warn-textrel and obsolete --warn-shared-textrelH.J. Lu
2020-05-21Replace "if (x) free (x)" with "free (x)", bfdAlan Modra
2020-04-01x86: Only allow S + A relocations against absolute symbolH.J. Lu
2020-03-13x86: Check static link of dynamic objectsH.J. Lu
2020-02-26Indent labelsAlan Modra
2020-02-19bfd_size_type to size_tAlan Modra
2020-01-01Update year range in copyright notice of binutils filesAlan Modra
2019-09-19bfd_section_* macrosAlan Modra
2019-08-23PR24933, Memory leak in elf_x86_64_get_synthetic_symtabAlan Modra
2019-04-17x86: Suggest -fPIE when not building shared objectH.J. Lu
2019-04-11x86: Add -z cet-report=[none|warning|error]H.J. Lu
2019-04-06x86: Move x86-specific linker options to elf_linker_x86_paramsH.J. Lu