projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34b1685
)
* remote-os9k.c (rombug_wait): Call find_pc_section not
author
Jim Kingdon
<jkingdon@engr.sgi.com>
Wed, 2 Mar 1994 18:33:58 +0000
(18:33 +0000)
committer
Jim Kingdon
<jkingdon@engr.sgi.com>
Wed, 2 Mar 1994 18:33:58 +0000
(18:33 +0000)
find_pc_objfile.
gdb/remote-os9k.c
patch
|
blob
|
history
diff --git
a/gdb/remote-os9k.c
b/gdb/remote-os9k.c
index b6d6758fc476d50848f69bdf9b397ced5fc6bd4e..d0d91fd5115f823d62f5a1677d40cf2200a3e857 100644
(file)
--- a/
gdb/remote-os9k.c
+++ b/
gdb/remote-os9k.c
@@
-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)