Age | Commit message (Expand) | Author | Files | Lines |
2023-02-02 | bfd: use "stack trace" instead of "unwind" for SFrame | Indu Bhagat | 1 | -4/+4 |
2023-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2022-12-27 | x86-64: Allocate input section memory if needed | H.J. Lu | 1 | -2/+23 |
2022-12-14 | ld, gold: remove support for -z bndplt (MPX prefix) | Martin Liska | 1 | -15/+1 |
2022-12-09 | libsframe: rename API sframe_fde_func_info to sframe_fde_create_func_info | Indu Bhagat | 1 | -3/+3 |
2022-11-22 | x86: Don't define _TLS_MODULE_BASE_ for ld -r | H.J. Lu | 1 | -1/+1 |
2022-11-15 | bfd: linker: merge .sframe sections | Indu Bhagat | 1 | -4/+371 |
2022-07-19 | x86: Disallow invalid relocations against protected symbols | H.J. Lu | 1 | -2/+19 |
2022-07-19 | x86: Make protected symbols local for -shared | Fangrui Song | 1 | -1/+1 |
2022-02-11 | x86: Disallow invalid relocation against protected symbol | H.J. Lu | 1 | -0/+18 |
2022-02-07 | i386: Allow GOT32 relocations against ABS symbols | H.J. Lu | 1 | -4/+6 |
2022-02-05 | x86: Skip undefined symbol when finishing DT_RELR | H.J. Lu | 1 | -2/+4 |
2022-01-13 | Move DT_RELR tag setting to elflink.c | Alan Modra | 1 | -25/+0 |
2022-01-12 | x86: Add DT_RELR support | H.J. Lu | 1 | -0/+954 |
2022-01-07 | ld: Extract _bfd_elf_link_iterate_on_relocs | H.J. Lu | 1 | -0/+85 |
2022-01-04 | ld/x86: Update -z report-relative-reloc | H.J. Lu | 1 | -17/+7 |
2022-01-02 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2021-12-31 | Define X86_PCREL_TYPE_P/X86_SIZE_TYPE_P in elfxx-x86.h | H.J. Lu | 1 | -2/+0 |
2021-07-08 | elf: Add GNU_PROPERTY_1_NEEDED check | H.J. Lu | 1 | -0/+19 |
2021-06-19 | x86: Count PLT for GOTOFF relocation against IFUNC symbol | H.J. Lu | 1 | -2/+10 |
2021-05-28 | x86: Restore PC16 relocation overflow check | H.J. Lu | 1 | -8/+1 |
2021-05-26 | x86: Propery check PC16 reloc overflow in 16-bit mode instructions | H.J. Lu | 1 | -1/+8 |
2021-03-31 | Use bool in bfd | Alan Modra | 1 | -89/+89 |
2021-03-29 | hash table iterator callback functions int vs. bfd_boolean | Alan Modra | 1 | -1/+1 |
2021-03-22 | Add startswith function and use it instead of CONST_STRNEQ. | Martin Liska | 1 | -2/+2 |
2021-01-16 | ld/elf/x86: Don't compare IFUNC address in the shared object | H.J. Lu | 1 | -2/+1 |
2021-01-15 | ld/x86: Add -z report-relative-reloc | H.J. Lu | 1 | -0/+47 |
2021-01-09 | ld/x86-64: Properly Handle -z lam-u48/lam-u57 | H.J. Lu | 1 | -2/+14 |
2021-01-08 | ld/x86-64: Also set LAM_U57 when setting LAM_U48 | H.J. Lu | 1 | -2/+4 |
2021-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2020-12-23 | x86-64: Add Intel LAM property support | H.J. Lu | 1 | -19/+78 |
2020-12-01 | PR26979, Visibility of undefined foo@v1 should constrain foo@@v1 | Alan Modra | 1 | -3/+2 |
2020-10-30 | x86: Support GNU_PROPERTY_X86_ISA_1_BASELINE marker | H.J. Lu | 1 | -0/+3 |
2020-10-09 | x86: Support GNU_PROPERTY_X86_ISA_1_V[234] marker | H.J. Lu | 1 | -6/+58 |
2020-10-06 | x86: Properly merge -z ibt and -z shstk | H.J. Lu | 1 | -12/+19 |
2020-06-30 | Remove x86 NaCl target support | H.J. Lu | 1 | -7/+3 |
2020-06-23 | ELF: Add _bfd_elf_add_dynamic_tags | H.J. Lu | 1 | -76/+2 |
2020-06-09 | IFUNC: Update IFUNC resolver check with DT_TEXTREL | H.J. Lu | 1 | -10/+5 |
2020-06-08 | ELF: Move tlsdesc_plt/tlsdesc_got to elf_link_hash_table | H.J. Lu | 1 | -9/+9 |
2020-06-06 | ELF: Add target_os to elf_link_hash_table/elf_backend_data | H.J. Lu | 1 | -10/+10 |
2020-06-04 | x86: Remove target_id from elf_x86_link_hash_table | H.J. Lu | 1 | -1/+0 |
2020-06-03 | ELF: Consolidate maybe_set_textrel | H.J. Lu | 1 | -39/+2 |
2020-06-03 | ELF: Copy dyn_relocs in _bfd_elf_link_hash_copy_indirect | H.J. Lu | 1 | -31/+0 |
2020-06-03 | ELF: Consolidate readonly_dynrelocs | H.J. Lu | 1 | -19/+2 |
2020-06-01 | ELF: Move dyn_relocs to struct elf_link_hash_entry | H.J. Lu | 1 | -20/+20 |
2020-05-27 | ld: Add --warn-textrel and obsolete --warn-shared-textrel | H.J. Lu | 1 | -4/+2 |
2020-05-21 | Replace "if (x) free (x)" with "free (x)", bfd | Alan Modra | 1 | -2/+1 |
2020-04-01 | x86: Only allow S + A relocations against absolute symbol | H.J. Lu | 1 | -3/+100 |
2020-03-13 | x86: Check static link of dynamic objects | H.J. Lu | 1 | -0/+17 |
2020-02-26 | Indent labels | Alan Modra | 1 | -2/+2 |