Age | Commit message (Expand) | Author | Files | Lines |
2021-01-24 | DWARF-5: Ignore empty range in DWARF-5 line number tables | H.J. Lu | 1 | -3/+0 |
2021-01-23 | DWARF-5: Fix parsing DWARF-5 line number tables | H.J. Lu | 1 | -0/+2 |
2021-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2020-11-26 | Prevent a memory allocation failure when parsing corrupt DWARF debug sections. | Nick Clifton | 1 | -6/+19 |
2020-08-29 | Include members in the variable table used when resolving DW_AT_specification... | Nick Clifton | 1 | -2/+3 |
2020-08-25 | Fix the linker's handling of DWARF-5 line number tables. | Mark Wielaard | 1 | -2/+124 |
2020-08-24 | bfd: Handle DW_FORM_data16 for .debug_line tables containing MD5 | Mark Wielaard | 1 | -2/+19 |
2020-05-21 | Replace "if (x) free (x)" with "free (x)", bfd | Alan Modra | 1 | -30/+13 |
2020-04-16 | PR25827, Null pointer dereferencing in scan_unit_for_symbols | Alan Modra | 1 | -5/+7 |
2020-03-19 | Fix discrepancies in nm's --line-number output by adding support for the DW_A... | Nick Clifton | 1 | -18/+68 |
2020-02-26 | Indent labels | Alan Modra | 1 | -1/+1 |
2020-02-19 | bfd_size_type to size_t | Alan Modra | 1 | -22/+22 |
2020-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2019-12-03 | PR25230, addr2line fails on dwz output | Alan Modra | 1 | -60/+156 |
2019-12-03 | PR25230, dwarf2.c per file stash | Alan Modra | 1 | -246/+235 |
2019-12-03 | dwarf2.c: read_abbrevs fail cleanup, and offset checking | Alan Modra | 1 | -29/+22 |
2019-12-03 | dwarf2.c stash->sec_info_ptr and stash->sec | Alan Modra | 1 | -20/+4 |
2019-12-03 | _bfd_dwarf2_find_nearest_line comment fix | Alan Modra | 1 | -3/+1 |
2019-11-27 | PR23652, Use symbols from debug bfd for _bfd_elf_find_function properly | Alan Modra | 1 | -6/+13 |
2019-11-27 | PR23652, Use symbols from debug bfd for _bfd_elf_find_function | Alan Modra | 1 | -7/+51 |
2019-10-14 | qsort: dwarf2.c | Alan Modra | 1 | -5/+15 |
2019-10-11 | bfd/dwarf2.c: fix assertion failure in comp_unit_hash_info | Max Filippov | 1 | -2/+2 |
2019-10-09 | PR25070, SEGV in function _bfd_dwarf2_find_nearest_line | Alan Modra | 1 | -1/+10 |
2019-10-09 | PR25078, stack overflow in function find_abstract_instance | Alan Modra | 1 | -18/+17 |
2019-09-18 | bfd_asymbol_* macros | Alan Modra | 1 | -5/+5 |
2019-09-02 | Re: Memory leak in dwarf2.c | Alan Modra | 1 | -18/+20 |
2019-09-02 | Memory leak in dwarf2.c | Alan Modra | 1 | -7/+9 |
2019-08-19 | Fix N^2 behavior in _bfd_dwarf2_find_symbol_bias | Tom Tromey | 1 | -10/+46 |
2019-08-15 | Fix CU overrun in scan_unit_for_symbols | Tom Tromey | 1 | -1/+1 |
2019-08-14 | PR24623, DWARF errors | Alan Modra | 1 | -110/+131 |
2019-08-14 | Use comp_unit_maybe_decode_line_info in more places | Alan Modra | 1 | -32/+5 |
2019-08-14 | Remove _bfd_dwarf2_find_nearest_line addr_size parameter | Alan Modra | 1 | -13/+2 |
2019-05-28 | XCOFF linker segmentation fault | Alan Modra | 1 | -2/+6 |
2019-04-03 | BFD whitespace fixes | Alan Modra | 1 | -1/+1 |
2019-03-14 | Fix a buffer overrun error when attempting to parse corrupt DWARF information. | Nick Clifton | 1 | -0/+9 |
2019-03-06 | Fix a segmentation fault triggered by disassembling an EFi file with source i... | Nick Clifton | 1 | -1/+1 |
2019-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2018-10-03 | Fix the handling of inlined frames in DWARF debug info. | Millan Wolff | 1 | -1/+1 |
2018-09-20 | Bug 23686, two segment faults in nm | Alan Modra | 1 | -1/+8 |
2018-09-14 | PR23425, unresolved symbol diagnostic | Alan Modra | 1 | -1/+3 |
2018-07-24 | PR23430, Indices misspelled | Alan Modra | 1 | -1/+1 |
2018-04-17 | Add a check for a NULL table pointer before attempting to compute a DWARF fil... | Nick Clifton | 1 | -1/+1 |
2018-02-28 | Catch integer overflows/underflows when parsing corrupt DWARF FORM blocks. | Nick Clifton | 1 | -15/+21 |
2018-02-26 | ELF linker messages | Alan Modra | 1 | -31/+31 |
2018-02-19 | Don't use %ll | Alan Modra | 1 | -4/+4 |
2018-02-19 | %L conversions | Alan Modra | 1 | -10/+12 |
2018-02-06 | Allow the find_abstract_instance_name() function in the BFD library to also r... | Paul Carroll | 1 | -10/+22 |
2018-01-03 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2017-12-06 | BFD whitespace fixes | Alan Modra | 1 | -73/+73 |
2017-10-09 | PR22212, memory leak in nm | Alan Modra | 1 | -0/+4 |