From 88938c54aa432a321bbae6ac2db54b0a1de368d9 Mon Sep 17 00:00:00 2001 From: Jim Kingdon Date: Sat, 16 Oct 1993 02:41:17 +0000 Subject: [PATCH] * 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. --- gdb/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index dd1b20309a6..cc1a08c19d3 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 -- 2.30.2