From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5033 invoked by alias); 14 Sep 2003 15:57:36 -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 5021 invoked from network); 14 Sep 2003 15:57:34 -0000 Received: from unknown (HELO walton.kettenis.dyndns.org) (213.93.115.144) by sources.redhat.com with SMTP; 14 Sep 2003 15:57:34 -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 h8EFvHEf002073; Sun, 14 Sep 2003 17:57:17 +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 h8EFvHiA015123; Sun, 14 Sep 2003 17:57:17 +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 h8EFvHKK015120; Sun, 14 Sep 2003 17:57:17 +0200 (CEST) Date: Sun, 14 Sep 2003 15:57:00 -0000 Message-Id: <200309141557.h8EFvHKK015120@elgar.kettenis.dyndns.org> From: Mark Kettenis To: ac131313@redhat.com CC: gdb-patches@sources.redhat.com, eliz@gnu.org In-reply-to: <3F64772A.2030207@redhat.com> (message from Andrew Cagney on Sun, 14 Sep 2003 10:11:54 -0400) Subject: Re: [PATCH/RFA/RFC] Replecament for DEPRECATED_REG_STRUCT_HAS_ADDR References: <200309141313.h8EDD3um071823@elgar.kettenis.dyndns.org> <3F64772A.2030207@redhat.com> X-SW-Source: 2003-09/txt/msg00304.txt.bz2 Date: Sun, 14 Sep 2003 10:11:54 -0400 From: Andrew Cagney > Here is the promised patch to replace DEPRECATED_REG_STRUCT_HAS_ADDR. > I've baptized the new method stabs_argument_has_addr since that better like it. OK, I'll commit it in a few days if I don't get any other comments, with one small change. I'll set invalid_p=0 on the new method. Otherwise verify_gdbarch will barf on truly multi-arched targets. Mark