forked from Imagelibrary/binutils-gdb
* dwarf2expr.c (execute_stack_op, case DW_OP_piece): Delete unused
local addr_or_regnum.
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
2009-09-11 Doug Evans <dje@google.com>
|
||||
|
||||
* dwarf2expr.c (execute_stack_op, case DW_OP_piece): Delete unused
|
||||
local addr_or_regnum.
|
||||
|
||||
* objfiles.c (struct objfile_data): Delete member cleanup and replace
|
||||
with save, free.
|
||||
(register_objfile_data_with_cleanup): Delete arg cleanup and replace
|
||||
|
||||
@@ -794,7 +794,6 @@ execute_stack_op (struct dwarf_expr_context *ctx,
|
||||
case DW_OP_piece:
|
||||
{
|
||||
ULONGEST size;
|
||||
CORE_ADDR addr_or_regnum;
|
||||
|
||||
/* Record the piece. */
|
||||
op_ptr = read_uleb128 (op_ptr, op_end, &size);
|
||||
|
||||
Reference in New Issue
Block a user