Change ld "notice" interface for better handling of indirect symbols
[deliverable/binutils-gdb.git] / include / vms / eiha.h
index d48817845d7ddce108cdcf1ba89b786433b913cf..ac6bbfcd8253df14e6f20164bca27d2663b43444 100644 (file)
@@ -1,6 +1,6 @@
 /* Alpha VMS external format of Extended Image Activation.
 
-   Copyright 2010 Free Software Foundation, Inc.
+   Copyright (C) 2010-2014 Free Software Foundation, Inc.
    Written by Tristan Gingold <gingold@adacore.com>, AdaCore.
 
    This file is part of BFD, the Binary File Descriptor library.
@@ -45,6 +45,10 @@ struct vms_eiha
   /* Fourth (must be 0).  */
   unsigned char tfradr4[4];
   unsigned char tfradr4_h[4];
+
+  /* Shared image initialization (only if EIHD__V_INISHR is set).  */
+  unsigned char inishr[4];
+  unsigned char inishr_h[4];
 };
 
 #endif /* _VMS_EIHA_H */
This page took 0.023986 seconds and 4 git commands to generate.