ld: Always call elf_backend_output_arch_local_syms
[binutils-gdb.git] / bfd / dwarf2.c
2022-11-11 Alan ModraPR28834, PR26946 sanity checking section size
2022-10-04 Potharla, Rupeshignore DWARF debug information for -gsplit-dwarf with...
2022-09-21 Alan ModraPR29573, addr2line doesn't display file/line for local...
2022-09-21 Alan Modradwarf2.c: simplify best_fit_len tests
2022-09-21 Alan Modradwarf2.c: mangle_style
2022-09-21 Alan Modradwarf2.c remove varinfo and funcinfo sec field
2022-09-06 Aaron Mereybfd: Add bfd_find_nearest_line_with_alt
2022-08-30 Nick CliftonBFD library: Use entry 0 in directory and filename...
2022-08-27 rupotharbfd: Fix minor bug in read_indexed_address function.
2022-08-08 Martin Liskaadd splay tree for info_ptr -> CU mapping
2022-08-08 Martin Liskadwarf: use find_abstract_instance for vars and DW_AT_sp...
2022-07-29 Nick CliftonStop the linker from complaining about unrecognised...
2022-06-15 Alan ModraPR29230, segv in lookup_symbol_in_variable_table
2022-06-02 Alan Modraasan: NULL deref in scan_unit_for_symbols
2022-05-27 Alan ModraRemove use of bfd_uint64_t and similar
2022-05-26 Potharla, Rupeshbfd: Add Support for DW_FORM_strx* and DW_FORM_addrx*
2022-05-20 Steinar H. Gundersonadd a trie to map quickly from address range to compila...
2022-04-03 Alan ModraRevert commit 240d6706c6a2
2022-03-29 Jan Beulichbfd/Dwarf2: gas doesn't mangle names
2022-03-29 Jan Beulichbfd/Dwarf2: make find-nearest-line returned function...
2022-03-22 Steiner H GundersonFix return code in _bfd_dwarf2_find_nearest_line().
2022-03-21 Steiner H GundersonReduce O(n2) performance overhead when parsing DWARF...
2022-02-02 Nick CliftonStop the BFD library complaining about compressed dwarf...
2022-01-02 Alan ModraUpdate year range in copyright notice of binutils files
2021-12-15 Alan ModraPR28691, validate dwarf attribute form
2021-12-09 Alan ModraPR28674, objdump crash
2021-07-10 Alan ModraTidy commit 49910fd88dcd
2021-07-02 Nick CliftonFix an illegal memory access triggered by an attempt...
2021-06-07 Jan Beulichfix Dwarf2 build with certain gcc versions
2021-05-22 Alan Modrabfd dwarf2 sanity checking
2021-05-20 Andrew Burgessgdb/bfd: avoid crash when architecture is forced to...
2021-03-31 Alan ModraUse bool in bfd
2021-03-23 Jan Beulichbfd: avoid "shadowing" of glibc function name
2021-03-22 Martin LiskaAdd startswith function and use it instead of CONST_STRNEQ.
2021-03-19 H.J. LuDWARF: Check version >= 3 for DW_FORM_ref_addr
2021-03-05 Nick CliftonAdd support for the DW_FORM_strx* forms to the BFD...
2021-03-02 Nick CliftonFix the BFD library's parsing of DIEs where specificati...
2021-01-24 H.J. LuDWARF-5: Ignore empty range in DWARF-5 line number...
2021-01-24 H.J. LuDWARF-5: Fix parsing DWARF-5 line number tables
2021-01-01 Alan ModraUpdate year range in copyright notice of binutils files
2020-11-26 Nick CliftonPrevent a memory allocation failure when parsing corrup...
2020-08-29 Nick CliftonInclude members in the variable table used when resolvi...
2020-08-25 Mark WielaardFix the linker's handling of DWARF-5 line number tables.
2020-08-24 Mark Wielaardbfd: Handle DW_FORM_data16 for .debug_line tables conta...
2020-05-21 Alan ModraReplace "if (x) free (x)" with "free (x)", bfd
2020-04-16 Alan ModraPR25827, Null pointer dereferencing in scan_unit_for_sy...
2020-03-19 Nick CliftonFix discrepancies in nm's --line-number output by addin...
2020-02-26 Alan ModraIndent labels
2020-02-19 Alan Modrabfd_size_type to size_t
2020-01-01 Alan ModraUpdate year range in copyright notice of binutils files
2019-12-03 Alan ModraPR25230, addr2line fails on dwz output
2019-12-03 Alan ModraPR25230, dwarf2.c per file stash
2019-12-03 Alan Modradwarf2.c: read_abbrevs fail cleanup, and offset checking
2019-12-03 Alan Modradwarf2.c stash->sec_info_ptr and stash->sec
2019-12-03 Alan Modra_bfd_dwarf2_find_nearest_line comment fix
2019-11-27 Alan ModraPR23652, Use symbols from debug bfd for _bfd_elf_find_f...
2019-11-27 Alan ModraPR23652, Use symbols from debug bfd for _bfd_elf_find_f...
2019-10-14 Alan Modraqsort: dwarf2.c
2019-10-11 Max Filippovbfd/dwarf2.c: fix assertion failure in comp_unit_hash_info
2019-10-09 Alan ModraPR25070, SEGV in function _bfd_dwarf2_find_nearest_line
2019-10-08 Alan ModraPR25078, stack overflow in function find_abstract_instance
2019-09-18 Alan Modrabfd_asymbol_* macros
2019-09-02 Alan ModraRe: Memory leak in dwarf2.c
2019-09-02 Alan ModraMemory leak in dwarf2.c
2019-08-19 Tom TromeyFix N^2 behavior in _bfd_dwarf2_find_symbol_bias
2019-08-15 Tom TromeyFix CU overrun in scan_unit_for_symbols
2019-08-14 Alan ModraPR24623, DWARF errors
2019-08-14 Alan ModraUse comp_unit_maybe_decode_line_info in more places
2019-08-14 Alan ModraRemove _bfd_dwarf2_find_nearest_line addr_size parameter
2019-05-28 Alan ModraXCOFF linker segmentation fault
2019-04-03 Alan ModraBFD whitespace fixes
2019-03-14 Nick CliftonFix a buffer overrun error when attempting to parse...
2019-03-06 Nick CliftonFix a segmentation fault triggered by disassembling...
2019-01-01 Alan ModraUpdate year range in copyright notice of binutils files
2018-10-03 Millan WolffFix the handling of inlined frames in DWARF debug info.
2018-09-20 Alan ModraBug 23686, two segment faults in nm
2018-09-14 Alan ModraPR23425, unresolved symbol diagnostic
2018-07-24 Alan ModraPR23430, Indices misspelled
2018-04-17 Nick CliftonAdd a check for a NULL table pointer before attempting...
2018-02-28 Nick CliftonCatch integer overflows/underflows when parsing corrupt...
2018-02-25 Alan ModraELF linker messages
2018-02-19 Alan ModraDon't use %ll
2018-02-19 Alan Modra%L conversions
2018-02-06 Paul CarrollAllow the find_abstract_instance_name() function in...
2018-01-03 Alan ModraUpdate year range in copyright notice of binutils files
2017-12-06 Alan ModraBFD whitespace fixes
2017-10-09 Alan ModraPR22212, memory leak in nm
2017-10-01 Alan ModraPR21957, addr2line incorrectly handles non-increasing...
2017-10-01 Alan ModraPR22047, Heap out of bounds read in parse_comp_unit
2017-09-26 Alan ModraTidy reading data in read_formatted_entries
2017-09-26 Nick CliftonAvoid needless resource usage when processing a corrupt...
2017-09-26 Alan ModraPR22209, invalid memory read in find_abstract_instance_name
2017-09-26 Alan ModraPR22205, .debug_line file table NULL filename
2017-09-26 Alan ModraPR22204, Lack of DW_LNE_end_sequence causes "infinite...
2017-09-25 Alan ModraPR22201, DW_AT_name with out of bounds reference
2017-09-25 Alan ModraPR22200, DWARF5 .debug_line sanity check
2017-09-24 Alan ModraPR22191, memory leak in dwarf2.c
2017-09-24 Alan ModraPR22187, infinite loop in find_abstract_instance_name
2017-09-24 Alan ModraPR22186, divide-by-zero in decode_line_info
2017-09-24 Alan ModraPR22169, heap-based buffer overflow in read_1_byte
next