Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 169366
Collapse All | Expand All

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

Return to bug 169366