aboutsummaryrefslogtreecommitdiff
path: root/bfd/elfxx-x86.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-14ld, gold: remove support for -z bndplt (MPX prefix)Martin Liska1-15/+1
2022-12-09libsframe: rename API sframe_fde_func_info to sframe_fde_create_func_infoIndu Bhagat1-3/+3
2022-11-22x86: Don't define _TLS_MODULE_BASE_ for ld -rH.J. Lu1-1/+1
2022-11-15bfd: linker: merge .sframe sectionsIndu Bhagat1-4/+371
2022-07-19x86: Disallow invalid relocations against protected symbolsH.J. Lu1-2/+19
2022-07-19x86: Make protected symbols local for -sharedFangrui Song1-1/+1
2022-02-11x86: Disallow invalid relocation against protected symbolH.J. Lu1-0/+18
2022-02-07i386: Allow GOT32 relocations against ABS symbolsH.J. Lu1-4/+6
2022-02-05x86: Skip undefined symbol when finishing DT_RELRH.J. Lu1-2/+4
2022-01-13Move DT_RELR tag setting to elflink.cAlan Modra1-25/+0
2022-01-12x86: Add DT_RELR supportH.J. Lu1-0/+954
2022-01-07ld: Extract _bfd_elf_link_iterate_on_relocsH.J. Lu1-0/+85
2022-01-04ld/x86: Update -z report-relative-relocH.J. Lu1-17/+7
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2021-12-31Define X86_PCREL_TYPE_P/X86_SIZE_TYPE_P in elfxx-x86.hH.J. Lu1-2/+0
2021-07-08elf: Add GNU_PROPERTY_1_NEEDED checkH.J. Lu1-0/+19
2021-06-19x86: Count PLT for GOTOFF relocation against IFUNC symbolH.J. Lu1-2/+10
2021-05-28x86: Restore PC16 relocation overflow checkH.J. Lu1-8/+1
2021-05-26x86: Propery check PC16 reloc overflow in 16-bit mode instructionsH.J. Lu1-1/+8
2021-03-31Use bool in bfdAlan Modra1-89/+89
2021-03-29hash table iterator callback functions int vs. bfd_booleanAlan Modra1-1/+1
2021-03-22Add startswith function and use it instead of CONST_STRNEQ.Martin Liska1-2/+2
2021-01-16ld/elf/x86: Don't compare IFUNC address in the shared objectH.J. Lu1-2/+1
2021-01-15ld/x86: Add -z report-relative-relocH.J. Lu1-0/+47
2021-01-09ld/x86-64: Properly Handle -z lam-u48/lam-u57H.J. Lu1-2/+14
2021-01-08ld/x86-64: Also set LAM_U57 when setting LAM_U48H.J. Lu1-2/+4
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-12-23x86-64: Add Intel LAM property supportH.J. Lu1-19/+78
2020-12-01PR26979, Visibility of undefined foo@v1 should constrain foo@@v1Alan Modra1-3/+2
2020-10-30x86: Support GNU_PROPERTY_X86_ISA_1_BASELINE markerH.J. Lu1-0/+3
2020-10-09x86: Support GNU_PROPERTY_X86_ISA_1_V[234] markerH.J. Lu1-6/+58
2020-10-06x86: Properly merge -z ibt and -z shstkH.J. Lu1-12/+19
2020-06-30Remove x86 NaCl target supportH.J. Lu1-7/+3
2020-06-23ELF: Add _bfd_elf_add_dynamic_tagsH.J. Lu1-76/+2
2020-06-09IFUNC: Update IFUNC resolver check with DT_TEXTRELH.J. Lu1-10/+5
2020-06-08ELF: Move tlsdesc_plt/tlsdesc_got to elf_link_hash_tableH.J. Lu1-9/+9
2020-06-06ELF: Add target_os to elf_link_hash_table/elf_backend_dataH.J. Lu1-10/+10
2020-06-04x86: Remove target_id from elf_x86_link_hash_tableH.J. Lu1-1/+0
2020-06-03ELF: Consolidate maybe_set_textrelH.J. Lu1-39/+2
2020-06-03ELF: Copy dyn_relocs in _bfd_elf_link_hash_copy_indirectH.J. Lu1-31/+0
2020-06-03ELF: Consolidate readonly_dynrelocsH.J. Lu1-19/+2
2020-06-01ELF: Move dyn_relocs to struct elf_link_hash_entryH.J. Lu1-20/+20
2020-05-27ld: Add --warn-textrel and obsolete --warn-shared-textrelH.J. Lu1-4/+2
2020-05-21Replace "if (x) free (x)" with "free (x)", bfdAlan Modra1-2/+1
2020-04-01x86: Only allow S + A relocations against absolute symbolH.J. Lu1-3/+100
2020-03-13x86: Check static link of dynamic objectsH.J. Lu1-0/+17
2020-02-26Indent labelsAlan Modra1-2/+2
2020-02-19bfd_size_type to size_tAlan Modra1-1/+1
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-09-19bfd_section_* macrosAlan Modra1-18/+13