]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* somsolib.c: Include gdb_stat.h.
authorJeff Law <law@redhat.com>
Wed, 6 May 1998 22:33:06 +0000 (22:33 +0000)
committerJeff Law <law@redhat.com>
Wed, 6 May 1998 22:33:06 +0000 (22:33 +0000)
gdb/ChangeLog
gdb/somsolib.c

index 7f61a1790f9d8f734866a730b97d1bc7e2b582c9..d7492ae27600173470135c8dfcd0b7ce6fd17be8 100644 (file)
@@ -1,3 +1,13 @@
+Wed May  6 16:34:03 1998  Jeffrey A Law  (law@cygnus.com)
+
+       * somsolib.c: Include gdb_stat.h.
+
+Mon May  4 16:24:22 1998  Mark Alexander  <marka@cygnus.com>
+
+       * defs.h (make_run_cleanup): Declare.
+       * solib.c (find_solib): Pass correct number of arguments to
+       make_run_cleanup.
+
 Sat May  2 09:35:07 1998  Stu Grossman  <grossman@babylon-5.cygnus.com>
 
        * ocd.h:  Add new flags, function codes, and processor types to support
index b24e6722a63572279b29241cad205e2e6089e164..6c864af51a1832b3780ab8bcaeb27bb8e01a0da3 100644 (file)
@@ -34,6 +34,7 @@ and by Cygnus Support.  */
 #include "objfiles.h"
 #include "inferior.h"
 #include "gdb-stabs.h"
+#include "gdb_stat.h"
 #include "gdbcmd.h"
 #include "language.h"