mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-21 01:12:32 +08:00
* dwarf2loc.h (struct dwarf2_locexpr_baton): Change size to a long.
(struct dwarf2_loclist_baton): Likewise.
This commit is contained in:
parent
aab432b0ca
commit
607269ae71
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user