summaryrefslogtreecommitdiffstats
path: root/gdb/dwarf2loc.h
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2007-01-28 01:38:40 +0000
committerDaniel Jacobowitz <drow@false.org>2007-01-28 01:38:40 +0000
commit607269ae716a9a6d137370f0d5f3b49193904688 (patch)
tree5361c38aa8519670c0b887d65c4b97ef0c1a7375 /gdb/dwarf2loc.h
parentaab432b0ca4e9c7bb41f9d6ad24d6af005eb0b96 (diff)
downloadppe42-binutils-607269ae716a9a6d137370f0d5f3b49193904688.tar.gz
ppe42-binutils-607269ae716a9a6d137370f0d5f3b49193904688.zip
* dwarf2loc.h (struct dwarf2_locexpr_baton): Change size to a long.
(struct dwarf2_loclist_baton): Likewise.
Diffstat (limited to 'gdb/dwarf2loc.h')
-rw-r--r--gdb/dwarf2loc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/dwarf2loc.h b/gdb/dwarf2loc.h
index 901b87c80e..7a951f81f9 100644
--- a/gdb/dwarf2loc.h
+++ b/gdb/dwarf2loc.h
@@ -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
OpenPOWER on IntegriCloud