* remote-os9k.c (rombug_wait): Call find_pc_section not
authorJim Kingdon <jkingdon@engr.sgi.com>
Wed, 2 Mar 1994 18:33:58 +0000 (18:33 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Wed, 2 Mar 1994 18:33:58 +0000 (18:33 +0000)
find_pc_objfile.

gdb/remote-os9k.c

index b6d6758fc476d50848f69bdf9b397ced5fc6bd4e..d0d91fd5115f823d62f5a1677d40cf2200a3e857 100644 (file)
@@ -495,7 +495,7 @@ rombug_wait (pid, status)
 
   obj_sec = find_pc_section (pc);
   if (obj_sec != NULL)
-    new_symfile_objfile (obj_sec, 1, 0);
+    new_symfile_objfile (obj_sec->objfile, 1, 0);
 
   offs = ((struct section_offsets *)
         alloca (sizeof (struct section_offsets)