aboutsummaryrefslogtreecommitdiff
path: root/gdb/somsolib.c
diff options
context:
space:
mode:
authorJason Molenda <jmolenda@apple.com>1999-10-12 04:37:53 +0000
committerJason Molenda <jmolenda@apple.com>1999-10-12 04:37:53 +0000
commit2df3850c7bfea139c5baf6c2911c11456a1b32e9 (patch)
treea7b20a626e29e423c610ac0eef23fbe9591684e4 /gdb/somsolib.c
parent50a6e31f5835fc707a0c3ca6e0d56680befb645b (diff)
downloadfsf-binutils-gdb-2df3850c7bfea139c5baf6c2911c11456a1b32e9.zip
fsf-binutils-gdb-2df3850c7bfea139c5baf6c2911c11456a1b32e9.tar.gz
fsf-binutils-gdb-2df3850c7bfea139c5baf6c2911c11456a1b32e9.tar.bz2
import gdb-1999-10-11 snapshot
Diffstat (limited to 'gdb/somsolib.c')
-rw-r--r--gdb/somsolib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/somsolib.c b/gdb/somsolib.c
index eb0cf06..81a3650 100644
--- a/gdb/somsolib.c
+++ b/gdb/somsolib.c
@@ -291,7 +291,7 @@ som_solib_add_solib_objfile (so, name, from_tty, text_addr)
memset (&section_addrs, 0, sizeof (section_addrs));
section_addrs.text_addr = text_addr;
- so->objfile = symbol_file_add (name, from_tty, &section_addrs, 0, 0, 0, 1);
+ so->objfile = symbol_file_add (name, from_tty, &section_addrs, 0, OBJF_SHARED);
so->abfd = so->objfile->obfd;
/* Mark this as a shared library and save private data.