* Makefile.in (XMLFILES): Add library-list.dtd.
[deliverable/binutils-gdb.git] / gdb / target.h
index 7cde49b64507a4c90b441f7ee22d6e6abbe83692..d6e82e254a6d13b77fa093b2cfaa4549baa82160 100644 (file)
@@ -212,7 +212,9 @@ enum target_object
   TARGET_OBJECT_FLASH,
   /* Available target-specific features, e.g. registers and coprocessors.
      See "target-descriptions.c".  ANNEX should never be empty.  */
-  TARGET_OBJECT_AVAILABLE_FEATURES
+  TARGET_OBJECT_AVAILABLE_FEATURES,
+  /* Currently loaded libraries, in XML format.  */
+  TARGET_OBJECT_LIBRARIES
   /* Possible future objects: TARGET_OBJECT_FILE, TARGET_OBJECT_PROC, ... */
 };
 
This page took 0.025133 seconds and 4 git commands to generate.