diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-10-16 02:41:17 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-10-16 02:41:17 +0000 |
commit | 88938c54aa432a321bbae6ac2db54b0a1de368d9 (patch) | |
tree | 6eb23cea5f369b0479825b657d1baf9ed941a1d1 | |
parent | c0e1076db2158261fa04b3ed28374d92e6259992 (diff) | |
download | binutils-88938c54aa432a321bbae6ac2db54b0a1de368d9.zip binutils-88938c54aa432a321bbae6ac2db54b0a1de368d9.tar.gz binutils-88938c54aa432a321bbae6ac2db54b0a1de368d9.tar.bz2 |
* findvar.c (value_from_register): When preparing to cast a value
from REGISTER_VIRTUAL_TYPE to type, copy the REGISTER_VIRTUAL_SIZE;
the old code didn't copy the whole thing.
* valops.c (value_assign): Add comment.
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index dd1b203..cc1a08c 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +Fri Oct 15 21:29:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com) + + * findvar.c (value_from_register): When preparing to cast a value + from REGISTER_VIRTUAL_TYPE to type, copy the REGISTER_VIRTUAL_SIZE; + the old code didn't copy the whole thing. + * valops.c (value_assign): Add comment. + Fri Oct 15 12:57:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) * mipsread.c (upgrade_type): Replace bitsize sanity checks and |