From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16942 invoked by alias); 15 Oct 2004 14:23:57 -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 16791 invoked from network); 15 Oct 2004 14:23:53 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 15 Oct 2004 14:23:53 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.10) with ESMTP id i9FENowJ004135 for ; Fri, 15 Oct 2004 10:23:50 -0400 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i9FENnr19143 for ; Fri, 15 Oct 2004 10:23:50 -0400 Received: from cygbert.vinschen.de (vpn50-42.rdu.redhat.com [172.16.50.42]) by potter.sfbay.redhat.com (8.12.8/8.12.8) with ESMTP id i9FENl0O023267 for ; Fri, 15 Oct 2004 10:23:48 -0400 Received: by cygbert.vinschen.de (Postfix, from userid 500) id 7651358090; Fri, 15 Oct 2004 16:24:48 +0200 (CEST) Date: Fri, 15 Oct 2004 14:23:00 -0000 From: Corinna Vinschen To: gdb-patches@sources.redhat.com Subject: Re: [RFA] Change gdbarch_return_value to take function type instead of return value type Message-ID: <20041015142448.GD6702@cygbert.vinschen.de> Reply-To: gdb-patches@sources.redhat.com Mail-Followup-To: gdb-patches@sources.redhat.com References: <20041012124916.GZ6702@cygbert.vinschen.de> <200410122215.i9CMFcfN003173@elgar.sibelius.xs4all.nl> <20041013093144.GE18268@cygbert.vinschen.de> <20041013101547.GF18268@cygbert.vinschen.de> <20041015141742.GB6702@cygbert.vinschen.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041015141742.GB6702@cygbert.vinschen.de> User-Agent: Mutt/1.4.2i X-SW-Source: 2004-10/txt/msg00278.txt.bz2 Oops *blush*, wrong mailing list. Sorry folks. Corinna On Oct 15 16:17, Corinna Vinschen wrote: > Hi Red Hat Global GDB Maintainers crowd ;-) > [...]