* solib.c (_initialize_solib): Add missing '\' chars at ends of
authorFred Fish <fnf@specifix.com>
Tue, 20 Aug 1996 22:56:22 +0000 (22:56 +0000)
committerFred Fish <fnf@specifix.com>
Tue, 20 Aug 1996 22:56:22 +0000 (22:56 +0000)
  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

gdb/ChangeLog

index 6554bb44777f3f97a19ec0d6c892e2d36e6167ff..ce80109091e4392517d51f6601e23eff094f9fe7 100644 (file)
@@ -1,3 +1,15 @@
+Tue Aug 20 15:37:03 1996  Fred Fish  <fnf@taarna.cygnus.com>
+
+       * 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  <fnf@cygnus.com>
+
+       * mips-tdep.c (mips_push_arguments): Make sure sp and struct_addr
+       are properly aligned.
+
 Fri Aug 16 17:54:26 1996  Stan Shebs  <shebs@andros.cygnus.com>
 
        * rs6000-tdep.c (rs6000_fix_call_dummy): Add full set of arguments.