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:
1f776aa
)
import gdb-1999-10-11 snapshot
author
Jason Molenda
<jmolenda@apple.com>
Tue, 12 Oct 1999 04:37:25 +0000
(
04:37
+0000)
committer
Jason Molenda
<jmolenda@apple.com>
Tue, 12 Oct 1999 04:37:25 +0000
(
04:37
+0000)
gdb/windows-nat.c
patch
|
blob
|
history
diff --git
a/gdb/windows-nat.c
b/gdb/windows-nat.c
index 11e4fa197199b1d5115623621d4564bb830caa8b..24d8057cc8fa9ced8254e84055ce41e76360ad11 100644
(file)
--- 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, §ion_addrs, 0,
0, 0, 1
);
+ symbol_file_add (dll_name, 0, §ion_addrs, 0,
OBJF_SHARED
);
printf_unfiltered ("\n");
return 1;