2010-03-31 Tristan Gingold <gingold@adacore.com>
[deliverable/binutils-gdb.git] / include / vms / egsy.h
index 5add8794b81ffac68639130c2ce7a55944aec4cd..dd36ab218c6a1640e1046197cf0f2af01e94112f 100644 (file)
 
 #define EGSY__W_FLAGS  6
 
-#define EGSY__V_WEAK           0x0001
-#define EGSY__V_DEF            0x0002
-#define EGSY__V_UNI            0x0004
-#define EGSY__V_REL            0x0008
-#define EGSY__V_COMM           0x0010
-#define EGSY__V_VECEP          0x0020
-#define EGSY__V_NORM           0x0040
-#define EGSY__V_QUAD_VAL       0x0080
+#define EGSY__V_WEAK           0x0001  /* Weak symbol definition.  */
+#define EGSY__V_DEF            0x0002  /* Symbol definition.  */
+#define EGSY__V_UNI            0x0004  /* Reserved.  */
+#define EGSY__V_REL            0x0008  /* Relocatable (vs absolute).  */
+#define EGSY__V_COMM           0x0010  /* Conditional symbol def.  */
+#define EGSY__V_VECEP          0x0020  /* Reserved.  */
+#define EGSY__V_NORM           0x0040  /* Normal procedure definition.  */
+#define EGSY__V_QUAD_VAL       0x0080  /* Value exceed 32 bits.  */
 
 struct vms_egsy
 {
This page took 0.022788 seconds and 4 git commands to generate.