From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12991 invoked by alias); 2 Apr 2005 02:20:52 -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 12630 invoked from network); 2 Apr 2005 02:20:31 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 2 Apr 2005 02:20:31 -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.11) with ESMTP id j322KVOm026715 for ; Fri, 1 Apr 2005 21:20:31 -0500 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 j322KUO25300; Fri, 1 Apr 2005 21:20:30 -0500 Received: from redhat.com (dhcp-172-16-25-137.sfbay.redhat.com [172.16.25.137]) by potter.sfbay.redhat.com (8.12.8/8.12.8) with ESMTP id j322KSgp006985; Fri, 1 Apr 2005 21:20:29 -0500 Message-ID: <424E016C.1010003@redhat.com> Date: Sat, 02 Apr 2005 02:20:00 -0000 From: Michael Snyder Organization: Red Hat, Inc. User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4.3) Gecko/20040924 MIME-Version: 1.0 To: Daniel Jacobowitz CC: gdb-patches@sources.redhat.com Subject: Re: [commit] mn10300_push_call -- handle structs References: <424DEA37.5080301@redhat.com> <20050402011844.GA6210@nevyn.them.org> In-Reply-To: <20050402011844.GA6210@nevyn.them.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2005-04/txt/msg00024.txt.bz2 Daniel Jacobowitz wrote: > On Fri, Apr 01, 2005 at 04:41:27PM -0800, Michael Snyder wrote: > >>+ #if 0 >> /* FIXME temp, don't handle struct args at all. */ >> if (struct_return) >> error ("Target doesn't handle struct return"); >>+ #endif > > > Please don't add new #if 0 code - if it's dead, remove it. > ok.