From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10824 invoked by alias); 18 Feb 2004 16:59:02 -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 10802 invoked from network); 18 Feb 2004 16:58:58 -0000 Received: from unknown (HELO walton.kettenis.dyndns.org) (213.93.115.144) by sources.redhat.com with SMTP; 18 Feb 2004 16:58:58 -0000 Received: from elgar.kettenis.dyndns.org (elgar.kettenis.dyndns.org [192.168.0.2]) by walton.kettenis.dyndns.org (8.12.6p3/8.12.6) with ESMTP id i1IGwGeg000258; Wed, 18 Feb 2004 17:58:16 +0100 (CET) (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.6p3/8.12.6) with ESMTP id i1IGwGgF000579; Wed, 18 Feb 2004 17:58:16 +0100 (CET) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: (from kettenis@localhost) by elgar.kettenis.dyndns.org (8.12.6p3/8.12.6/Submit) id i1IGwAUp000574; Wed, 18 Feb 2004 17:58:10 +0100 (CET) Date: Wed, 18 Feb 2004 16:59:00 -0000 Message-Id: <200402181658.i1IGwAUp000574@elgar.kettenis.dyndns.org> From: Mark Kettenis To: cagney@gnu.org CC: cagney@gnu.org, drow@false.org, weigand@i1.informatik.uni-erlangen.de, gdb-patches@gcc.gnu.org In-reply-to: <40312E58.9020702@gnu.org> (message from Andrew Cagney on Mon, 16 Feb 2004 15:55:52 -0500) Subject: Re: [PATCH/RFC] Per-architecture DWARF CFI register state initialization hooks References: <20040216015627.GA15870@nevyn.them.org> <200402161301.OAA17984@faui1d.informatik.uni-erlangen.de> <20040216194731.GC1819@nevyn.them.org> <40312D01.3040704@gnu.org> <40312E58.9020702@gnu.org> X-SW-Source: 2004-02/txt/msg00517.txt.bz2 Date: Mon, 16 Feb 2004 15:55:52 -0500 From: Andrew Cagney > I've committed the attatched. It follows the convention > described in that revised doco patch I posted: > http://sources.redhat.com/ml/gdb-patches/2004-02/msg00381.html > > Andrew with patch ... 2004-02-16 Andrew Cagney * dwarf2-frame.c (dwarf2_frame_ops): New function. (dwarf2_frame_set_init_reg): Use, instead of gdbarch_data. (dwarf2_frame_init_reg): Ditto. Thanks Andrew. Can't say I'm too happy with yet another function, but if that's the it's supposed to work... Perhaps we should revisit the way these per-architecture keys work someday. Mark