From 8684e216c83d214d6f896cacb420a2a7699e6690 Mon Sep 17 00:00:00 2001 From: Hans-Peter Nilsson Date: Mon, 13 Mar 2000 20:46:07 +0000 Subject: * read.c (TC_IMPLICIT_LCOMM_ALIGNMENT): New default-definition. (s_lcomm_internal): Use it. * doc/internals.texi (CPU backend): Document it. * config/obj-evax.h (TC_IMPLICIT_LCOMM_ALIGNMENT): Set to 2**3 bytes. --- gas/config/obj-evax.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'gas/config/obj-evax.h') diff --git a/gas/config/obj-evax.h b/gas/config/obj-evax.h index 1d9db19..745b1fe 100644 --- a/gas/config/obj-evax.h +++ b/gas/config/obj-evax.h @@ -1,5 +1,5 @@ /* This file is obj-evax.h - Copyright (C) 1996 Free Software Foundation, Inc. + Copyright (C) 1996, 2000 Free Software Foundation, Inc. Contributed by Klaus Kämpf (kkaempf@progis.de) of proGIS Software, Aachen, Germany. @@ -85,6 +85,8 @@ typedef void *object_headers; #define LKP_S_K_SIZE 16 +#define TC_IMPLICIT_LCOMM_ALIGNMENT(SIZE, P2VAR) (P2VAR) = 3 + /* * Local Variables: * comment-column: 0 -- cgit v1.1