* s390-opc.c (INSTR_SS_L2RDRD): New.
[deliverable/binutils-gdb.git] / gas / config / obj-evax.h
index 03e3cbdf63f3eb13af2917215132965f696a8441..413a837cb3deb80b6c653083a11a03f8fc200c72 100644 (file)
@@ -1,5 +1,5 @@
 /* This file is obj-evax.h
-   Copyright (C) 1996 Free Software Foundation, Inc.
+   Copyright 1996, 2000, 2005 Free Software Foundation, Inc.
    Contributed by Klaus Kämpf (kkaempf@progis.de) of
      proGIS Software, Aachen, Germany.
 
 
    You should have received a copy of the GNU General Public License
    along with GAS; see the file COPYING.  If not, write to
-   the Free Software Foundation, 59 Temple Place - Suite 330, Boston,
-   MA 02111-1307, USA.  */
+   the Free Software Foundation, 51 Franklin Street - Fifth Floor, Boston,
+   MA 02110-1301, USA.  */
 
 /*
  * This file is obj-evax.h and is intended to be a template for
  * object format specific header files.
  */
 
-/* define an obj specific macro off which target cpu back ends may key. */
+/* define an obj specific macro off which target cpu back ends may key.  */
 #define OBJ_EVAX 1
 
-/* include whatever target cpu is appropriate. */
+/* include whatever target cpu is appropriate.  */
 #include "targ-cpu.h"
 
-#ifdef BFD_ASSEMBLER
 #define OUTPUT_FLAVOR bfd_target_evax_flavour
-#endif
 
 /*
  * SYMBOLS
@@ -58,9 +56,7 @@ obj_symbol_type;              /* should be the format's symbol structure */
 
 typedef void *object_headers;
 
-#define DEFAULT_MAGIC_NUMBER_FOR_OBJECT_FILE (0)       /* your magic number */
-
-#define OBJ_EMIT_LINENO(a,b,c) /* must be *something*.  This no-op's it out. */
+#define OBJ_EMIT_LINENO(a,b,c) /* must be *something*.  This no-op's it out.  */
 
 #define obj_symbol_new_hook(s)        {;}
 
@@ -71,9 +67,6 @@ typedef void *object_headers;
 #define S_GET_TYPE(S)  0
 #define S_GET_DESC(S)  0
 
-#undef AXP_REG_GP
-#define AXP_REG_GP AXP_REG_PV
-
 #define PDSC_S_K_KIND_FP_STACK 9
 #define PDSC_S_K_KIND_FP_REGISTER 10
 #define PDSC_S_K_KIND_NULL 8
@@ -88,22 +81,7 @@ typedef void *object_headers;
 
 #define LKP_S_K_SIZE 16
 
-struct evaxProc {
-  symbolS *symbol;     /* proc pdesc symbol */
-  int pdsckind;
-  int framereg;                /* register for frame pointer */
-  int framesize;       /* size of frame */
-  int rsa_offset;
-  int ra_save;
-  int fp_save;
-  long imask;
-  long fmask;
-  int type;
-  int prologue;
-};
-
-typedef struct evaxProc evaxProcT;
-typedef struct evaxProc *evaxProcP;
+#define TC_IMPLICIT_LCOMM_ALIGNMENT(SIZE, P2VAR) (P2VAR) = 3
 
 /*
  * Local Variables:
@@ -111,5 +89,3 @@ typedef struct evaxProc *evaxProcP;
  * fill-column: 131
  * End:
  */
-
-/* end of obj-evax.h */
This page took 0.024116 seconds and 4 git commands to generate.