diff options
author | Jakub Jelinek <jakub@redhat.com> | 2010-04-06 07:39:30 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2010-04-06 07:39:30 +0000 |
commit | 44ac55bcb6e087e6e181a4d893e5ede15e977a04 (patch) | |
tree | c5b58d8e7d2d6a87fd7fa315ee96a49464cb7f89 /include/dwarf2.h | |
parent | 26f5e38ec0f2640359a65c2840fd219ea3c0a660 (diff) | |
download | cygnal-44ac55bcb6e087e6e181a4d893e5ede15e977a04.tar.gz cygnal-44ac55bcb6e087e6e181a4d893e5ede15e977a04.tar.bz2 cygnal-44ac55bcb6e087e6e181a4d893e5ede15e977a04.zip |
merge from gcc
Diffstat (limited to 'include/dwarf2.h')
-rw-r--r-- | include/dwarf2.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/dwarf2.h b/include/dwarf2.h index 303af70be..0b0355232 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; |