diff options
author | Tristan Gingold <gingold@adacore.com> | 2012-01-19 11:34:44 +0000 |
---|---|---|
committer | Tristan Gingold <gingold@adacore.com> | 2012-01-19 11:34:44 +0000 |
commit | 143a3db09872cc891b1e13371223cb9bcc1ca924 (patch) | |
tree | 12338f5f5d85aacc1cf1100da5092712ea6ce90e /binutils/ChangeLog | |
parent | 8da108ce408d5e9d10529a2a2b1a5cc6aabf88e9 (diff) | |
download | gdb-143a3db09872cc891b1e13371223cb9bcc1ca924.zip gdb-143a3db09872cc891b1e13371223cb9bcc1ca924.tar.gz gdb-143a3db09872cc891b1e13371223cb9bcc1ca924.tar.bz2 |
2012-01-19 Tristan Gingold <gingold@adacore.com>
* dwarf.c (process_extended_line_op): Reindent define_file output.
Detect define_file opcode length mismatch.
(display_debug_lines_decoded): Add an entry in file_table for each
define_file opcode.
Ignore DW_LNE_set_discriminator and DW_LNE_HP_set_sequence.
Display extended opcode for unhandle opcode.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 6a7c76a..469aa36 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,12 @@ +2012-01-19 Tristan Gingold <gingold@adacore.com> + + * dwarf.c (process_extended_line_op): Reindent define_file output. + Detect define_file opcode length mismatch. + (display_debug_lines_decoded): Add an entry in file_table for each + define_file opcode. + Ignore DW_LNE_set_discriminator and DW_LNE_HP_set_sequence. + Display extended opcode for unhandle opcode. + 2012-01-17 Alan Modra <amodra@gmail.com> * version.c (print_version): Update copyright message year. |