From 83aa8bc680ad19de006370789c7fc093d39c50c1 Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Fri, 29 Jun 2001 16:21:45 +0000 Subject: [PATCH] * 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. --- gdb/doc/ChangeLog | 6 ++++++ gdb/doc/gdbint.texinfo | 11 ++++++----- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 52a923e56b..4e59ca4f40 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,9 @@ +2001-06-28 Andrew Cagney + + * 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 * annotate.texi: Add @noindent where needed. From Dmitry diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index 3f6730bfb3..bd0d59a3fd 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -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}. -- 2.34.1