diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/ChangeLog | 5 | ||||
-rw-r--r-- | include/dwarf2.h | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index 584512d..e8f3717 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,8 @@ +2010-04-05 Jakub Jelinek <jakub@redhat.com> + + * dwarf2.h (DWARF2_Internal_LineInfo): Add li_max_ops_per_insn + field. + 2010-03-25 Joseph Myers <joseph@codesourcery.com> * dis-asm.h (print_insn_tic6x): Declare. diff --git a/include/dwarf2.h b/include/dwarf2.h index 303af70..df766c1 100644 --- a/include/dwarf2.h +++ b/include/dwarf2.h @@ -66,6 +66,7 @@ typedef struct unsigned short li_version; unsigned int li_prologue_length; unsigned char li_min_insn_length; + unsigned char li_max_ops_per_insn; unsigned char li_default_is_stmt; int li_line_base; unsigned char li_line_range; |