X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gdb%2Fframe-unwind.c;h=ce2f6da831348ed5111d155b4f113fed0f1716fc;hb=7195e6f018c7928c8b7be37e56b4df2656402618;hp=b66febff63966b48a0a00337414a1b2e45366a29;hpb=58722cac5aa9ea0b18a8fe5e76031f62cea017bc;p=platform%2Fupstream%2Fbinutils.git diff --git a/gdb/frame-unwind.c b/gdb/frame-unwind.c index b66febf..ce2f6da 100644 --- a/gdb/frame-unwind.c +++ b/gdb/frame-unwind.c @@ -162,11 +162,9 @@ struct value * frame_unwind_got_optimized (struct frame_info *frame, int regnum) { struct gdbarch *gdbarch = frame_unwind_arch (frame); - struct value *reg_val; + struct type *reg_type = register_type (gdbarch, regnum); - reg_val = value_zero (register_type (gdbarch, regnum), not_lval); - set_value_optimized_out (reg_val, 1); - return reg_val; + return allocate_optimized_out_value (reg_type); } /* Return a value which indicates that FRAME copied REGNUM into