summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Molenda <jmolenda@apple.com>1999-10-12 04:37:25 +0000
committerJason Molenda <jmolenda@apple.com>1999-10-12 04:37:25 +0000
commit50a6e31f5835fc707a0c3ca6e0d56680befb645b (patch)
treea97b6b3bffd05ab7a836e7c5579f8a25d3afa4c9
parent1f776aa55e3393b50284b4a5acecdf5ac67de262 (diff)
downloadbinutils-gdb-50a6e31f5835fc707a0c3ca6e0d56680befb645b.tar.gz
import gdb-1999-10-11 snapshot
-rw-r--r--gdb/windows-nat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/windows-nat.c b/gdb/windows-nat.c
index 11e4fa19719..24d8057cc8f 100644
--- a/gdb/windows-nat.c
+++ b/gdb/windows-nat.c
@@ -420,7 +420,7 @@ handle_load_dll (PTR dummy)
printf_unfiltered ("%x:%s", event->lpBaseOfDll, dll_name);
section_addrs.text_addr = (int) event->lpBaseOfDll + 0x1000;
- symbol_file_add (dll_name, 0, &section_addrs, 0, 0, 0, 1);
+ symbol_file_add (dll_name, 0, &section_addrs, 0, OBJF_SHARED);
printf_unfiltered ("\n");
return 1;