From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17715 invoked by alias); 28 Apr 2004 16:20:35 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 17690 invoked from network); 28 Apr 2004 16:20:35 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 28 Apr 2004 16:20:35 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.10/8.12.10) with ESMTP id i3SGKYKI005635 for ; Wed, 28 Apr 2004 12:20:35 -0400 Received: from localhost.redhat.com (to-dhcp51.toronto.redhat.com [172.16.14.151]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i3SGKYv20866; Wed, 28 Apr 2004 12:20:34 -0400 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 926E82B9D; Wed, 28 Apr 2004 12:20:26 -0400 (EDT) Message-ID: <408FD9CA.5060706@gnu.org> Date: Wed, 28 Apr 2004 16:48:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-GB; rv:1.4.1) Gecko/20040217 MIME-Version: 1.0 To: Manoj Iyer Cc: gdb@sources.redhat.com Subject: Re: 64/32 threaded app support References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-04/txt/msg00178.txt.bz2 > I found that the following patches > > http://sources.redhat.com/ml/gdb-patches/2004-03/msg00177.html > http://sources.redhat.com/ml/gdb-patches/2004-03/msg00176.html > > fixes my problems(see below), any idea why these dint make it into 6.1? I dropped them as it was getting late in the release cycle, and there are too many other patches needed before 64-bit PPC really starts to work (sigtramp, frame rewrite). Hopefully 6.2 will be a viable for 64-bit PPC. However, Kevin might be interested in a backport of these and some other changes. Andrew