aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>2002-03-03 15:40:44 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>2002-03-03 15:40:44 +0000
commite81dd3810b095e922795b16de27af819ee190ba8 (patch)
tree8c8c00f2cfc7e8998e2c678955be93f982798c1e /gcc/doc
parent9a571cfd9db11887adbf8917aa1641047bcfd012 (diff)
downloadgcc-e81dd3810b095e922795b16de27af819ee190ba8.zip
gcc-e81dd3810b095e922795b16de27af819ee190ba8.tar.gz
gcc-e81dd3810b095e922795b16de27af819ee190ba8.tar.bz2
1750a.h, [...] (BITS_PER_WORD): Delete.
* 1750a.h, a29k.h, alpha.h, arc.h, arm.h, avr.h, c4x.h, clipper.h, convex.h, cris.h, d30v.h, dsp16xx.h, elxsi.h, fr30.h, h8300.h, i370.h, i386.h, i860.h, i960.h, ia64.h, m32r.h, m68hc11.h, m68k.h, m88k.h, mcore.h, mips.h, mmix.h, mn10200.h, mn10300.h, ns32k.h, pa.h, pdp11.h, pj.h, romp.h, rs6000.h, s390.h, sh.h, sparc.h, stormy16.h, v850.h, vax.h, we32k.h, xtensa.h (BITS_PER_WORD): Delete. * defaults.h (BITS_PER_WORD): Define. * doc/tm.texi (BITS_PER_WORD): Document default value. From-SVN: r50257
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/tm.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi
index 2d7c3e0..2e8ee70 100644
--- a/gcc/doc/tm.texi
+++ b/gcc/doc/tm.texi
@@ -928,7 +928,8 @@ unit (byte). If you do not define this macro the default is 8.
@findex BITS_PER_WORD
@item BITS_PER_WORD
-Number of bits in a word; normally 32.
+Number of bits in a word. If you do not define this macro, the default
+is @code{BITS_PER_UNIT * UNITS_PER_WORD}.
@findex MAX_BITS_PER_WORD
@item MAX_BITS_PER_WORD