summaryrefslogtreecommitdiffstats
path: root/gdb/cxux-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/cxux-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/cxux-nat.c')
-rw-r--r--gdb/cxux-nat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/cxux-nat.c b/gdb/cxux-nat.c
index 2ed1430ea4..2c4b6f1667 100644
--- a/gdb/cxux-nat.c
+++ b/gdb/cxux-nat.c
@@ -368,7 +368,7 @@ add_shared_symbol_files ()
return;
}
- objfile = symbol_file_add (LIBC_FILE, 0, 0, 0, 0, 1);
+ objfile = symbol_file_add (LIBC_FILE, 0, 0, 0, 0, 1, 0, 0);
minsym = lookup_minimal_symbol (LINKS_MAP_POINTER, objfile);
ld_map = (struct link_map *)
@@ -384,7 +384,7 @@ add_shared_symbol_files ()
if (target_read_string ((CORE_ADDR)lms.l_name, &path_name,
PATH_MAX, &local_errno))
{
- symbol_file_add (path_name, 1, lms.l_addr, 0, 0, 0);
+ symbol_file_add (path_name, 1, lms.l_addr, 0, 0, 0, 0, 0);
free(path_name);
}
}
OpenPOWER on IntegriCloud