Age | Commit message (Expand) | Author | Files | Lines |
2022-08-25 | x86: Ignore protected visibility in shared libraries on Solaris | H.J. Lu | 1 | -1/+2 |
2022-07-21 | i386: Don't allow GOTOFF relocation against IFUNC symbol for PIC | H.J. Lu | 1 | -0/+5 |
2022-07-19 | x86: Disallow invalid relocations against protected symbols | H.J. Lu | 1 | -2/+1 |
2022-07-19 | x86: Make protected symbols local for -shared | Fangrui Song | 1 | -1/+0 |
2022-07-18 | x86: Properly check invalid relocation against protected symbol | H.J. Lu | 1 | -0/+2 |
2022-06-08 | Don't encode reloc.size | Alan Modra | 1 | -8/+8 |
2022-06-08 | HOWTO size encoding | Alan Modra | 1 | -35/+35 |
2022-05-31 | x86: Properly handle IFUNC function pointer reference | H.J. Lu | 1 | -1/+7 |
2022-04-28 | x86: Properly handle function pointer reference | H.J. Lu | 1 | -19/+22 |
2022-02-11 | x86: Disallow invalid relocation against protected symbol | H.J. Lu | 1 | -0/+17 |
2022-01-12 | x86: Add DT_RELR support | H.J. Lu | 1 | -22/+46 |
2022-01-07 | ld: Extract _bfd_elf_link_iterate_on_relocs | H.J. Lu | 1 | -30/+28 |
2022-01-05 | x86: Add elf_x86_allocate_local_got_info | H.J. Lu | 1 | -17/+4 |
2022-01-02 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2021-12-31 | x86: Define check_relocs_failed in elfxx-x86.h | H.J. Lu | 1 | -4/+0 |
2021-12-31 | Define X86_PCREL_TYPE_P/X86_SIZE_TYPE_P in elfxx-x86.h | H.J. Lu | 1 | -11/+6 |
2021-12-28 | elf32-i386: Fix a typo in GOT comments | H.J. Lu | 1 | -1/+1 |
2021-12-02 | x86: Skip __[start|stop]_SECNAME for --gc-sections -z start-stop-gc | H.J. Lu | 1 | -0/+5 |
2021-11-18 | elf/x86: Issue an error on discarded output .plt section | H.J. Lu | 1 | -0/+8 |
2021-07-08 | elf: Add GNU_PROPERTY_1_NEEDED check | H.J. Lu | 1 | -0/+3 |
2021-07-08 | ld: Limit cache size and add --max-cache-size=SIZE | H.J. Lu | 1 | -1/+2 |
2021-05-28 | x86: Restore PC16 relocation overflow check | H.J. Lu | 1 | -18/+7 |
2021-05-26 | x86: Propery check PC16 reloc overflow in 16-bit mode instructions | H.J. Lu | 1 | -6/+17 |
2021-05-03 | x86: don't request useless overflow checking | Jan Beulich | 1 | -27/+27 |
2021-04-26 | x86: correct overflow checking for 16-bit PC-relative relocs | Jan Beulich | 1 | -1/+1 |
2021-04-23 | x86: TLS desc call relocs target zero-size fields | Jan Beulich | 1 | -1/+1 |
2021-03-31 | Use bool in bfd | Alan Modra | 1 | -219/+219 |
2021-03-29 | hash table iterator callback functions int vs. bfd_boolean | Alan Modra | 1 | -1/+1 |
2021-03-29 | elf_backend_relocate_section int vs. bfd_boolean | Alan Modra | 1 | -1/+1 |
2021-01-15 | ld/x86: Add -z report-relative-reloc | H.J. Lu | 1 | -0/+36 |
2021-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2020-07-30 | elf: Add sym_cache to elf_link_hash_table | H.J. Lu | 1 | -4/+4 |
2020-07-01 | Re: Remove x86 NaCl target support | Alan Modra | 1 | -0/+1 |
2020-06-30 | Remove x86 NaCl target support | H.J. Lu | 1 | -204/+0 |
2020-06-06 | ELF: Add target_os to elf_link_hash_table/elf_backend_data | H.J. Lu | 1 | -38/+17 |
2020-06-04 | ELF: Don't check relocations in non-loaded, non-alloced sections | H.J. Lu | 1 | -9/+0 |
2020-06-01 | ELF: Move dyn_relocs to struct elf_link_hash_entry | H.J. Lu | 1 | -1/+1 |
2020-04-01 | x86: Only allow S + A relocations against absolute symbol | H.J. Lu | 1 | -11/+29 |
2020-02-26 | Indent labels | Alan Modra | 1 | -13/+13 |
2020-02-19 | bfd_size_type to size_t | Alan Modra | 1 | -1/+1 |
2020-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2019-11-18 | elf_backend_init_file_header | Alan Modra | 1 | -8/+9 |
2019-11-18 | elf_backend_modify_headers | Alan Modra | 1 | -3/+3 |
2019-09-19 | bfd_section_* macros | Alan Modra | 1 | -2/+2 |
2019-07-23 | ELF final_write_processing | Alan Modra | 1 | -4/+0 |
2019-04-11 | Check corrupt VTENTRY entry in bfd_elf_gc_record_vtentry | H.J. Lu | 1 | -3/+1 |
2019-04-06 | x86: Move x86-specific linker options to elf_linker_x86_params | H.J. Lu | 1 | -2/+2 |
2019-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2018-12-23 | i386: Remove the unused bfd pointer argument | H.J. Lu | 1 | -5/+5 |
2018-12-20 | x86: Call rtype_to_howto to get reloc_howto_type pointer | H.J. Lu | 1 | -7/+2 |