diff options
author | Jeff Law <law@redhat.com> | 1996-02-28 20:36:27 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1996-02-28 20:36:27 +0000 |
commit | a4f39c0651b52bdc737ac851b20171a8aae9edc8 (patch) | |
tree | f7f8ffee275d843089ef4e4efc4bdb087905d28d /gdb/somsolib.c | |
parent | aaefc574d6743d8850a95f514ed5e6c546051ba1 (diff) | |
download | gdb-a4f39c0651b52bdc737ac851b20171a8aae9edc8.zip gdb-a4f39c0651b52bdc737ac851b20171a8aae9edc8.tar.gz gdb-a4f39c0651b52bdc737ac851b20171a8aae9edc8.tar.bz2 |
* somsolib.c (som_solib_create_inferior_hook): Before returning
call clear_symtab_users.
Fixes minor hpux problem with 7763 patches.
Diffstat (limited to 'gdb/somsolib.c')
-rw-r--r-- | gdb/somsolib.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/somsolib.c b/gdb/somsolib.c index 9e36d19..438bce0 100644 --- a/gdb/somsolib.c +++ b/gdb/somsolib.c @@ -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 |