From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21687 invoked by alias); 5 Feb 2013 20:31:52 -0000 Received: (qmail 21675 invoked by uid 22791); 5 Feb 2013 20:31:50 -0000 X-SWARE-Spam-Status: No, hits=-3.1 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED X-Spam-Check-By: sourceware.org Received: from shards.monkeyblade.net (HELO shards.monkeyblade.net) (149.20.54.216) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 05 Feb 2013 20:31:43 +0000 Received: from localhost (cpe-66-108-118-205.nyc.res.rr.com [66.108.118.205]) (Authenticated sender: davem-davemloft) by shards.monkeyblade.net (Postfix) with ESMTPSA id 4F4D95810D8; Tue, 5 Feb 2013 12:31:46 -0800 (PST) Date: Tue, 05 Feb 2013 20:31:00 -0000 Message-Id: <20130205.153141.134908814280525142.davem@davemloft.net> To: mark.kettenis@xs4all.nl Cc: gdb-patches@sourceware.org Subject: Re: [PATCH] Allow struct 'return' on 32-bit sparc. From: David Miller In-Reply-To: <201302052018.r15KIwKZ025007@glazunov.sibelius.xs4all.nl> References: <201302042357.r14NvFNC023715@glazunov.sibelius.xs4all.nl> <20130204.200254.1810401167797646953.davem@davemloft.net> <201302052018.r15KIwKZ025007@glazunov.sibelius.xs4all.nl> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2013-02/txt/msg00129.txt.bz2 From: Mark Kettenis Date: Tue, 5 Feb 2013 21:18:58 +0100 (CET) > Perhaps wait a day or two to give other people a chance to comment > on the stack.c/value.c changes. Ok, will do, thanks Mark.