summaryrefslogtreecommitdiff
path: root/gcc/doc/interface.texi
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2004-02-04 05:33:13 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2004-02-04 05:33:13 +0000
commit8a0686b1809b0892bfe9203327d886bbbdd039a7 (patch)
tree96e4ceb27879b049ea4693b5ecf158fa7bdf34f8 /gcc/doc/interface.texi
parent04d9b51be8e4f294443e23da5314549eb68cab2e (diff)
downloadgcc-8a0686b1809b0892bfe9203327d886bbbdd039a7.tar.gz
* doc/interface.texi, doc/tm.texi, doc/trouble.texi: Don't
mention deprecated target macros. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@77217 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/interface.texi')
-rw-r--r--gcc/doc/interface.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/doc/interface.texi b/gcc/doc/interface.texi
index 262a4efb8f9..b55293d863c 100644
--- a/gcc/doc/interface.texi
+++ b/gcc/doc/interface.texi
@@ -28,8 +28,8 @@ long in the same registers used for @code{int} or @code{double} return
values. (GCC typically allocates variables of such types in
registers also.) Structures and unions of other sizes are returned by
storing them into an address passed by the caller (usually in a
-register). The machine-description macros @code{STRUCT_VALUE} and
-@code{STRUCT_INCOMING_VALUE} tell GCC where to pass this address.
+register). 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