summaryrefslogtreecommitdiff
path: root/bfd/elfxx-x86.c
Commit message (Expand)AuthorAgeFilesLines
* bfd: use "stack trace" instead of "unwind" for SFrameIndu Bhagat2023-02-021-4/+4
* Update year range in copyright notice of binutils filesAlan Modra2023-01-011-1/+1
* x86-64: Allocate input section memory if neededH.J. Lu2022-12-271-2/+23
* ld, gold: remove support for -z bndplt (MPX prefix)Martin Liska2022-12-141-15/+1
* libsframe: rename API sframe_fde_func_info to sframe_fde_create_func_infoIndu Bhagat2022-12-091-3/+3
* x86: Don't define _TLS_MODULE_BASE_ for ld -rH.J. Lu2022-11-221-1/+1
* bfd: linker: merge .sframe sectionsIndu Bhagat2022-11-151-4/+371
* x86: Disallow invalid relocations against protected symbolsH.J. Lu2022-07-191-2/+19
* x86: Make protected symbols local for -sharedFangrui Song2022-07-191-1/+1
* x86: Disallow invalid relocation against protected symbolH.J. Lu2022-02-111-0/+18
* i386: Allow GOT32 relocations against ABS symbolsH.J. Lu2022-02-071-4/+6
* x86: Skip undefined symbol when finishing DT_RELRH.J. Lu2022-02-051-2/+4
* Move DT_RELR tag setting to elflink.cAlan Modra2022-01-131-25/+0
* x86: Add DT_RELR supportH.J. Lu2022-01-121-0/+954
* ld: Extract _bfd_elf_link_iterate_on_relocsH.J. Lu2022-01-071-0/+85
* ld/x86: Update -z report-relative-relocH.J. Lu2022-01-041-17/+7
* Update year range in copyright notice of binutils filesAlan Modra2022-01-021-1/+1
* Define X86_PCREL_TYPE_P/X86_SIZE_TYPE_P in elfxx-x86.hH.J. Lu2021-12-311-2/+0
* elf: Add GNU_PROPERTY_1_NEEDED checkH.J. Lu2021-07-081-0/+19
* x86: Count PLT for GOTOFF relocation against IFUNC symbolH.J. Lu2021-06-191-2/+10
* x86: Restore PC16 relocation overflow checkH.J. Lu2021-05-281-8/+1
* x86: Propery check PC16 reloc overflow in 16-bit mode instructionsH.J. Lu2021-05-261-1/+8
* Use bool in bfdAlan Modra2021-03-311-89/+89
* hash table iterator callback functions int vs. bfd_booleanAlan Modra2021-03-291-1/+1
* Add startswith function and use it instead of CONST_STRNEQ.Martin Liska2021-03-221-2/+2
* ld/elf/x86: Don't compare IFUNC address in the shared objectH.J. Lu2021-01-161-2/+1
* ld/x86: Add -z report-relative-relocH.J. Lu2021-01-151-0/+47
* ld/x86-64: Properly Handle -z lam-u48/lam-u57H.J. Lu2021-01-091-2/+14
* ld/x86-64: Also set LAM_U57 when setting LAM_U48H.J. Lu2021-01-081-2/+4
* Update year range in copyright notice of binutils filesAlan Modra2021-01-011-1/+1
* x86-64: Add Intel LAM property supportH.J. Lu2020-12-231-19/+78
* PR26979, Visibility of undefined foo@v1 should constrain foo@@v1Alan Modra2020-12-011-3/+2
* x86: Support GNU_PROPERTY_X86_ISA_1_BASELINE markerH.J. Lu2020-10-301-0/+3
* x86: Support GNU_PROPERTY_X86_ISA_1_V[234] markerH.J. Lu2020-10-091-6/+58
* x86: Properly merge -z ibt and -z shstkH.J. Lu2020-10-061-12/+19
* Remove x86 NaCl target supportH.J. Lu2020-06-301-7/+3
* ELF: Add _bfd_elf_add_dynamic_tagsH.J. Lu2020-06-231-76/+2
* IFUNC: Update IFUNC resolver check with DT_TEXTRELH.J. Lu2020-06-091-10/+5
* ELF: Move tlsdesc_plt/tlsdesc_got to elf_link_hash_tableH.J. Lu2020-06-081-9/+9
* ELF: Add target_os to elf_link_hash_table/elf_backend_dataH.J. Lu2020-06-061-10/+10
* x86: Remove target_id from elf_x86_link_hash_tableH.J. Lu2020-06-041-1/+0
* ELF: Consolidate maybe_set_textrelH.J. Lu2020-06-031-39/+2
* ELF: Copy dyn_relocs in _bfd_elf_link_hash_copy_indirectH.J. Lu2020-06-031-31/+0
* ELF: Consolidate readonly_dynrelocsH.J. Lu2020-06-031-19/+2
* ELF: Move dyn_relocs to struct elf_link_hash_entryH.J. Lu2020-06-011-20/+20
* ld: Add --warn-textrel and obsolete --warn-shared-textrelH.J. Lu2020-05-271-4/+2
* Replace "if (x) free (x)" with "free (x)", bfdAlan Modra2020-05-211-2/+1
* x86: Only allow S + A relocations against absolute symbolH.J. Lu2020-04-011-3/+100
* x86: Check static link of dynamic objectsH.J. Lu2020-03-131-0/+17
* Indent labelsAlan Modra2020-02-261-2/+2