From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8237 invoked by alias); 24 Sep 2002 23:30:45 -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 8188 invoked from network); 24 Sep 2002 23:30:44 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 24 Sep 2002 23:30:44 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id g8ONCqi27052 for ; Tue, 24 Sep 2002 19:12:52 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id g8ONUdf29397; Tue, 24 Sep 2002 19:30:39 -0400 Received: from localhost.localdomain (vpn50-41.rdu.redhat.com [172.16.50.41]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id g8ONUcJ00541; Tue, 24 Sep 2002 19:30:39 -0400 Received: (from kev@localhost) by localhost.localdomain (8.11.6/8.11.6) id g8ONUX809199; Tue, 24 Sep 2002 16:30:33 -0700 Date: Tue, 24 Sep 2002 16:30:00 -0000 From: Kevin Buettner Message-Id: <1020924233033.ZM9198@localhost.localdomain> In-Reply-To: Andrew Cagney "[rfa/ppc] Use frame_align(); delete hack" (Sep 24, 7:07pm) References: <3D90F04C.9040900@redhat.com> To: Andrew Cagney , gdb-patches@sources.redhat.com Subject: Re: [rfa/ppc] Use frame_align(); delete hack MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-09/txt/msg00595.txt.bz2 On Sep 24, 7:07pm, Andrew Cagney wrote: > In the process it delets that global variable > struct return hack. Struct returns involving dummy functions are > instead handled by the dummy frame code. Where/how does this happen? Kevin