2010-03-31 Tristan Gingold <gingold@adacore.com>
[deliverable/binutils-gdb.git] / include / vms / shl.h
index f93d9dd5bc664a4fb555e1c37ac8fc4e4da145c6..d1d9fae92dc8a63b363c15eddc51b0404ab6fedd 100644 (file)
@@ -37,11 +37,15 @@ struct vms_shl
   /* Permanent shareable image context.  */
   unsigned char permctx[4];
 
+  /* Size of this structure.  */
   unsigned char size;
+
   unsigned char fill_1[2];
+
+  /* Flags.  */
   unsigned char flags;
 
-  /* Address of the image control block.  */
+  /* Address of the image control block (in memory).  */
   unsigned char icb[4];
 
   /* Image name.  ASCIC.  */
This page took 0.024719 seconds and 4 git commands to generate.