OSDN Git Service

* gdbint.texinfo (Target Architecture Definition): Update
authorAndrew Cagney <cagney@redhat.com>
Fri, 29 Jun 2001 16:21:45 +0000 (16:21 +0000)
committerAndrew Cagney <cagney@redhat.com>
Fri, 29 Jun 2001 16:21:45 +0000 (16:21 +0000)
EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
The latter has been changed to a true predicate.

gdb/doc/ChangeLog
gdb/doc/gdbint.texinfo

index 52a923e..4e59ca4 100644 (file)
@@ -1,3 +1,9 @@
+2001-06-28  Andrew Cagney  <ac131313@redhat.com>
+
+       * gdbint.texinfo (Target Architecture Definition): Update
+       EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
+       The latter has been changed to a true predicate.
+
 2001-06-17  Eli Zaretskii  <eliz@is.elta.co.il>
 
        * annotate.texi: Add @noindent where needed.  From Dmitry
index fd911c1..14b82e6 100644 (file)
@@ -44,7 +44,7 @@ Software Foundation raise funds for GNU development.''
 @page
 @tex
 \def\$#1${{#1}}  % Kluge: collect RCS revision info without $...$
-\xdef\manvers{\$Revision: 1.27 $}  % For use in headers, footers too
+\xdef\manvers{\$Revision: 1.28 $}  % For use in headers, footers too
 {\parskip=0pt
 \hfill Cygnus Solutions\par
 \hfill \manvers\par
@@ -2763,12 +2763,13 @@ into @var{valbuf}.
  
 @item EXTRACT_STRUCT_VALUE_ADDRESS(@var{regbuf})
 @findex EXTRACT_STRUCT_VALUE_ADDRESS
-When @code{EXTRACT_STRUCT_VALUE_ADDRESS_P} is non-zero, this is used to extract
-from an array @var{regbuf} (containing the raw register state) the
-address in which a function should return its structure value, as a
-@code{CORE_ADDR} (or an expression that can be used as one).
+When defined, extract from the array @var{regbuf} (containing the raw
+register state) the @code{CORE_ADDR} at which a function should return
+its structure value.
 
-@item EXTRACT_STRUCT_VALUE_ADDRESS_P
+If not defined, @code{EXTRACT_RETURN_VALUE} is used.
+
+@item EXTRACT_STRUCT_VALUE_ADDRESS_P()
 @findex EXTRACT_STRUCT_VALUE_ADDRESS_P
 Predicate for @code{EXTRACT_STRUCT_VALUE_ADDRESS}.