summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>2010-04-06 07:37:37 +0000
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>2010-04-06 07:37:37 +0000
commita1b9762a00210b64f90bc9e4599d336fea68b574 (patch)
tree141d81ab71c4aa3a913dca0fed255e725b240118 /include
parent9c6692ad8a1a945b6c3afec0dfb44671059e8ac8 (diff)
downloadgcc-a1b9762a00210b64f90bc9e4599d336fea68b574.tar.gz
* dwarf2.h (DWARF2_Internal_LineInfo): Add li_max_ops_per_insn
field. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157983 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'include')
-rw-r--r--include/ChangeLog5
-rw-r--r--include/dwarf2.h4
2 files changed, 8 insertions, 1 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index d9374421cd1..bc5a15e58af 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,8 @@
+2010-04-06 Jakub Jelinek <jakub@redhat.com>
+
+ * dwarf2.h (DWARF2_Internal_LineInfo): Add li_max_ops_per_insn
+ field.
+
2010-03-23 Joseph Myers <joseph@codesourcery.com>
* symcat.h (CONCAT5, CONCAT6, XCONCAT5, XCONCAT6): Define.
diff --git a/include/dwarf2.h b/include/dwarf2.h
index 303af70be1c..0b0355232be 100644
--- a/include/dwarf2.h
+++ b/include/dwarf2.h
@@ -1,7 +1,8 @@
/* Declarations and definitions of codes relating to the DWARF2 and
DWARF3 symbolic debugging information formats.
Copyright (C) 1992, 1993, 1995, 1996, 1997, 1999, 2000, 2001, 2002,
- 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+ 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
+ Free Software Foundation, Inc.
Written by Gary Funck (gary@intrepid.com) The Ada Joint Program
Office (AJPO), Florida State University and Silicon Graphics Inc.
@@ -66,6 +67,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;