* config/tc-mips.c (load_address, macro): Update comments about
[deliverable/binutils-gdb.git] / gas / config / obj-evax.h
index 03e3cbdf63f3eb13af2917215132965f696a8441..98d704a186e22eb82b52966dabc8a949e641e0e5 100644 (file)
@@ -1,5 +1,5 @@
 /* This file is obj-evax.h
-   Copyright (C) 1996 Free Software Foundation, Inc.
+   Copyright 1996, 2000 Free Software Foundation, Inc.
    Contributed by Klaus Kämpf (kkaempf@progis.de) of
      proGIS Software, Aachen, Germany.
 
  * 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
@@ -60,7 +60,7 @@ 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 +71,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 +85,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 +93,3 @@ typedef struct evaxProc *evaxProcP;
  * fill-column: 131
  * End:
  */
-
-/* end of obj-evax.h */
This page took 0.024111 seconds and 4 git commands to generate.