* somsolib.c (som_solib_create_inferior_hook): Before returning
authorJeff Law <law@redhat.com>
Wed, 28 Feb 1996 20:36:27 +0000 (20:36 +0000)
committerJeff Law <law@redhat.com>
Wed, 28 Feb 1996 20:36:27 +0000 (20:36 +0000)
        call clear_symtab_users.
Fixes minor hpux problem with 7763 patches.

gdb/ChangeLog
gdb/somsolib.c

index 81689a4bc05ddf3fbba53929337d3670d3862cac..afac26ed1ffde5b4b736eec7c2704c7326c4e589 100644 (file)
@@ -1,3 +1,16 @@
+Wed Feb 28 13:32:05 1996  Jeffrey A Law  (law@cygnus.com)
+
+       * somsolib.c (som_solib_create_inferior_hook): Before returning
+       call clear_symtab_users.
+
+Tue Feb 27 00:04:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
+
+       * remote-e7000.c (e7000_open):  Delete all breakpoints when
+       connecting to e7000.  Change connect message to allow use of
+       monitor.exp in test suite.
+       * (e7000_load):  Print transfer rate of download.
+       * symfile.c (generic_load):  Print transfer rate of download.
+
 Sun Feb 25 13:58:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
 
        * configure.in (mips*-*-vxworks*): New config.
index 9e36d19543e1a61c9ea519b84bccab60f8299f3e..438bce0a3a4820e34e3760c06ca1310fc0dbccfc 100644 (file)
@@ -672,6 +672,7 @@ keep_going:
       free (so_list_head);
       so_list_head = temp->next;
     }
+  clear_symtab_users ();
 }
 
 /* Return the GOT value for the shared library in which ADDR belongs.  If