Add support for intel SERIALIZE instruction
[deliverable/binutils-gdb.git] / gas / config / obj-evax.h
index 4964bd4c4a99e454ec309c63900d45b174a5ad6c..041cf5765dd72377ab65a64dbfcae0c61fdb862f 100644 (file)
@@ -1,6 +1,5 @@
 /* This file is obj-evax.h
-   Copyright 1996, 2000, 2005, 2007, 2009, 2010
-   Free Software Foundation, Inc.
+   Copyright (C) 1996-2020 Free Software Foundation, Inc.
    Contributed by Klaus Kämpf (kkaempf@progis.de) of
      proGIS Software, Aachen, Germany.
 
 
 struct fix;
 
+/* Simply linked list of .linkage.  */
 struct alpha_linkage_fixups
 {
+  /* Next entry.  */
   struct alpha_linkage_fixups *next;
+
+  /* Corresponding fixup.  */
   struct fix *fixp;
-  segT seg;
+
+  /* Label that designates this entry.
+     Note that a linkage entry can only be designated by one label.
+     Also, s_alpha_linkage force the creation of a label.  */
   symbolS *label;
 };
 
@@ -60,20 +66,8 @@ struct alpha_linkage_fixups
 
 /* #define SYMBOLS_NEED_PACKPOINTERS */
 
-/*  */
-typedef struct
-  {
-    void *nothing;
-  }
-obj_symbol_type;               /* should be the format's symbol structure */
-
-typedef void *object_headers;
-
 #define OBJ_EMIT_LINENO(a,b,c) /* must be *something*.  This no-op's it out.  */
 
-/* This field keeps the symbols position in the link section.  */
-#define OBJ_SYMFIELD_TYPE valueT
-
 #define obj_symbol_new_hook(s)       evax_symbol_new_hook (s)
 #define obj_frob_symbol(s,p)         evax_frob_symbol (s, &p)
 #define obj_frob_file_before_adjust  evax_frob_file_before_adjust
This page took 0.024919 seconds and 4 git commands to generate.