* gdbint.texinfo (Target Architecture Definition): Document
authorMark Kettenis <kettenis@gnu.org>
Sun, 21 Sep 2003 19:23:15 +0000 (19:23 +0000)
committerMark Kettenis <kettenis@gnu.org>
Sun, 21 Sep 2003 19:23:15 +0000 (19:23 +0000)
stabs_argument_has_addr.

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

index b471806..011e991 100644 (file)
@@ -1,3 +1,8 @@
+2003-09-21  Mark Kettenis  <kettenis@gnu.org>
+
+       * gdbint.texinfo (Target Architecture Definition): Document
+       stabs_argument_has_addr.
+
 2003-09-18  Andrew Cagney  <cagney@redhat.com>
 
        * gdbint.texinfo (Target Architecture Definition): Delete
index e58bab4..83ced64 100644 (file)
@@ -3686,6 +3686,16 @@ The number of the ``next program counter'' register, if defined.
 If non-zero, round arguments to a boundary of this many bits before
 pushing them on the stack.
 
+@item stabs_argument_has_addr (@var{gdbarch}, @var{type})
+@findex stabs_argument_has_addr
+@findex DEPRECATED_REG_STRUCT_HAS_ADDR
+@anchor{stabs_argument_has_addr} Define this to return nonzero if a
+function argument of type @var{type} is passed by reference instead of
+value.
+
+This method replaces @code{DEPRECTAED_REG_STRUCT_HAS_ADDR}
+(@pxref{DEPRECATED_REG_STRUCT_ADDR}).
+
 @item PROCESS_LINENUMBER_HOOK
 @findex PROCESS_LINENUMBER_HOOK
 A hook defined for XCOFF reading.
@@ -3758,8 +3768,11 @@ or @code{NUL} to indicate that register @var{i} is not valid.
 
 @item DEPRECATED_REG_STRUCT_HAS_ADDR (@var{gcc_p}, @var{type})
 @findex DEPRECATED_REG_STRUCT_HAS_ADDR
-Define this to return 1 if the given type will be passed by pointer
-rather than directly.
+@anchor{DEPRECATED_REG_STRUCT_HAS_ADDR}Define this to return 1 if the
+given type will be passed by pointer rather than directly.
+
+This method has been replaced by @code{stabs_argument_has_addr}
+(@pxref{stabs_argument_has_addr}).
 
 @item SAVE_DUMMY_FRAME_TOS (@var{sp})
 @findex SAVE_DUMMY_FRAME_TOS