This is the mail archive of the
gdb-patches@sources.redhat.com
mailing list for the GDB project.
Re: [PATCH/RFA/RFC] Replecament for DEPRECATED_REG_STRUCT_HAS_ADDR
From: Elena Zannoni <ezannoni@redhat.com>
Date: Tue, 16 Sep 2003 09:40:32 -0400
stabs files changes are ok with me.
elena
Thanks, I checked the code bits in.
Mark
>
> Index: ChangeLog
> from Mark Kettenis <kettenis@gnu.org>
>
> * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Add comment.
> (stabs_argument_has_addr): New architecture method.
> * arch-utils.h (default_stabs_argument_has_addr): New prototype.
> * arch-utils.c: Include "buildsym.h".
> (default_stabs_argument_has_addr): New function.
> * stabsread.c (define_symbol): Use stabs_argument_has_addr
> instead of DEPRECATED_REG_STRUCT_HAS_ADDR.
>
> Index: doc/ChangeLog
> from Mark Kettenis <kettenis@gnu.org>
>
> * gdbint.texinfo (Target Architecture Definition): Document
> pass_argument_by_reference.
>