aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorRichard Kenner <kenner@vlsi1.ultra.nyu.edu>2001-12-05 14:41:47 +0000
committerRichard Kenner <kenner@gcc.gnu.org>2001-12-05 09:41:47 -0500
commit1615c261e3b2a6d09a3ae19c52562d9083139ed0 (patch)
tree388a447bc5bbc7fb6d661b7b2e505cd64496ed2f /gcc/doc
parent1218665b70c0577046f86c7d950832dd703a67d1 (diff)
downloadgcc-1615c261e3b2a6d09a3ae19c52562d9083139ed0.zip
gcc-1615c261e3b2a6d09a3ae19c52562d9083139ed0.tar.gz
gcc-1615c261e3b2a6d09a3ae19c52562d9083139ed0.tar.bz2
vms.h (ADA_LONG_TYPE_SIZE): New macro.
* config/alpha/vms.h (ADA_LONG_TYPE_SIZE): New macro. * doc/tm.texi (ADA_LONG_TYPE_SIZE): Document it. From-SVN: r47676
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/tm.texi8
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi
index 4c3da22..7932811 100644
--- a/gcc/doc/tm.texi
+++ b/gcc/doc/tm.texi
@@ -1372,6 +1372,14 @@ unit.)
A C expression for the size in bits of the type @code{long} on the
target machine. If you don't define this, the default is one word.
+@findex ADA_LONG_TYPE_SIZE
+@item ADA_LONG_TYPE_SIZE
+On some machines, the size used for the Ada equivalent of the type
+@code{long} by a native Ada compiler differs from that used by C. In
+that situation, define this macro to be a C expression to be used for
+the size of that type. If you don't define this, the default is the
+value of @code{LONG_TYPE_SIZE}.
+
@findex MAX_LONG_TYPE_SIZE
@item MAX_LONG_TYPE_SIZE
Maximum number for the size in bits of the type @code{long} on the