* dwarf.h (debug_info): Add offset_info and dwarf_version fields.
[deliverable/binutils-gdb.git] / binutils / dwarf.h
index a9b501f3e7ea460dc369c3aecda86af2995f7541..df90ae0c33754199bc837bbf29b90a0a9cad2a32 100644 (file)
@@ -1,5 +1,5 @@
 /* dwarf.h - DWARF support header file
-   Copyright 2005, 2007, 2008, 2009
+   Copyright 2005, 2007, 2008, 2009, 2010
    Free Software Foundation, Inc.
 
    This file is part of GNU Binutils.
@@ -84,6 +84,8 @@ extern struct dwarf_section_display debug_displays [];
 typedef struct
 {
   unsigned int   pointer_size;
+  unsigned int   offset_size;
+  int            dwarf_version;
   unsigned long  cu_offset;
   unsigned long         base_address;
   /* This is an array of offsets to the location list table.  */
This page took 0.024582 seconds and 4 git commands to generate.