summaryrefslogtreecommitdiff
path: root/bfd/elfxx-x86.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* bfd_size_type to size_tAlan Modra2020-02-191-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2020-01-011-1/+1
* bfd_section_* macrosAlan Modra2019-09-191-18/+13
* PR24933, Memory leak in elf_x86_64_get_synthetic_symtabAlan Modra2019-08-231-3/+4
* x86: Suggest -fPIE when not building shared objectH.J. Lu2019-04-171-1/+2
* x86: Add -z cet-report=[none|warning|error]H.J. Lu2019-04-111-2/+58
* x86: Move x86-specific linker options to elf_linker_x86_paramsH.J. Lu2019-04-061-12/+30
* [BFD, AArch64, x86] Improve warning for --force-btiSudakshina Das2019-03-211-0/+1
* x86: Properly set IBT and SHSTK properties for -z ibt/shstkH.J. Lu2019-03-131-6/+6
* Update year range in copyright notice of binutils filesAlan Modra2019-01-011-1/+1
* elf: Add PT_GNU_PROPERTY segment typeH.J. Lu2018-12-141-7/+3
* x86: Don't remove empty GNU_PROPERTY_X86_UINT32_OR_AND propertiesH.J. Lu2018-12-041-4/+13
* x86: Delay setting the iplt section alignmentH.J. Lu2018-12-011-7/+23
* x86: Don't add GNU_PROPERTY_X86_FEATURE_2_NEEDED for -z separate-codeH.J. Lu2018-10-081-45/+0
* x86: Don't mask out the GNU_PROPERTY_X86_UINT32_VALID bitH.J. Lu2018-08-271-4/+1
* x86: Update GNU_PROPERTY_X86_XXX macrosH.J. Lu2018-08-241-60/+76
* x86: Add GNU_PROPERTY_X86_UINT32_VALIDH.J. Lu2018-08-241-5/+12
* x86: Remove empty X86_FEATURE_1_AND propertyH.J. Lu2018-08-171-0/+28