]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
dwarf2.h (DWARF2_Internal_LineInfo): Add li_max_ops_per_insn field.
authorJakub Jelinek <jakub@redhat.com>
Tue, 6 Apr 2010 07:37:37 +0000 (09:37 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Tue, 6 Apr 2010 07:37:37 +0000 (09:37 +0200)
* dwarf2.h (DWARF2_Internal_LineInfo): Add li_max_ops_per_insn
field.

From-SVN: r157983

include/ChangeLog
include/dwarf2.h

index d9374421cd1f74807f3b60ba44db5a3865db3c62..bc5a15e58afdc9de4f0778dee39f50f155257d21 100644 (file)
@@ -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.
index 303af70be1c8219b9d6ad6deab792bf1fa860f87..0b0355232bed8f29de42002fe4d8a6dbb6160294 100644 (file)
@@ -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;