Age | Commit message (Expand) | Author | Files | Lines |
2014-06-26 | Fixes a problem displaying the contents of a binary containing corrupt debug | Nick Clifton | 1 | -4/+18 |
2014-05-28 | addr2line: fix missing inlined frames. | Tristan Gingold | 1 | -9/+18 |
2014-04-24 | PR16867, linking object with separate debug file | Alan Modra | 1 | -135/+171 |
2014-04-23 | PR ld/16787, stale dwarf2 stash | Alan Modra | 1 | -7/+78 |
2014-03-05 | Update copyright years | Alan Modra | 1 | -1/+1 |
2014-01-28 | When parsing a DW_FORM_ref_addr attribute the CU containing the | Nick Clifton | 1 | -0/+24 |
2013-10-25 | PR binutils/15994 | Nick Clifton | 1 | -1/+1 |
2013-10-25 | PR binutils/15994 | Nick Clifton | 1 | -28/+67 |
2013-05-29 | * dwarf2.c (struct dwarf2_debug): Add fields for handling | Nick Clifton | 1 | -6/+142 |
2013-01-10 | Remove trailing white spaces in bfd | H.J. Lu | 1 | -3/+3 |
2012-11-09 | Remove trailing redundant `;' | H.J. Lu | 1 | -1/+1 |
2012-08-01 | * dwarf2.c (struct dwarf2_debug): Add close_on_cleanup. | Alan Modra | 1 | -3/+8 |
2012-07-26 | 2012-07-26 Teresa Johnson <tejohnson@google.com> | Cary Coutant | 1 | -0/+2 |
2012-07-24 | 2012-07-24 Teresa Johnson <tejohnson@google.com> | Cary Coutant | 1 | -10/+29 |
2012-05-16 | * dwarf2.c: Formatting. | Alan Modra | 1 | -73/+115 |
2012-05-03 | 2012-05-03 Tristan Gingold <gingold@adacore.com> | Tristan Gingold | 1 | -2/+6 |
2012-04-27 | * dwarf2.c (scan_unit_for_symbols): Account for DW_AT_high_pc | Mark Wielaard | 1 | -0/+9 |
2012-01-04 | 2012-01-04 Shinichiro Hamaji <shinichiro.hamaji@gmail.com> | Tristan Gingold | 1 | -109/+125 |
2011-12-13 | 2011-12-13 Shinichiro Hamaji <shinichiro.hamaji@gmail.com> | Tristan Gingold | 1 | -8/+3 |
2011-09-30 | 2011-09-30 Tristan Gingold <gingold@adacore.com> | Tristan Gingold | 1 | -32/+54 |
2011-07-26 | * dwarf2.c (dwarf_debug_sections): Add .debug_macro | Jakub Jelinek | 1 | -0/+2 |
2011-04-28 | bfd: constify a few arrays | Mike Frysinger | 1 | -1/+1 |
2011-04-07 | * dwarf2.c (scan_unit_for_symbols): Check for DW_AT_specification. | Cary Coutant | 1 | -0/+1 |
2011-03-03 | 2011-03-03 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -1/+1 |
2010-10-29 | Add compressed debug section support to binutils and ld. | H.J. Lu | 1 | -92/+82 |
2010-07-14 | PR ld/11817 | Cary Coutant | 1 | -56/+36 |
2010-07-06 | Initialize prev_line. | H.J. Lu | 1 | -0/+1 |
2010-07-03 | bfd/ChangeLog: | Cary Coutant | 1 | -36/+56 |
2010-04-20 | * dwarf2.c (find_abstract_instance_name, scan_unit_for_symbols): Treat | Jakub Jelinek | 1 | -2/+6 |
2010-04-05 | include/ | Jakub Jelinek | 1 | -12/+77 |
2010-04-01 | * dwarf2.c (read_attribute_value): Handle CU version 4 | Jakub Jelinek | 1 | -3/+16 |
2010-03-04 | PR 11302 | Alan Modra | 1 | -60/+119 |
2010-01-19 | * dwarf2.c (read_attribute_value): Add DW_FORM_ref_sig8. | Cary Coutant | 1 | -0/+4 |
2010-01-11 | update copyright date | Alan Modra | 1 | -1/+1 |
2010-01-11 | PR 6832 | Alan Modra | 1 | -1/+5 |
2010-01-04 | Fix -Wshadow warnings in dwarf2.c (seen on alpha-tru64). | Joel Brobecker | 1 | -14/+14 |
2009-12-31 | * dwarf2.c (struct line_sequence): New struct. | Nick Clifton | 1 | -38/+172 |
2009-12-11 | Add -Wshadow to the gcc command line options used when compiling the binutils. | Nick Clifton | 1 | -11/+7 |
2009-09-24 | PR binutils/10654 | Alan Modra | 1 | -80/+12 |
2009-09-09 | Updated soruces in bfd/* to compile cleanly with -Wc++-compat. | Nick Clifton | 1 | -44/+48 |
2009-07-10 | bfd | Tom Tromey | 1 | -1/+1 |
2009-07-03 | 2009-07-03 Cary Coutant <ccoutant@google.com> | Dave Korn | 1 | -0/+4 |
2009-03-16 | 2009-03-16 Andrew Stubbs <ams@codesourcery.com> | Andrew Stubbs | 1 | -2/+1 |
2009-03-12 | 2009-03-12 Andrew Stubbs <ams@codesourcery.com> | Andrew Stubbs | 1 | -38/+38 |
2009-01-30 | * dwarf2.c (read_rangelist): Use read_address to read low_pc and | Adam Nemet | 1 | -14/+5 |
2009-01-22 | PR 6832 | Alan Modra | 1 | -8/+9 |
2008-11-18 | * dwarf2.c (read_section): Fix formatting. | Nick Clifton | 1 | -18/+21 |
2008-11-10 | PR 7012 | Alan Modra | 1 | -32/+37 |
2008-09-08 | PR ld/3191 | Daniel Jacobowitz | 1 | -33/+99 |
2008-09-05 | Fix last commit. | Daniel Jacobowitz | 1 | -31/+31 |