From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6144 invoked by alias); 26 Jul 2008 00:43:16 -0000 Received: (qmail 6131 invoked by uid 22791); 26 Jul 2008 00:43:16 -0000 X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 26 Jul 2008 00:42:52 +0000 Received: (qmail 7249 invoked from network); 26 Jul 2008 00:42:50 -0000 Received: from unknown (HELO macbook-2.local) (stan@127.0.0.2) by mail.codesourcery.com with ESMTPA; 26 Jul 2008 00:42:50 -0000 Message-ID: <488A7303.7050509@codesourcery.com> Date: Sat, 26 Jul 2008 00:43:00 -0000 From: Stan Shebs User-Agent: Thunderbird 2.0.0.16 (Macintosh/20080707) MIME-Version: 1.0 To: "Joseph S. Myers" CC: gdb-patches@sourceware.org Subject: Re: Fix MIPS ABI issues References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: 2008-07/txt/msg00465.txt.bz2 Joseph S. Myers wrote: > This patch fixes various issues in GDB's handling of MIPS function call > ABIs shown up by the testsuite: > > [...] for N32 and N64 soft float. OK to commit? > This looks great, thanks! Stan