From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21788 invoked by alias); 1 Mar 2002 15:00:17 -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 21733 invoked from network); 1 Mar 2002 15:00:10 -0000 Received: from unknown (HELO localhost.redhat.com) (24.112.135.44) by sources.redhat.com with SMTP; 1 Mar 2002 15:00:10 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id D44943E65; Fri, 1 Mar 2002 10:00:07 -0500 (EST) Message-ID: <3C7F9777.4070009@cygnus.com> Date: Fri, 01 Mar 2002 07:00: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-03/txt/msg00000.txt.bz2 Michal, Can I suggest adding your self to the maintainers file as an obvious fix (don't forget to post the patch). You may also want to tweak x86-64 as it uses value_ptr which no longer exists. > + value_ptr arg = args[stack_values[stack_values_count]]; ARI spotted it :-) enjoy, Andrew