Age | Commit message (Expand) | Author | Files | Lines |
2023-02-23 | bfd: xtensa: fix __stop_SECTION literal drop | Alexey Lapshin | 1 | -0/+7 |
2023-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2022-11-28 | xtensa: allow dynamic configuration | Max Filippov | 1 | -13/+1 |
2022-09-02 | xtensa: bfd: fix TLS relocations generated for PIE | Max Filippov | 1 | -9/+10 |
2022-08-01 | Get rid of fprintf_vma and sprintf_vma | Alan Modra | 1 | -5/+2 |
2022-06-08 | Revert reloc howto nits | Alan Modra | 1 | -38/+38 |
2022-06-08 | HOWTO size encoding | Alan Modra | 1 | -61/+61 |
2022-01-02 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2021-10-09 | PR28415, invalid read in xtensa_read_table_entries | Guillermo E. Martinez | 1 | -0/+7 |
2021-09-25 | PR28346, segfault attempting to disassemble raw binary | Alan Modra | 1 | -1/+2 |
2021-09-07 | Fix an illegal memory access triggered by an atempt to disassemble a corrupt ... | Nick Clifton | 1 | -0/+2 |
2021-04-30 | Fix an illegal memory access when parsing a corrupt core note. | Nick Clifton | 1 | -1/+6 |
2021-04-01 | Use startswith more for strncmp function calls. | Martin Liska | 1 | -1/+1 |
2021-03-31 | Use bool in bfd | Alan Modra | 1 | -685/+685 |
2021-03-29 | elf_backend_relocate_section 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 | -11/+11 |
2021-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2020-12-16 | xtensa constify | Alan Modra | 1 | -2/+2 |
2020-08-26 | PR26507 UBSAN: elf32-xtensa.c:6013 null pointer bsearch | Alan Modra | 1 | -6/+9 |
2020-08-26 | PR26506 UBSAN: elf32-xtensa.c:3203 null pointer memcpy | Alan Modra | 1 | -0/+3 |
2020-08-25 | elf_hash_table_id access | Alan Modra | 1 | -2/+3 |
2020-07-22 | bfd: xtensa: pr26246: fix removed_literal_compare | Max Filippov | 1 | -4/+4 |
2020-06-23 | ELF: Add _bfd_elf_add_dynamic_tags | H.J. Lu | 1 | -23/+5 |
2020-06-15 | xtensa: allow runtime ABI selection | Max Filippov | 1 | -3/+31 |
2020-06-04 | ELF: Don't check relocations in non-loaded, non-alloced sections | H.J. Lu | 1 | -1/+1 |
2020-05-21 | Replace "if (x) free (x)" with "free (x)", bfd | Alan Modra | 1 | -29/+17 |
2020-04-29 | xtensa: fix XTENSA_NDIFF handling for PR ld/25861 | Max Filippov | 1 | -11/+15 |
2020-04-22 | xtensa: fix PR ld/25861 | Max Filippov | 1 | -1/+88 |
2020-03-05 | bfd: xtensa: fix PR ld/25630 | Max Filippov | 1 | -4/+3 |
2020-02-26 | Indent labels | Alan Modra | 1 | -2/+2 |
2020-02-19 | bfd_size_type to size_t | Alan Modra | 1 | -2/+2 |
2020-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2019-11-25 | Pass section when available to bfd_octets_per_byte | Alan Modra | 1 | -1/+4 |
2019-11-25 | Introduce new section flag: SEC_ELF_OCTETS | Christian Eggers | 1 | -1/+2 |
2019-09-19 | bfd_section_* macros | Alan Modra | 1 | -8/+8 |
2019-08-01 | xtensa: bfd: add special case to loop alignment check | Max Filippov | 1 | -0/+65 |
2019-07-24 | Complain about mbind, ifunc, and unique in final_write | Alan Modra | 1 | -3/+3 |
2019-07-24 | Re: ELF final_write_processing | Alan Modra | 1 | -3/+3 |
2019-07-23 | ELF final_write_processing | Alan Modra | 1 | -2/+2 |
2019-04-11 | Check corrupt VTENTRY entry in bfd_elf_gc_record_vtentry | H.J. Lu | 1 | -3/+1 |
2019-03-29 | bfd: xtensa: fix shrink_dynamic_reloc_sections for export-dynamic | Max Filippov | 1 | -1/+2 |
2019-02-20 | bfd: xtensa: fix callx relaxation | Max Filippov | 1 | -0/+55 |
2019-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2018-12-18 | PR23980, assertion fail | Alan Modra | 1 | -1/+5 |
2018-12-11 | bfd: xtensa: ignore overflow in hight part of const16 relocation | Max Filippov | 1 | -2/+3 |
2018-07-23 | xtensa: move dynamic relocations sections consistency check | Max Filippov | 1 | -11/+11 |
2018-07-23 | xtensa: fix relaxation of undefined weak references in shared objects | Max Filippov | 1 | -1/+2 |
2018-07-06 | xtensa: don't emit dynamic relocation for weak undefined symbol | Max Filippov | 1 | -2/+11 |
2018-06-04 | xtensa: use property tables for correct disassembly | Max Filippov | 1 | -5/+4 |
2018-06-04 | xtensa: add separate property sections option | Max Filippov | 1 | -10/+52 |