This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[vms/committed]: Improve lbr.h comments


Hi,

I am going to commit that just to fix and add some comments.

Tristan.

include/vms
2010-05-27  Tristan Gingold  <gingold@adacore.com>

	* lbr.h: Improve comments.


RCS file: /cvs/src/src/include/vms/lbr.h,v
retrieving revision 1.3
diff -c -r1.3 lbr.h
*** lbr.h	30 Apr 2010 12:44:51 -0000	1.3
--- lbr.h	27 May 2010 10:30:27 -0000
***************
*** 166,172 ****
  
    unsigned char fill_1[6];
  
!   /* The key field contains vms_idxdef/vms_idxdef2 structures, which are
       simply a key (= a string) and a rfa.  */
    unsigned char keys[INDEXDEF__BLKSIZ];
  };
--- 166,172 ----
  
    unsigned char fill_1[6];
  
!   /* The key field contains vms_idx/vms_elfidx structures, which are
       simply a key (= a string) and a rfa.  */
    unsigned char keys[INDEXDEF__BLKSIZ];
  };
***************
*** 292,298 ****
  #define MHD__C_MHDID 0xad	/* Value for id.  */
  #define MHD__C_MHDLEN 16	/* Fixed part length.  */
  #define MHD__C_USRDAT 16
! #define MHD__M_SELSRC 0x1
  #define MHD__M_OBJTIR 0x2
  #define MHD__M_WKSYM  0x4
  
--- 292,300 ----
  #define MHD__C_MHDID 0xad	/* Value for id.  */
  #define MHD__C_MHDLEN 16	/* Fixed part length.  */
  #define MHD__C_USRDAT 16
! 
! /* Flags for objstat.  */
! #define MHD__M_SELSRC 0x1	/* Selective search.  */
  #define MHD__M_OBJTIR 0x2
  #define MHD__M_WKSYM  0x4
  


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]