diff options
author | DJ Delorie <dj@redhat.com> | 2007-02-23 20:28:22 -0500 |
---|---|---|
committer | DJ Delorie <dj@gcc.gnu.org> | 2007-02-23 20:28:22 -0500 |
commit | c4f46fdee9c08eef35a95b0cddb8a39615f8e56e (patch) | |
tree | b8aeed918b1d9d054beaa1862a7e082d8b7afec4 /gcc/doc | |
parent | 40728134068eeb91b1a4f8209a85efbf03754234 (diff) | |
download | gcc-c4f46fdee9c08eef35a95b0cddb8a39615f8e56e.zip gcc-c4f46fdee9c08eef35a95b0cddb8a39615f8e56e.tar.gz gcc-c4f46fdee9c08eef35a95b0cddb8a39615f8e56e.tar.bz2 |
* doc/tm.h (BIGGEST_ALIGNMENT): Clarify the purpose of this macro.
From-SVN: r122285
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/tm.texi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi index ad17909..4ebdcfb 100644 --- a/gcc/doc/tm.texi +++ b/gcc/doc/tm.texi @@ -1068,7 +1068,9 @@ Alignment required for a function entry point, in bits. @end defmac @defmac BIGGEST_ALIGNMENT -Biggest alignment that any data type can require on this machine, in bits. +Biggest alignment that any data type can require on this machine, in +bits. Note that this is not the biggest alignment that is supported, +just the biggest alignment that, when violated, may cause a fault. @end defmac @defmac MINIMUM_ATOMIC_ALIGNMENT |