aboutsummaryrefslogtreecommitdiff
path: root/bfd/elfxx-x86.c
AgeCommit message (Expand)AuthorFilesLines
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
2019-08-23PR24933, Memory leak in elf_x86_64_get_synthetic_symtabAlan Modra1-3/+4
2019-04-17x86: Suggest -fPIE when not building shared objectH.J. Lu1-1/+2
2019-04-11x86: Add -z cet-report=[none|warning|error]H.J. Lu1-2/+58
2019-04-06x86: Move x86-specific linker options to elf_linker_x86_paramsH.J. Lu1-12/+30
2019-03-21[BFD, AArch64, x86] Improve warning for --force-btiSudakshina Das1-0/+1
2019-03-13x86: Properly set IBT and SHSTK properties for -z ibt/shstkH.J. Lu1-6/+6
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-12-14elf: Add PT_GNU_PROPERTY segment typeH.J. Lu1-7/+3
2018-12-04x86: Don't remove empty GNU_PROPERTY_X86_UINT32_OR_AND propertiesH.J. Lu1-4/+13
2018-12-01x86: Delay setting the iplt section alignmentH.J. Lu1-7/+23
2018-10-08x86: Don't add GNU_PROPERTY_X86_FEATURE_2_NEEDED for -z separate-codeH.J. Lu1-45/+0
2018-08-27x86: Don't mask out the GNU_PROPERTY_X86_UINT32_VALID bitH.J. Lu1-4/+1
2018-08-24x86: Update GNU_PROPERTY_X86_XXX macrosH.J. Lu1-60/+76
2018-08-24x86: Add GNU_PROPERTY_X86_UINT32_VALIDH.J. Lu1-5/+12
2018-08-17x86: Remove empty X86_FEATURE_1_AND propertyH.J. Lu1-0/+28
2018-08-11x86: Properly add X86_ISA_1_NEEDED propertyH.J. Lu1-6/+22
2018-08-08x86: Properly merge GNU_PROPERTY_X86_ISA_1_USEDH.J. Lu1-5/+20
2018-07-20x86: Add a GNU_PROPERTY_X86_ISA_1_USED note if neededH.J. Lu1-15/+45
2018-07-05x86: Remove x86 ISA properties with empty bitsH.J. Lu1-4/+25
2018-06-08ld/x86: Remove hidden _edata, __bss_start, and _endH.J. Lu1-0/+29
2018-05-26ld: Add _bfd_elf_link_hide_sym_by_versionH.J. Lu1-9/+2
2018-05-21ld: Hide symbols defined by HIDDEN/PROVIDE_HIDDENH.J. Lu1-6/+4