From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9357 invoked by alias); 17 Sep 2003 21:24:03 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 9341 invoked from network); 17 Sep 2003 21:23:55 -0000 Received: from unknown (HELO walton.kettenis.dyndns.org) (213.93.115.144) by sources.redhat.com with SMTP; 17 Sep 2003 21:23:55 -0000 Received: from elgar.kettenis.dyndns.org (elgar.kettenis.dyndns.org [192.168.0.2]) by walton.kettenis.dyndns.org (8.12.6p2/8.12.5) with ESMTP id h8HLNgAi000466; Wed, 17 Sep 2003 23:23:42 +0200 (CEST) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: from elgar.kettenis.dyndns.org (localhost [127.0.0.1]) by elgar.kettenis.dyndns.org (8.12.6p2/8.12.6) with ESMTP id h8HLNg1L056751; Wed, 17 Sep 2003 23:23:42 +0200 (CEST) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: (from kettenis@localhost) by elgar.kettenis.dyndns.org (8.12.6p2/8.12.6/Submit) id h8HLNg9x056748; Wed, 17 Sep 2003 23:23:42 +0200 (CEST) Date: Wed, 17 Sep 2003 21:24:00 -0000 Message-Id: <200309172123.h8HLNg9x056748@elgar.kettenis.dyndns.org> From: Mark Kettenis To: ezannoni@redhat.com CC: gdb-patches@sources.redhat.com, ac131313@redhat.com In-reply-to: <16231.4816.146955.945018@localhost.redhat.com> (message from Elena Zannoni on Tue, 16 Sep 2003 09:40:32 -0400) Subject: Re: [PATCH/RFA/RFC] Replecament for DEPRECATED_REG_STRUCT_HAS_ADDR References: <200309141313.h8EDD3um071823@elgar.kettenis.dyndns.org> <16231.4816.146955.945018@localhost.redhat.com> X-SW-Source: 2003-09/txt/msg00381.txt.bz2 From: Elena Zannoni 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 > > * 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 > > * gdbint.texinfo (Target Architecture Definition): Document > pass_argument_by_reference. >