From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5337 invoked by alias); 27 Feb 2002 02:49:27 -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 5216 invoked from network); 27 Feb 2002 02:49:23 -0000 Received: from unknown (HELO localhost.redhat.com) (24.112.135.44) by sources.redhat.com with SMTP; 27 Feb 2002 02:49:23 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 7B6653DF7; Tue, 26 Feb 2002 21:49:18 -0500 (EST) Message-ID: <3C7C492D.50605@cygnus.com> Date: Tue, 26 Feb 2002 18:49:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:0.9.8) Gecko/20020210 X-Accept-Language: en-us MIME-Version: 1.0 To: Michal Ludvig Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA] Bugfixes on x86-64 target References: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-02/txt/msg00711.txt.bz2 > Index: ChangeLog > from Michal Ludvig > > * x86-64-tdep.c (value.h): Delete. > (gdb_assert.h): Include. > (x86_64_register_convert_to_virtual, > x86_64_register_convert_to_raw ): Add check which lets only > floating-point values to be converted. > (value_push): Delete. > (x86_64_push_arguments): Order of arguments pushed on stack fixed. > (i386_gdbarch_init): Number of register_bytes fixed. > Nice! I've checked it in (I've also re-indented the file as a separate commit). Andrew