Update year range in copyright notice of binutils files
[deliverable/binutils-gdb.git] / include / vms / emh.h
index f373c377737b9e06a71b7dbb036ba072579a88a6..77a986d20d8e84121d61171fd3175edd24bc1ec1 100644 (file)
@@ -1,6 +1,6 @@
 /* Alpha VMS external format of Extended Module Header.
 
-   Copyright 2010 Free Software Foundation, Inc.
+   Copyright (C) 2010-2019 Free Software Foundation, Inc.
    Written by Tristan Gingold <gingold@adacore.com>, AdaCore.
 
    This file is part of BFD, the Binary File Descriptor library.
@@ -62,6 +62,13 @@ struct vms_emh_mhd
   /* Compile data: ASCIC.  */
 };
 
+#define EOBJ__C_MAXRECSIZ 8192  /* Maximum legal record size.  */
+#define EOBJ__C_STRLVL 2       /* Structure level.  */
+#define EOBJ__C_SYMSIZ 64      /* Maximum symbol length.  */
+#define EOBJ__C_SECSIZ 31      /* Maximum section name length.  */
+#define EOBJ__C_STOREPLIM -1   /* Maximum repeat count on store commands.  */
+#define EOBJ__C_PSCALILIM 16   /* Maximum p-sect alignment.  */
+
 struct vms_emh_lnm
 {
   struct vms_emh_common common;
This page took 0.023941 seconds and 4 git commands to generate.