Age | Commit message (Expand) | Author | Files | Lines |
2024-12-13 | small coffgen.c tidy | Alan Modra | 1 | -2/+1 |
2024-12-12 | tdata related object_p tidy for various formats | Alan Modra | 1 | -3/+0 |
2024-10-08 | Revised "Don't return (null) from bfd_elf_sym_name" | Alan Modra | 1 | -9/+13 |
2024-10-08 | Revert "Don't return "(null)" from bfd_elf_sym_name" | Alan Modra | 1 | -7/+5 |
2024-10-03 | Don't return "(null)" from bfd_elf_sym_name | Alan Modra | 1 | -5/+7 |
2024-01-04 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2023-08-28 | COFF swap_aux_in | Alan Modra | 1 | -81/+71 |
2023-08-27 | Confusion in coff_object_cleanup | Alan Modra | 1 | -11/+8 |
2023-08-24 | optimize handle_COMDAT | Oleg Tolmatcev | 1 | -0/+8 |
2023-08-09 | Rename bfd_bread and bfd_bwrite | Alan Modra | 1 | -13/+9 |
2023-06-07 | _bfd_free_cached_info | Alan Modra | 1 | -25/+19 |
2023-06-01 | section_by_target_index memory leak | Alan Modra | 1 | -6/+18 |
2023-05-31 | pe/coff - add support for base64 encoded long section names | Tristan Gingold | 1 | -17/+96 |
2023-05-18 | Re: Add section caches to coff_data_type | Alan Modra | 1 | -11/+34 |
2023-05-16 | Add section caches to coff_data_type | Oleg Tolmatcev | 1 | -2/+43 |
2023-05-03 | Remove unused args from bfd_make_debug_symbol | Alan Modra | 1 | -3/+1 |
2023-04-20 | Yet another out-of-memory fuzzed object | Alan Modra | 1 | -0/+10 |
2023-03-27 | Remove coff_pointerize_aux table_end param | Alan Modra | 1 | -9/+4 |
2023-03-27 | Use stdint types in coff internal_auxent | Alan Modra | 1 | -20/+19 |
2023-03-22 | coff_get_normalized_symtab bfd_release | Alan Modra | 1 | -4/+1 |
2023-03-22 | PR17910 sym string offset check | Alan Modra | 1 | -4/+1 |
2023-01-06 | Tidy pe flag in coff_data | Alan Modra | 1 | -3/+2 |
2023-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2022-12-07 | coff make_a_section_from_file tidy | Alan Modra | 1 | -53/+41 |
2022-12-04 | COFF compressed debug support | Alan Modra | 1 | -8/+8 |
2022-12-04 | Renaming .debug to .zdebug and vice versa | Alan Modra | 1 | -17/+6 |
2022-11-10 | Sanity check reloc count in get_reloc_upper_bound | Alan Modra | 1 | -8/+14 |
2022-09-26 | stab nearest_line bfd_malloc_and_get_section | Alan Modra | 1 | -1/+4 |
2022-09-23 | Don't attempt to compress bss sections | Alan Modra | 1 | -1/+2 |
2022-08-06 | asan: heap buffer overflow in _bfd_error_handler | Alan Modra | 1 | -1/+2 |
2022-08-06 | asan: segfault in coff_write_auxent_fname | Alan Modra | 1 | -1/+2 |
2022-06-04 | asan: null dereference in coff_count_linenumbers | Alan Modra | 1 | -1/+2 |
2022-05-27 | Replace bfd_hostptr_t with uintptr_t | Alan Modra | 1 | -26/+31 |
2022-05-19 | COFF: use hash for string table also when copying / stripping | Jan Beulich | 1 | -166/+69 |
2022-04-08 | Debug info for function in Windows PE binary on wrong instruction | Nick Clifton | 1 | -1/+1 |
2022-01-28 | PR28826 x86_64 ld segfaults building xen | Alan Modra | 1 | -0/+1 |
2022-01-12 | gas: add visibility support for XCOFF | Clément Chigot | 1 | -1/+1 |
2022-01-02 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2021-12-15 | XCOFF C_STSYM test failure on 32-bit host | Alan Modra | 1 | -5/+6 |
2021-11-15 | COFF: avoid modifications over C_FILE filename aux entries. | Clément Chigot | 1 | -2/+10 |
2021-11-10 | PR 28447: implement multiple parameters for .file on XCOFF | Clément Chigot | 1 | -29/+105 |
2021-10-24 | asan: c4x, c54x coff_canonicalize_reloc buffer overflow | Alan Modra | 1 | -1/+1 |
2021-07-30 | reloc_upper_bound size calculations | Alan Modra | 1 | -1/+1 |
2021-07-30 | Sanity check _bfd_coff_read_string_table | Alan Modra | 1 | -3/+12 |
2021-07-29 | gas: improve C_BSTAT and C_STSYM symbols handling on XCOFF | Clément Chigot | 1 | -3/+6 |
2021-05-07 | Fix .dwsect generation for XCOFF. Handle .function generated with DWARF on X... | Cl?ment Chigot | 1 | -0/+8 |
2021-03-31 | Use bool in bfd | Alan Modra | 1 | -126/+127 |
2021-03-22 | Add startswith function and use it instead of CONST_STRNEQ. | Martin Liska | 1 | -8/+8 |
2021-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2020-07-15 | PR26239, memory leak in _bfd_dwarf2_slurp_debug_info | Alan Modra | 1 | -4/+10 |