From: Tristan Gingold Date: Thu, 8 Mar 2012 14:14:52 +0000 (+0000) Subject: 2012-03-08 Tristan Gingold X-Git-Tag: cygwin-1_7_12-release~88 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f3cf45d50722ee1f86e249985c37ab7ceec674f1;p=external%2Fbinutils.git 2012-03-08 Tristan Gingold * lbr.h (struct vms_lhd): Add comments. --- diff --git a/include/vms/ChangeLog b/include/vms/ChangeLog index 788d8d8..bb2dfeb 100644 --- a/include/vms/ChangeLog +++ b/include/vms/ChangeLog @@ -1,3 +1,7 @@ +2012-03-08 Tristan Gingold + + * lbr.h (struct vms_lhd): Add comments. + 2010-05-27 Tristan Gingold * lbr.h: Improve comments. diff --git a/include/vms/lbr.h b/include/vms/lbr.h index bdb436a..fd3c256 100644 --- a/include/vms/lbr.h +++ b/include/vms/lbr.h @@ -87,7 +87,10 @@ struct vms_lhd unsigned char nextvbn[4]; /* Free pre-allocated index block. */ + /* Number of free blocks. */ unsigned char freidxblk[4]; + /* VBN of a simply linked list of free blocks. The list is terminated by a + nul VBN. */ unsigned char freeidx[4]; /* Highest pre-allocated index block and in use. */