| Commit message (Expand) | Author | Age | Files | Lines |
* | bfd_section_* macros | Alan Modra | 2019-09-19 | 1 | -18/+13 |
* | PR24933, Memory leak in elf_x86_64_get_synthetic_symtab | Alan Modra | 2019-08-23 | 1 | -3/+4 |
* | x86: Suggest -fPIE when not building shared object | H.J. Lu | 2019-04-17 | 1 | -1/+2 |
* | x86: Add -z cet-report=[none|warning|error] | H.J. Lu | 2019-04-11 | 1 | -2/+58 |
* | x86: Move x86-specific linker options to elf_linker_x86_params | H.J. Lu | 2019-04-06 | 1 | -12/+30 |
* | [BFD, AArch64, x86] Improve warning for --force-bti | Sudakshina Das | 2019-03-21 | 1 | -0/+1 |
* | x86: Properly set IBT and SHSTK properties for -z ibt/shstk | H.J. Lu | 2019-03-13 | 1 | -6/+6 |
* | Update year range in copyright notice of binutils files | Alan Modra | 2019-01-01 | 1 | -1/+1 |
* | elf: Add PT_GNU_PROPERTY segment type | H.J. Lu | 2018-12-14 | 1 | -7/+3 |
* | x86: Don't remove empty GNU_PROPERTY_X86_UINT32_OR_AND properties | H.J. Lu | 2018-12-04 | 1 | -4/+13 |
* | x86: Delay setting the iplt section alignment | H.J. Lu | 2018-12-01 | 1 | -7/+23 |
* | x86: Don't add GNU_PROPERTY_X86_FEATURE_2_NEEDED for -z separate-code | H.J. Lu | 2018-10-08 | 1 | -45/+0 |
* | x86: Don't mask out the GNU_PROPERTY_X86_UINT32_VALID bit | H.J. Lu | 2018-08-27 | 1 | -4/+1 |
* | x86: Update GNU_PROPERTY_X86_XXX macros | H.J. Lu | 2018-08-24 | 1 | -60/+76 |
* | x86: Add GNU_PROPERTY_X86_UINT32_VALID | H.J. Lu | 2018-08-24 | 1 | -5/+12 |
* | x86: Remove empty X86_FEATURE_1_AND property | H.J. Lu | 2018-08-17 | 1 | -0/+28 |
* | x86: Properly add X86_ISA_1_NEEDED property | H.J. Lu | 2018-08-11 | 1 | -6/+22 |
* | x86: Properly merge GNU_PROPERTY_X86_ISA_1_USED | H.J. Lu | 2018-08-08 | 1 | -5/+20 |
* | x86: Add a GNU_PROPERTY_X86_ISA_1_USED note if needed | H.J. Lu | 2018-07-20 | 1 | -15/+45 |
* | x86: Remove x86 ISA properties with empty bits | H.J. Lu | 2018-07-05 | 1 | -4/+25 |
* | ld/x86: Remove hidden _edata, __bss_start, and _end | H.J. Lu | 2018-06-08 | 1 | -0/+29 |
* | ld: Add _bfd_elf_link_hide_sym_by_version | H.J. Lu | 2018-05-26 | 1 | -9/+2 |
* | ld: Hide symbols defined by HIDDEN/PROVIDE_HIDDEN | H.J. Lu | 2018-05-21 | 1 | -6/+4 |
* | x86: Don't set eh->local_ref to 1 for versioned symbol | H.J. Lu | 2018-05-18 | 1 | -2/+5 |
* | x86: Don't set eh->local_ref to 1 for linker defined symbols | H.J. Lu | 2018-05-18 | 1 | -1/+5 |
* | x86; Allow IFUNC pointer defined in PDE | H.J. Lu | 2018-05-14 | 1 | -0/+46 |
* | x86: Mark __bss_start, _end and _edata locally defined | H.J. Lu | 2018-05-14 | 1 | -10/+35 |
* | x86: Use a normal input file with compatible relocation | H.J. Lu | 2018-04-17 | 1 | -1/+3 |
* | Use %pI, %pR, %pS, %pT in place of %I, %R, %S and %T. | Alan Modra | 2018-02-19 | 1 | -1/+1 |
* | Use %pA and %pB in messages rather than %A and %B | Alan Modra | 2018-02-19 | 1 | -11/+11 |
* | x86-64: Use PLT address for PC-relative reloc | H.J. Lu | 2018-02-14 | 1 | -6/+16 |
* | x86: Properly check building shared library | H.J. Lu | 2018-02-13 | 1 | -1/+1 |
* | x86: Add is_solaris to elf_x86_target_os | H.J. Lu | 2018-02-09 | 1 | -3/+3 |
* | x86: Keep the unused _GLOBAL_OFFSET_TABLE_ for Solaris | H.J. Lu | 2018-02-08 | 1 | -1/+3 |
* | x86: Remove the unused _GLOBAL_OFFSET_TABLE_ | H.J. Lu | 2018-02-05 | 1 | -2/+15 |
* | x86: Check the versioned __tls_get_addr symbol | H.J. Lu | 2018-01-20 | 1 | -1/+10 |
* | Update year range in copyright notice of binutils files | Alan Modra | 2018-01-03 | 1 | -1/+1 |
* | BFD whitespace fixes | Alan Modra | 2017-12-06 | 1 | -3/+3 |
* | x86 map file textrel | Alan Modra | 2017-12-04 | 1 | -42/+49 |
* | x86: Print dynreloc in readonly section for map file output | H.J. Lu | 2017-12-01 | 1 | -0/+5 |
* | Rename u.weakdef and make it a circular list | Alan Modra | 2017-11-23 | 1 | -7/+7 |
* | x86: Pass "%F%P:" to linker callback in case of error | H.J. Lu | 2017-11-17 | 1 | -10/+10 |
* | x86: Remove func_pointer_refcount | H.J. Lu | 2017-11-03 | 1 | -22/+3 |
* | x86: Add elf_x86_backend_data | H.J. Lu | 2017-10-14 | 1 | -13/+15 |
* | x86: Add _bfd_x86_elf_finish_dynamic_sections | H.J. Lu | 2017-10-14 | 1 | -0/+218 |
* | x86: Add _bfd_x86_elf_hide_symbol | H.J. Lu | 2017-10-12 | 1 | -0/+21 |
* | Reformat elf_x86_allocate_dynrelocs | H.J. Lu | 2017-10-08 | 1 | -2/+1 |
* | x86: Use zero_undefweak in elf_x86_link_hash_entry | H.J. Lu | 2017-10-06 | 1 | -2/+2 |
* | x86: Guard against corrupted PLT | H.J. Lu | 2017-09-22 | 1 | -0/+4 |
* | x86: Return -1 if bfd_canonicalize_dynamic_reloc returns 0 | H.J. Lu | 2017-09-22 | 1 | -1/+1 |