summaryrefslogtreecommitdiffstats
path: root/gdb/win32-nat.c
diff options
context:
space:
mode:
authorDavid Taylor <taylor@redhat.com>1998-12-31 21:58:30 +0000
committerDavid Taylor <taylor@redhat.com>1998-12-31 21:58:30 +0000
commit65b07ddca8832033e0e102c3a2a0d9f9f5922a9d (patch)
tree7fc8cee254f271f4cc57e64bcb23576fa121e706 /gdb/win32-nat.c
parentc450a7fe3f5214f42118a04639074d0e3883582c (diff)
downloadppe42-binutils-65b07ddca8832033e0e102c3a2a0d9f9f5922a9d.tar.gz
ppe42-binutils-65b07ddca8832033e0e102c3a2a0d9f9f5922a9d.zip
all remaining *.c *.h files from hp merge.
Diffstat (limited to 'gdb/win32-nat.c')
-rw-r--r--gdb/win32-nat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/win32-nat.c b/gdb/win32-nat.c
index 04d8a9eff4..e0f07ef117 100644
--- a/gdb/win32-nat.c
+++ b/gdb/win32-nat.c
@@ -424,7 +424,7 @@ handle_load_dll (char *dummy)
FIXME: Is this the real reason that we need the 0x1000 ? */
printf_unfiltered ("%x:%s", event->lpBaseOfDll, dll_name);
- symbol_file_add (dll_name, 0, (int) event->lpBaseOfDll + 0x1000, 0, 0, 0);
+ symbol_file_add (dll_name, 0, (int) event->lpBaseOfDll + 0x1000, 0, 0, 0, 0, 1);
printf_unfiltered ("\n");
out:
OpenPOWER on IntegriCloud