Split rank_one_type_parm_func from rank_one_type
[deliverable/binutils-gdb.git] / gdb / ppc-linux-tdep.c
index ed44cbe5552f1c24a9ecb28c213e743c7f77482a..df44ad826e72eb8add9bf5545c4ffa5e035e9b94 100644 (file)
@@ -1,6 +1,6 @@
 /* Target-dependent code for GDB, the GNU debugger.
 
-   Copyright (C) 1986-2018 Free Software Foundation, Inc.
+   Copyright (C) 1986-2019 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -1788,10 +1788,8 @@ ppc_linux_spe_context_lookup (struct objfile *objfile)
 static void
 ppc_linux_spe_context_inferior_created (struct target_ops *t, int from_tty)
 {
-  struct objfile *objfile;
-
   ppc_linux_spe_context_lookup (NULL);
-  ALL_OBJFILES (objfile)
+  for (objfile *objfile : current_program_space->objfiles ())
     ppc_linux_spe_context_lookup (objfile);
 }
 
This page took 0.023619 seconds and 4 git commands to generate.