diff options
author | Zack Weinberg <zack@codesourcery.com> | 2002-01-23 17:30:28 +0000 |
---|---|---|
committer | Zack Weinberg <zack@gcc.gnu.org> | 2002-01-23 17:30:28 +0000 |
commit | 807633e5a30bbc6229c7cd46c2b69ab52eb45b6c (patch) | |
tree | 7260e4af7d19d8a44d51276ec41dd7cf8472c0c1 /gcc/doc/rtl.texi | |
parent | d419f1cdf05c0a39e4aae74ce32dc546b3d7c8a1 (diff) | |
download | gcc-807633e5a30bbc6229c7cd46c2b69ab52eb45b6c.zip gcc-807633e5a30bbc6229c7cd46c2b69ab52eb45b6c.tar.gz gcc-807633e5a30bbc6229c7cd46c2b69ab52eb45b6c.tar.bz2 |
fragments.texi, [...]: Update to reflect current (lack of) need for host configuration by hand.
* doc/fragments.texi, doc/hostconfig.texi: Update to reflect
current (lack of) need for host configuration by hand.
* doc/gccint.texi, doc/rtl.texi, doc/tm.texi: Adjust cross
references. Documentation of some target macros moved from
hostconfig.texi to tm.texi.
From-SVN: r49142
Diffstat (limited to 'gcc/doc/rtl.texi')
-rw-r--r-- | gcc/doc/rtl.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/doc/rtl.texi b/gcc/doc/rtl.texi index a50a9db..5b61409 100644 --- a/gcc/doc/rtl.texi +++ b/gcc/doc/rtl.texi @@ -57,9 +57,9 @@ expression (``RTX'', for short) is a C structure, but it is usually referred to with a pointer; a type that is given the typedef name @code{rtx}. -An integer is simply an @code{int}; their written form uses decimal digits. -A wide integer is an integral object whose type is @code{HOST_WIDE_INT} -(@pxref{Config}); their written form uses decimal digits. +An integer is simply an @code{int}; their written form uses decimal +digits. A wide integer is an integral object whose type is +@code{HOST_WIDE_INT}; their written form uses decimal digits. A string is a sequence of characters. In core it is represented as a @code{char *} in usual C fashion, and it is written in C syntax as well. |