Age | Commit message (Expand) | Author | Files | Lines |
2020-12-01 | PR26979, Visibility of undefined foo@v1 should constrain foo@@v1 | Alan Modra | 1 | -2/+1 |
2020-07-30 | elf: Add sym_cache to elf_link_hash_table | H.J. Lu | 1 | -3/+0 |
2020-06-23 | ELF: Add _bfd_elf_add_dynamic_tags | H.J. Lu | 1 | -3/+0 |
2020-06-09 | IFUNC: Update IFUNC resolver check with DT_TEXTREL | H.J. Lu | 1 | -4/+0 |
2020-06-08 | ELF: Move tlsdesc_plt/tlsdesc_got to elf_link_hash_table | H.J. Lu | 1 | -10/+0 |
2020-06-06 | ELF: Add target_os to elf_link_hash_table/elf_backend_data | H.J. Lu | 1 | -21/+0 |
2020-06-04 | x86: Remove target_id from elf_x86_link_hash_table | H.J. Lu | 1 | -2/+1 |
2020-06-03 | x86: Silence -fsanitize=undefined | H.J. Lu | 1 | -3/+3 |
2020-06-01 | ELF: Move dyn_relocs to struct elf_link_hash_entry | H.J. Lu | 1 | -3/+0 |
2020-04-01 | x86: Only allow S + A relocations against absolute symbol | H.J. Lu | 1 | -4/+25 |
2020-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2019-04-17 | x86: Also check x86 linker_def for non-shared definition | H.J. Lu | 1 | -0/+1 |
2019-04-06 | x86: Move x86-specific linker options to elf_linker_x86_params | H.J. Lu | 1 | -0/+4 |
2019-03-21 | [BFD, AArch64, x86] Improve warning for --force-bti | Sudakshina Das | 1 | -1/+1 |
2019-02-05 | x86-64: Restore PIC check for PCREL reloc against protected symbol | H.J. Lu | 1 | -0/+7 |
2019-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2018-12-18 | Include bfd_stdint.h in bfd.h | Alan Modra | 1 | -1/+0 |
2018-12-01 | x86: Delay setting the iplt section alignment | H.J. Lu | 1 | -0/+3 |
2018-08-17 | x86: Remove empty X86_FEATURE_1_AND property | H.J. Lu | 1 | -0/+5 |
2018-05-28 | x86-64: Add TLSDESC fields to elf_x86_lazy_plt_layout | H.J. Lu | 1 | -10/+23 |
2018-05-14 | x86; Allow IFUNC pointer defined in PDE | H.J. Lu | 1 | -0/+4 |
2018-02-16 | Remove bfd stub function casts. | Alan Modra | 1 | -1/+1 |
2018-02-14 | Fix compilation of the BFD sub-directory with a gcc v8 compiler by adding ext... | Nick Clifton | 1 | -1/+1 |
2018-02-14 | x86-64: Use PLT address for PC-relative reloc | H.J. Lu | 1 | -19/+31 |
2018-02-13 | Fix compile time warning messages from gcc version 8 about cast between incom... | Nick Clifton | 1 | -1/+1 |
2018-02-09 | x86: Add is_solaris to elf_x86_target_os | H.J. Lu | 1 | -6/+1 |
2018-02-08 | x86: Keep the unused _GLOBAL_OFFSET_TABLE_ for Solaris | H.J. Lu | 1 | -0/+6 |
2018-02-05 | x86: Remove the unused _GLOBAL_OFFSET_TABLE_ | H.J. Lu | 1 | -0/+3 |
2018-01-03 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2017-12-06 | BFD whitespace fixes | Alan Modra | 1 | -4/+4 |
2017-11-03 | x86: Remove func_pointer_refcount | H.J. Lu | 1 | -5/+0 |
2017-10-14 | x86: Add elf_x86_backend_data | H.J. Lu | 1 | -9/+25 |
2017-10-14 | x86: Add _bfd_x86_elf_finish_dynamic_sections | H.J. Lu | 1 | -0/+3 |
2017-10-12 | x86: Add _bfd_x86_elf_hide_symbol | H.J. Lu | 1 | -0/+3 |
2017-10-06 | x86: Update UNDEFINED_WEAK_RESOLVED_TO_ZERO comments | H.J. Lu | 1 | -7/+4 |
2017-10-06 | x86: Use zero_undefweak in elf_x86_link_hash_entry | H.J. Lu | 1 | -7/+6 |
2017-10-06 | Add "do/while(0);" to COPY_INPUT_RELOC_P/VERIFY_COPY_RELOC | H.J. Lu | 1 | -15/+23 |
2017-10-06 | x86: Add VERIFY_COPY_RELOC | H.J. Lu | 1 | -0/+9 |
2017-10-06 | x86: Add VERIFY_PLT_ENTRY | H.J. Lu | 1 | -0/+12 |
2017-10-06 | x86: Add COPY_INPUT_RELOC_P | H.J. Lu | 1 | -0/+9 |
2017-10-06 | x86: Add GENERATE_DYNAMIC_RELOCATION_P | H.J. Lu | 1 | -0/+30 |
2017-10-06 | x86: Add POINTER_LOCAL_IFUNC_P/PLT_LOCAL_IFUNC_P | H.J. Lu | 1 | -0/+14 |
2017-10-06 | x86: Add GENERATE_RELATIVE_RELOC_P | H.J. Lu | 1 | -0/+12 |
2017-10-06 | Add RESOLVED_LOCALLY_P | H.J. Lu | 1 | -0/+11 |
2017-10-06 | x86: Add NEED_DYNAMIC_RELOCATION_P | H.J. Lu | 1 | -0/+39 |
2017-10-06 | x86: Add TLS_TRANSITION_IE_TO_LE_P | H.J. Lu | 1 | -0/+7 |
2017-09-13 | elfxx-x86.h: Fix a typo in comments | H.J. Lu | 1 | -1/+1 |
2017-09-09 | x86: Update UNDEFINED_WEAK_RESOLVED_TO_ZERO | H.J. Lu | 1 | -5/+3 |
2017-09-09 | x86: Properly handle __ehdr_start | H.J. Lu | 1 | -0/+3 |
2017-09-08 | x86: Update comments in elfxx-x86.h | H.J. Lu | 1 | -2/+2 |