View | Details | Raw Unified
Collapse All | Expand All

(-) gdb/dwarf2loc.h.orig (-2 / +2 lines)
 Lines 39-45    Link Here 
  gdb_byte *data;
  gdb_byte *data;
  /* Length of the location expression.  */
  /* Length of the location expression.  */
  unsigned short size;
  unsigned long size;
  /* The objfile containing the symbol whose location we're computing.  */
  /* The objfile containing the symbol whose location we're computing.  */
  struct objfile *objfile;
  struct objfile *objfile;
 Lines 55-61    Link Here 
  gdb_byte *data;
  gdb_byte *data;
  /* Length of the location list.  */
  /* Length of the location list.  */
  unsigned short size;
  unsigned long size;
  /* The objfile containing the symbol whose location we're computing.  */
  /* The objfile containing the symbol whose location we're computing.  */
  /* Used (only???) by thread local variables.  The objfile in which
  /* Used (only???) by thread local variables.  The objfile in which