Correct changelog snafu.
[deliverable/binutils-gdb.git] / gas / config / obj-evax.h
index 1d9db19f41bac69671df28348057dfa2d1d113ab..39ac7a1932163ef399ce17ccb5aac7c50284fed4 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.
 
 
    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
@@ -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)        {;}
 
@@ -85,11 +85,11 @@ typedef void *object_headers;
 
 #define LKP_S_K_SIZE 16
 
+#define TC_IMPLICIT_LCOMM_ALIGNMENT(SIZE, P2VAR) (P2VAR) = 3
+
 /*
  * Local Variables:
  * comment-column: 0
  * fill-column: 131
  * End:
  */
-
-/* end of obj-evax.h */
This page took 0.023749 seconds and 4 git commands to generate.