mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
* 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:
@ -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
|
||||
|
@ -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.
|
||||
|
||||
|
Reference in New Issue
Block a user