2003-03-30 Andrew Cagney <cagney@redhat.com>
2002-11-10 Klee Dienes <kdienes@apple.com> * value.h (struct value): Update comment.
This commit is contained in:
parent
6c2b51687c
commit
ed234cf863
2 changed files with 6 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
|||
2003-03-30 Andrew Cagney <cagney@redhat.com>
|
||||
|
||||
2002-11-10 Klee Dienes <kdienes@apple.com>
|
||||
* value.h (struct value): Update comment.
|
||||
|
||||
2003-03-30 Andrew Cagney <cagney@redhat.com>
|
||||
|
||||
* d10v-tdep.c: Replace _FP_REGNUM and FP_REGNUM with
|
||||
|
|
|
@ -128,9 +128,7 @@ struct value
|
|||
list. */
|
||||
struct value *next;
|
||||
|
||||
/* Register number if the value is from a register. Is not kept
|
||||
if you take a field of a structure that is stored in a
|
||||
register. Shouldn't it be? */
|
||||
/* Register number if the value is from a register. */
|
||||
short regno;
|
||||
/* If zero, contents of this value are in the contents field.
|
||||
If nonzero, contents are in inferior memory at address
|
||||
|
|
Loading…
Reference in a new issue