Change all_objfiles adapter to be a method on program_space
[deliverable/binutils-gdb.git] / gdb / ppc-linux-tdep.c
index 48bf56dd2f8d691586d4a44cde4c368ec89b0e5f..df44ad826e72eb8add9bf5545c4ffa5e035e9b94 100644 (file)
@@ -1789,7 +1789,7 @@ static void
 ppc_linux_spe_context_inferior_created (struct target_ops *t, int from_tty)
 {
   ppc_linux_spe_context_lookup (NULL);
-  for (objfile *objfile : all_objfiles (current_program_space))
+  for (objfile *objfile : current_program_space->objfiles ())
     ppc_linux_spe_context_lookup (objfile);
 }
 
This page took 0.027393 seconds and 4 git commands to generate.