aboutsummaryrefslogtreecommitdiff
path: root/bfd/elfxx-x86.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-14x86: Add -z isa-level-report=[none|all|needed|used]H.J. Lu1-11/+108
2024-05-17bfd: sframe: minor code adjustments and fix typosIndu Bhagat1-7/+5
2024-04-10elf: Fix a memory leak in _bfd_elf_add_dynamic_entryH.J. Lu1-1/+1
2024-04-03elf: Add _bfd_elf_m[un]map_section_contentsH.J. Lu1-4/+4
2024-04-02PR 30569, always call elf_backend_size_dynamic_sectionsAlan Modra1-4/+4
2024-01-04Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2023-09-29x86-64: Add -z mark-plt and -z nomark-pltH.J. Lu1-1/+46
2023-08-23x86: Fix DT_JMPREL/DT_PLTRELSZ when relocs share a sectionPeter Edwards1-2/+3
2023-06-29sframe: bfd: gas: ld: format bump to SFrame version 2Indu Bhagat1-11/+13
2023-06-27libsframe: bfd: use uint32_t for return type of sframe_calc_fre_typeIndu Bhagat1-1/+1
2023-06-21x86: Free the symbol buffer and the relocation buffer after useH.J. Lu1-14/+28
2023-02-02bfd: use "stack trace" instead of "unwind" for SFrameIndu Bhagat1-4/+4
2023-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2022-12-27x86-64: Allocate input section memory if neededH.J. Lu1-2/+23
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