* gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Renamed from

REG_STRUCT_HAS_ADDR.
* gdbarch.c, gdbarch.h: Updated.
* infcall.c (call_function_by_hand): Update.
* stabsread.c (define_symbol): Updated.
This commit is contained in:
Mark Kettenis
2003-09-13 14:12:41 +00:00
parent ebf7d56bcf
commit 8e823e2504
6 changed files with 24 additions and 13 deletions

View File

@ -1,3 +1,8 @@
2003-09-13 Mark Kettenis <kettenis@gnu.org>
* gdbint.texinfo (Target Architecture Definition): Replace
REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
2003-09-11 Andrew Cagney <cagney@redhat.com>
* gdbint.texinfo (Target Architecture Definition): Replace

View File

@ -3760,8 +3760,8 @@ or @code{NUL} to indicate that register @var{i} is not valid.
@findex REGISTER_NAMES
Deprecated in favor of @code{REGISTER_NAME}.
@item REG_STRUCT_HAS_ADDR (@var{gcc_p}, @var{type})
@findex REG_STRUCT_HAS_ADDR
@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.