From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17617 invoked by alias); 27 Mar 2002 14:23:01 -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 17588 invoked from network); 27 Mar 2002 14:22:59 -0000 Received: from unknown (HELO localhost.redhat.com) (24.112.240.27) by sources.redhat.com with SMTP; 27 Mar 2002 14:22:59 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 372853C9E; Wed, 27 Mar 2002 09:21:17 -0500 (EST) Message-ID: <3CA1D55D.2030005@cygnus.com> Date: Wed, 27 Mar 2002 06:23: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] x86-64 segment registers handling References: <3CA0AF53.8030609@suse.cz> <3CA0B6C0.6090601@cygnus.com> <3CA1B87A.20105@suse.cz> Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-03/txt/msg00536.txt.bz2 > Andrew Cagney wrote: > this patch synces gdb with recent ABI changes in x86-64 kernel, which > Can I also commit this change as well as x86_64_skip_prologue change to 5.2 branch? Both are important for gdb to work on x86-64. > Michal Ludvig Yes (it was on my list of things to do, so thanks!) Andrew