* dwarf2loc.h (struct dwarf2_locexpr_baton): Change size to a long.
authorDaniel Jacobowitz <drow@false.org>
Sun, 28 Jan 2007 01:38:40 +0000 (01:38 +0000)
committerDaniel Jacobowitz <drow@false.org>
Sun, 28 Jan 2007 01:38:40 +0000 (01:38 +0000)
(struct dwarf2_loclist_baton): Likewise.

gdb/ChangeLog
gdb/dwarf2loc.h

index a6ef394d30e586ef0cb2ee88e8218dc02a01090d..ccf63eeb7bf500f5af6c7587c81a4343894023fd 100644 (file)
@@ -1,3 +1,8 @@
+2007-01-27  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * dwarf2loc.h (struct dwarf2_locexpr_baton): Change size to a long.
+       (struct dwarf2_loclist_baton): Likewise.
+
 2007-01-27  Eli Zaretskii  <eliz@gnu.org>
 
        * cli/cli-script.c: Include breakpoint.h.
index 901b87c80e640016e57a3553a070db3f1bf0113a..7a951f81f9da2e67bf1bce5ce74d01d7527eda64 100644 (file)
@@ -39,7 +39,7 @@ struct dwarf2_locexpr_baton
   gdb_byte *data;
 
   /* Length of the location expression.  */
-  unsigned short size;
+  unsigned long size;
 
   /* The objfile containing the symbol whose location we're computing.  */
   struct objfile *objfile;
@@ -55,7 +55,7 @@ struct dwarf2_loclist_baton
   gdb_byte *data;
 
   /* Length of the location list.  */
-  unsigned short size;
+  unsigned long size;
 
   /* The objfile containing the symbol whose location we're computing.  */
   /* Used (only???) by thread local variables.  The objfile in which