mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-05-30 15:56:36 +08:00
2004-11-12 Andrew Cagney <cagney@gnu.org>
* defs.h (enum lval_type): Delete lval_reg_frame_relative. * value.h (struct value): Update comment. * valops.c (value_assign): Fold lval_reg_fame_relative into lval_register. * findvar.c (value_from_register, locate_var_value): Ditto.
This commit is contained in:
@ -75,11 +75,8 @@ struct value
|
||||
For BITS_BIG_ENDIAN=1 targets, it is the position of the MSB. */
|
||||
int bitpos;
|
||||
|
||||
/* Frame value is relative to. In practice, this ID is only used if
|
||||
the value is stored in several registers in other than the
|
||||
current frame, and these registers have not all been saved at the
|
||||
same place in memory. This will be described in the lval enum
|
||||
above as "lval_reg_frame_relative". */
|
||||
/* Frame register value is relative to. This will be described in
|
||||
the lval enum above as "lval_register". */
|
||||
struct frame_id frame_id;
|
||||
|
||||
/* Type of the value. */
|
||||
|
Reference in New Issue
Block a user