[ARC] Object attributes.
[deliverable/binutils-gdb.git] / gdb / solist.h
index 378d60d7b8330f3295aa988481f0e37e8c211c25..54c9902b4af6ae8301b89b171a77b26978d35754 100644 (file)
         so != NULL; \
         so = so->next)
 
-/* Forward declaration for target specific link map information.  This
-   struct is opaque to all but the target specific file.  */
-struct lm_info;
+/* Base class for target-specific link map information.  */
+
+struct lm_info_base
+{
+};
 
 struct so_list
   {
@@ -45,7 +47,7 @@ struct so_list
        will be a copy of struct link_map from the user process, but
        it need not be; it can be any collection of data needed to
        traverse the dynamic linker's data structures.  */
-    struct lm_info *lm_info;
+    lm_info_base *lm_info;
 
     /* Shared object file name, exactly as it appears in the
        inferior's link map.  This may be a relative path, or something
This page took 0.025578 seconds and 4 git commands to generate.