From: Jim Kingdon Date: Thu, 23 Sep 1993 19:46:32 +0000 (+0000) Subject: * valops.c (search_struct_method, value_struct_elt): X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d4778d0f06935fe153683b1eafa113d985fa9240;p=binutils-gdb.git * valops.c (search_struct_method, value_struct_elt): Use (value)-1, not -1, for error. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 3bc857bfe87..05c31feaed6 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,8 @@ Thu Sep 23 10:49:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com) + * valops.c (search_struct_method, value_struct_elt): + Use (value)-1, not -1, for error. + * infcmd.c (step_1), infrun.c (wait_for_inferior): Add comments about SHIFT_INST_REGS.