Fix gdb.base/list-missing-source.exp on remote host.
[deliverable/binutils-gdb.git] / include / vms / egsy.h
index 5add8794b81ffac68639130c2ce7a55944aec4cd..1ced9f44e7437e76f96219b105d396b4e706931b 100644 (file)
@@ -1,6 +1,6 @@
 /* Alpha VMS external format of Extended Global Symbol.
 
-   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.
 
 #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.023234 seconds and 4 git commands to generate.