diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-02-04 05:33:13 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-02-04 05:33:13 +0000 |
commit | cea28603141378c9124a67cc21163678a298b690 (patch) | |
tree | 96e4ceb27879b049ea4693b5ecf158fa7bdf34f8 /gcc/doc/trouble.texi | |
parent | a4a4b1d36476aaa60ebd05db0dfd16145dc72338 (diff) | |
download | gcc-cea28603141378c9124a67cc21163678a298b690.tar.gz |
interface.texi, [...]: Don't mention deprecated target macros.
* doc/interface.texi, doc/tm.texi, doc/trouble.texi: Don't
mention deprecated target macros.
From-SVN: r77217
Diffstat (limited to 'gcc/doc/trouble.texi')
-rw-r--r-- | gcc/doc/trouble.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/doc/trouble.texi b/gcc/doc/trouble.texi index 5ee77635f25..ce62c9536e3 100644 --- a/gcc/doc/trouble.texi +++ b/gcc/doc/trouble.texi @@ -615,8 +615,8 @@ The method used by GCC is as follows: a structure or union which is 1, 2, 4 or 8 bytes long is returned like a scalar. A structure or union with any other size is stored into an address supplied by the caller (usually in a special, fixed register, but on some machines it is passed -on the stack). The machine-description macros @code{STRUCT_VALUE} and -@code{STRUCT_INCOMING_VALUE} tell GCC where to pass this address. +on the stack). The target hook @code{TARGET_STRUCT_VALUE_RTX} +tells GCC where to pass this address. By contrast, PCC on most target machines returns structures and unions of any size by copying the data into an area of static storage, and then |