x86: also test alternative VMGEXIT encoding
[deliverable/binutils-gdb.git] / include / elf / ia64.h
index 5b621739426d4851f0e216157113efc4adff5311..44dbcc9004ac34aec4f545a946f557a7aa6ac4a2 100644 (file)
@@ -1,6 +1,5 @@
 /* IA-64 ELF support for BFD.
-   Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2008, 2009, 2010
-   Free Software Foundation, Inc.
+   Copyright (C) 1998-2020 Free Software Foundation, Inc.
    Contributed by David Mosberger-Tang <davidm@hpl.hp.com>
 
    This file is part of BFD, the Binary File Descriptor library.
 # define VMS_STL_STD      2      /* Standard linkage with return value.  */
 # define VMS_STL_LNK      3      /* Explicit represented in .vms_linkages.  */
 
+/* OpenVMS specific symbol binding values.  */
+#define STB_VMS_WEAK   11      /* VMS weak symbol.  */
+#define STB_VMS_SYSTEM 12      /* System symbol.  */
+
 /* OpenVMS specific fixup and relocation structures.  */
 
 typedef struct
@@ -256,6 +259,18 @@ typedef struct {
 #define NT_VMS_ORIG_DYN  107 /* Original setting of dynamic data.  */
 #define NT_VMS_PATCHTIME 108 /* Date/time of last patch.  */
 
+/* Corresponding data for NT_VMS_ORIG_DYM.  */
+
+typedef struct  {
+  unsigned char major_id[4];           /* Should be 1.  */
+  unsigned char minor_id[4];           /* Should be 3.  */
+  unsigned char manipulation_date[8];  /* Original NT_VMS_LNKTIME.  */
+  unsigned char link_flags[8];         /* Original NT_VMS_LNKFLAGS.  */
+  unsigned char elf_flags[4];          /* Original ehdr flags.  */
+  unsigned char _pad[4];
+  unsigned char imgid[1];              /* Original NT_VMS_IMGID.  */
+} Elf64_External_VMS_ORIG_DYN_Note;
+
 /* IA64-specific relocation types: */
 
 /* Relocs apply to specific instructions within a bundle.  The least
This page took 0.034552 seconds and 4 git commands to generate.