From: Daniel Jacobowitz Date: Sun, 28 Jan 2007 01:38:40 +0000 (+0000) Subject: * dwarf2loc.h (struct dwarf2_locexpr_baton): Change size to a long. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=607269ae716a9a6d137370f0d5f3b49193904688;p=binutils-gdb.git * dwarf2loc.h (struct dwarf2_locexpr_baton): Change size to a long. (struct dwarf2_loclist_baton): Likewise. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index a6ef394d30e..ccf63eeb7bf 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2007-01-27 Daniel Jacobowitz + + * dwarf2loc.h (struct dwarf2_locexpr_baton): Change size to a long. + (struct dwarf2_loclist_baton): Likewise. + 2007-01-27 Eli Zaretskii * cli/cli-script.c: Include breakpoint.h. diff --git a/gdb/dwarf2loc.h b/gdb/dwarf2loc.h index 901b87c80e6..7a951f81f9d 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