diff options
author | Mark Kettenis <kettenis@gnu.org> | 2003-09-21 19:23:15 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2003-09-21 19:23:15 +0000 |
commit | a38c9fe6f444e8e26d56d9dd4c057f743b6e09fa (patch) | |
tree | 2219ee8bf92aaa62c3a1ec6606c441471916c345 /gdb/doc | |
parent | 4ca2ec8897dad7e0c08de00880449fcf89c91cb8 (diff) | |
download | gdb-a38c9fe6f444e8e26d56d9dd4c057f743b6e09fa.zip gdb-a38c9fe6f444e8e26d56d9dd4c057f743b6e09fa.tar.gz gdb-a38c9fe6f444e8e26d56d9dd4c057f743b6e09fa.tar.bz2 |
* gdbint.texinfo (Target Architecture Definition): Document
stabs_argument_has_addr.
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/doc/gdbint.texinfo | 17 |
2 files changed, 20 insertions, 2 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index b471806..011e991 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -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 diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index e58bab4..83ced64 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -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 |