Age | Commit message (Expand) | Author | Files | Lines |
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 | -1/+5 |
2021-07-08 | x86-64: Disallow PC reloc against weak undefined symbols in PIE | H.J. Lu | 1 | -2/+5 |
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 | -13/+1 |
2021-05-26 | x86: Propery check PC16 reloc overflow in 16-bit mode instructions | H.J. Lu | 1 | -0/+12 |
2021-05-07 | x86-64/ELF: clear src_mask for all reloc types | Jan Beulich | 1 | -67/+65 |
2021-05-03 | x86: don't request useless overflow checking | Jan Beulich | 1 | -13/+13 |
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 | -316/+316 |
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-02-04 | x86-64: Provide more info when failed to convert GOTPCREL | H.J. Lu | 1 | -3/+10 |
2021-01-15 | ld/x86: Add -z report-relative-reloc | H.J. Lu | 1 | -0/+33 |
2021-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2020-12-04 | x86-64: Convert load to mov only for GOTPCRELX relocations | H.J. Lu | 1 | -1/+1 |
2020-08-03 | PR26330, Malloc size error in objdump | Alan Modra | 1 | -8/+1 |
2020-07-30 | elf: Add sym_cache to elf_link_hash_table | H.J. Lu | 1 | -4/+4 |
2020-06-30 | Remove x86 NaCl target support | H.J. Lu | 1 | -267/+38 |
2020-06-08 | ELF: Move tlsdesc_plt/tlsdesc_got to elf_link_hash_table | H.J. Lu | 1 | -8/+8 |
2020-06-06 | ELF: Add target_os to elf_link_hash_table/elf_backend_data | H.J. Lu | 1 | -25/+8 |
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 | -13/+68 |
2020-02-26 | Indent labels | Alan Modra | 1 | -14/+14 |
2020-02-19 | bfd_size_type to size_t | Alan Modra | 1 | -1/+1 |
2020-01-20 | x86-64: Fix TLSDESC relaxation for x32 | H.J. Lu | 1 | -19/+81 |
2020-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2019-11-18 | elf_backend_modify_headers | Alan Modra | 1 | -3/+3 |
2019-09-19 | bfd_section_* macros | Alan Modra | 1 | -1/+1 |
2019-08-16 | x86-64: Move PIC check for PC-relative relocations back | H.J. Lu | 1 | -79/+70 |
2019-07-23 | ELF final_write_processing | Alan Modra | 1 | -4/+0 |
2019-04-17 | x86: Suggest -fPIE when not building shared object | H.J. Lu | 1 | -6/+15 |
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 | -5/+11 |
2019-03-15 | x86-64: Check for corrupt input with bad relocation | H.J. Lu | 1 | -38/+132 |
2019-03-15 | Re-indent elf_x86_64_relocate_section | H.J. Lu | 1 | -2/+2 |
2019-02-27 | x86-64: Skip protected check on symbol defined by linker | H.J. Lu | 1 | -0/+2 |
2019-02-05 | x86-64: Restore PIC check for PCREL reloc against protected symbol | H.J. Lu | 1 | -54/+79 |
2019-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2018-12-20 | x86: Call rtype_to_howto to get reloc_howto_type pointer | H.J. Lu | 1 | -7/+2 |
2018-12-18 | PR23980, assertion fail | Alan Modra | 1 | -1/+5 |
2018-10-13 | _bfd_clear_contents bounds checking | Alan Modra | 1 | -1/+1 |
2018-07-02 | x86-64: Clear the R_X86_64_converted_reloc_bit bit | H.J. Lu | 1 | -2/+6 |
2018-05-28 | x86-64: Add TLSDESC fields to elf_x86_lazy_plt_layout | H.J. Lu | 1 | -13/+45 |
2018-05-14 | x86; Allow IFUNC pointer defined in PDE | H.J. Lu | 1 | -0/+2 |
2018-05-04 | -Wstringop-truncation warnings | Alan Modra | 1 | -0/+7 |
2018-04-17 | elf32_bed/elf64_bed | H.J. Lu | 1 | -0/+6 |