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:
parent
d73188182e
commit
25ae5d16b1
5 changed files with 22 additions and 45 deletions
|
@ -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. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue