Committed after testing and independent approval/endorsement.
[deliverable/binutils-gdb.git] / gdb / target.h
index 42b9596496427f413d11afdb8538c6c80bb059b4..21956df9dd91e327aa5610b0667906e3e08ec880 100644 (file)
@@ -223,8 +223,10 @@ enum target_object
   /* AVR target specific transfer.  See "avr-tdep.c" and "remote.c".  */
   TARGET_OBJECT_AVR,
   /* Transfer up-to LEN bytes of memory starting at OFFSET.  */
-  TARGET_OBJECT_MEMORY
-  /* Possible future ojbects: TARGET_OJBECT_FILE, TARGET_OBJECT_PROC,
+  TARGET_OBJECT_MEMORY,
+  /* Kernel Unwind Table.  See "ia64-tdep.c".  */
+  TARGET_OBJECT_UNWIND_TABLE,
+  /* Possible future objects: TARGET_OBJECT_FILE, TARGET_OBJECT_PROC,
      TARGET_OBJECT_AUXV, ...  */
 };
 
This page took 0.033503 seconds and 4 git commands to generate.