* gdbint.texinfo (Target Architecture Definition): Document
stabs_argument_has_addr.
This commit is contained in:
parent
4ca2ec8897
commit
a38c9fe6f4
2 changed files with 20 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue