* spu-linux-nat.c (spu_symbol_file_add_from_memory): Add NULL
authorUlrich Weigand <uweigand@de.ibm.com>
Fri, 6 May 2011 19:51:12 +0000 (19:51 +0000)
committerUlrich Weigand <uweigand@de.ibm.com>
Fri, 6 May 2011 19:51:12 +0000 (19:51 +0000)
"parent" parameter to symbol_file_add_from_bfd call.

gdb/ChangeLog
gdb/spu-linux-nat.c

index 61b8b15891b2ba39ab94edfeeff354dbd8708df0..90fdec510a78aee847b66462eee45b07dfbd4196 100644 (file)
@@ -1,3 +1,8 @@
+2011-05-06  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * spu-linux-nat.c (spu_symbol_file_add_from_memory): Add NULL
+       "parent" parameter to symbol_file_add_from_bfd call.
+
 2011-05-06  Sergio Durigan Junior  <sergiodj@linux.vnet.ibm.com>
            Thiago Jung Bauermann  <bauerman@br.ibm.com>
 
index db47292228fe77c40865537ddc509612a657f481..a4bcbf74c8138b82684b1de7683acf8598a77e48 100644 (file)
@@ -375,7 +375,7 @@ spu_symbol_file_add_from_memory (int inferior_fd)
   nbfd = spu_bfd_open (addr);
   if (nbfd)
     symbol_file_add_from_bfd (nbfd, SYMFILE_VERBOSE | SYMFILE_MAINLINE,
-                              NULL, 0);
+                              NULL, 0, NULL);
 }
 
 
This page took 0.039556 seconds and 4 git commands to generate.