summaryrefslogtreecommitdiff
path: root/gas/config/obj-evax.h
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@axis.com>2000-03-13 20:46:07 +0000
committerHans-Peter Nilsson <hp@axis.com>2000-03-13 20:46:07 +0000
commitae28c4e57301cfe897a69d7d547e5e68fbf8452e (patch)
tree2f76df4b58fde8fa8d7ba85f1677aebf9bc2299c /gas/config/obj-evax.h
parent47514efdcfdf830f9760ac9ed980d81b0f47c446 (diff)
downloadbinutils-redhat-ae28c4e57301cfe897a69d7d547e5e68fbf8452e.tar.gz
* 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.
Diffstat (limited to 'gas/config/obj-evax.h')
-rw-r--r--gas/config/obj-evax.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/gas/config/obj-evax.h b/gas/config/obj-evax.h
index 1d9db19f41..745b1feff9 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