* xcoffexec.c (exec_ops): child_attach and child_create_inferior
[deliverable/binutils-gdb.git] / gdb / objfiles.h
index 68bfd9ab3e7cf4267296181c13b357cacaebe4b3..53e67866fd5737874e169a85f20f4c52a29f747e 100644 (file)
@@ -358,6 +358,7 @@ have_minimal_symbols PARAMS ((void));
 
 #define        ALL_MSYMBOLS(objfile, m) \
   ALL_OBJFILES (objfile)        \
-    ALL_OBJFILE_MSYMBOLS (objfile, m)
+    if ((objfile)->msymbols)    \
+      ALL_OBJFILE_MSYMBOLS (objfile, m)
 
 #endif /* !defined (OBJFILES_H) */
This page took 0.024568 seconds and 4 git commands to generate.