aboutsummaryrefslogtreecommitdiff
path: root/bfd/elfxx-x86.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-05-18x86: Don't set eh->local_ref to 1 for versioned symbolH.J. Lu1-2/+5
2018-05-18x86: Don't set eh->local_ref to 1 for linker defined symbolsH.J. Lu1-1/+5
2018-05-14x86; Allow IFUNC pointer defined in PDEH.J. Lu1-0/+46
2018-05-14x86: Mark __bss_start, _end and _edata locally definedH.J. Lu1-10/+35
2018-04-17x86: Use a normal input file with compatible relocationH.J. Lu1-1/+3
2018-02-19Use %pI, %pR, %pS, %pT in place of %I, %R, %S and %T.Alan Modra1-1/+1
2018-02-19Use %pA and %pB in messages rather than %A and %BAlan Modra1-11/+11
2018-02-14x86-64: Use PLT address for PC-relative relocH.J. Lu1-6/+16
2018-02-13x86: Properly check building shared libraryH.J. Lu1-1/+1
2018-02-09x86: Add is_solaris to elf_x86_target_osH.J. Lu1-3/+3
2018-02-08x86: Keep the unused _GLOBAL_OFFSET_TABLE_ for SolarisH.J. Lu1-1/+3
2018-02-05x86: Remove the unused _GLOBAL_OFFSET_TABLE_H.J. Lu1-2/+15
2018-01-20x86: Check the versioned __tls_get_addr symbolH.J. Lu1-1/+10
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-12-06BFD whitespace fixesAlan Modra1-3/+3
2017-12-04x86 map file textrelAlan Modra1-42/+49
2017-12-01x86: Print dynreloc in readonly section for map file outputH.J. Lu1-0/+5
2017-11-23Rename u.weakdef and make it a circular listAlan Modra1-7/+7
2017-11-17x86: Pass "%F%P:" to linker callback in case of errorH.J. Lu1-10/+10
2017-11-03x86: Remove func_pointer_refcountH.J. Lu1-22/+3
2017-10-14x86: Add elf_x86_backend_dataH.J. Lu1-13/+15
2017-10-14x86: Add _bfd_x86_elf_finish_dynamic_sectionsH.J. Lu1-0/+218