Don't write to inferior_ptid in windows-nat.c, part I
[deliverable/binutils-gdb.git] / include / vms / lbr.h
index bdb436aa70a7a092c89e81eae71b415ada45578f..08d19f216fc5ab27b809290f5be993e22636ace8 100644 (file)
@@ -1,6 +1,6 @@
 /* Alpha VMS external format of Libraries.
 
-   Copyright 2010 Free Software Foundation, Inc.
+   Copyright (C) 2010-2020 Free Software Foundation, Inc.
    Written by Tristan Gingold <gingold@adacore.com>, AdaCore.
 
    This file is part of BFD, the Binary File Descriptor library.
@@ -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.  */
This page took 0.023978 seconds and 4 git commands to generate.