From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6244 invoked by alias); 13 Sep 2003 22:51:24 -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 6237 invoked from network); 13 Sep 2003 22:51:21 -0000 Received: from unknown (HELO walton.kettenis.dyndns.org) (213.93.115.144) by sources.redhat.com with SMTP; 13 Sep 2003 22:51:21 -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 h8DMpCEf000606; Sun, 14 Sep 2003 00:51:12 +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 h8DMpCiA037453; Sun, 14 Sep 2003 00:51:12 +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 h8DMpB6T037450; Sun, 14 Sep 2003 00:51:11 +0200 (CEST) Date: Sat, 13 Sep 2003 22:51:00 -0000 Message-Id: <200309132251.h8DMpB6T037450@elgar.kettenis.dyndns.org> From: Mark Kettenis To: ac131313@redhat.com CC: gdb-patches@sources.redhat.com In-reply-to: <3F63330B.4070209@redhat.com> (message from Andrew Cagney on Sat, 13 Sep 2003 11:08:59 -0400) Subject: Re: [PATCH] Deperectate REG_STRUCT_HAS_ADDR References: <200309131413.h8DEDFlB012278@elgar.kettenis.dyndns.org> <3F63330B.4070209@redhat.com> X-SW-Source: 2003-09/txt/msg00296.txt.bz2 Date: Sat, 13 Sep 2003 11:08:59 -0400 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030820 X-Accept-Language: en-us, en Cc: gdb-patches@sources.redhat.com Content-Type: text/plain; charset=us-ascii; format=flowed X-Spam-Status: No, hits=-3.5 required=5.0 tests=BAYES_10,FROM_ENDS_IN_NUMS,QUOTED_EMAIL_TEXT,REFERENCES, UPPERCASE_25_50,USER_AGENT_MOZILLA_UA version=2.55 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) > Index: ChangeLog > from Mark Kettenis > > * 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. > > Index: doc/ChangeLog > from Mark Kettenis > > * gdbint.texinfo (Target Architecture Definition): Replace > REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR. It's ok but only once the *-tdep.c files and the corrresponding cross targets have been rebuilt. Hmm, I already checked the stuff in (and managed to break *everybody's* build by forgetting about gdbarch.[ch]). Will fix those *-tdep.c's ASAP. You'll want ccache installed. Me doing: $ cd /usr/ports/devel/ccache $ su # make install Looks promising. Andrew