From: Fred Fish Date: Tue, 20 Aug 1996 22:56:22 +0000 (+0000) Subject: * solib.c (_initialize_solib): Add missing '\' chars at ends of X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=dbc4eefc3dcccd9f8759540505e3fb9c466c7d62;p=binutils-gdb.git * solib.c (_initialize_solib): Add missing '\' chars at ends of strings that continue on next line. (enable_break): Replace "return 0" with setting success to zero and letting normal return handle the return. Fix for 96q4 bug 003 --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 6554bb44777..ce80109091e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,15 @@ +Tue Aug 20 15:37:03 1996 Fred Fish + + * solib.c (_initialize_solib): Add missing '\' chars at ends of + strings that continue on next line. + (enable_break): Replace "return 0" with setting success to zero + and letting normal return handle the return. + +Sat Aug 17 14:16:23 1996 Fred Fish + + * mips-tdep.c (mips_push_arguments): Make sure sp and struct_addr + are properly aligned. + Fri Aug 16 17:54:26 1996 Stan Shebs * rs6000-tdep.c (rs6000_fix_call_dummy): Add full set of arguments.