diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2000-03-13 20:46:07 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2000-03-13 20:46:07 +0000 |
commit | 8684e216c83d214d6f896cacb420a2a7699e6690 (patch) | |
tree | 1b99a13d6a20a14f565dc74340d4dfbf65d21998 /gas/config/obj-evax.h | |
parent | 0fff5247b5e7a5006f4adea7fe67a51b53c89929 (diff) | |
download | gdb-8684e216c83d214d6f896cacb420a2a7699e6690.zip gdb-8684e216c83d214d6f896cacb420a2a7699e6690.tar.gz gdb-8684e216c83d214d6f896cacb420a2a7699e6690.tar.bz2 |
* 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.h | 4 |
1 files changed, 3 insertions, 1 deletions
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 |