From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22689 invoked by alias); 2 Apr 2005 01:18:48 -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 22408 invoked from network); 2 Apr 2005 01:18:45 -0000 Received: from unknown (HELO nevyn.them.org) (66.93.172.17) by sourceware.org with SMTP; 2 Apr 2005 01:18:45 -0000 Received: from drow by nevyn.them.org with local (Exim 4.50 #1 (Debian)) id 1DHXHg-0001cd-Vd; Fri, 01 Apr 2005 20:18:45 -0500 Date: Sat, 02 Apr 2005 01:18:00 -0000 From: Daniel Jacobowitz To: Michael Snyder Cc: gdb-patches@sources.redhat.com Subject: Re: [commit] mn10300_push_call -- handle structs Message-ID: <20050402011844.GA6210@nevyn.them.org> Mail-Followup-To: Michael Snyder , gdb-patches@sources.redhat.com References: <424DEA37.5080301@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <424DEA37.5080301@redhat.com> User-Agent: Mutt/1.5.6+20040907i X-SW-Source: 2005-04/txt/msg00023.txt.bz2 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. -- Daniel Jacobowitz CodeSourcery, LLC