From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14391 invoked by alias); 29 Jan 2008 21:28:03 -0000 Received: (qmail 14380 invoked by uid 22791); 29 Jan 2008 21:28:03 -0000 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 29 Jan 2008 21:27:43 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id E6FE02A96C8 for ; Tue, 29 Jan 2008 16:27:41 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id NEdndoVL+QM0 for ; Tue, 29 Jan 2008 16:27:41 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 9B9CD2A96C4 for ; Tue, 29 Jan 2008 16:27:41 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 8F72BE7ACB; Tue, 29 Jan 2008 13:27:39 -0800 (PST) Date: Tue, 29 Jan 2008 21:44:00 -0000 From: Joel Brobecker To: gdb-patches@sourceware.org Subject: Re: [RFA/x86_64] Add handling for TYPE_CODE_CHAR in inferior fun calls Message-ID: <20080129212739.GE16288@adacore.com> References: <20071226131934.GN31301@adacore.com> <20080129170926.GD2815@caradoc.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080129170926.GD2815@caradoc.them.org> User-Agent: Mutt/1.4.2.2i 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-01/txt/msg00726.txt.bz2 > > 2007-12-26 Joel Brobecker > > > > * amd64-tdep.c (amd64_classify): Add handling of TYPE_CODE_CHAR. > > > > Tested on x86_64-linux, fixes the FAIL above. No regression. > > OK to commit? > > OK. Checked in as well. Thanks, -- Joel