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