From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7102 invoked by alias); 4 Oct 2003 15:54:11 -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 6753 invoked from network); 4 Oct 2003 15:54:10 -0000 Received: from unknown (HELO localhost.redhat.com) (66.30.197.194) by sources.redhat.com with SMTP; 4 Oct 2003 15:54:10 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 4664E2B89; Sat, 4 Oct 2003 11:54:09 -0400 (EDT) Message-ID: <3F7EED21.1060902@redhat.com> Date: Sat, 04 Oct 2003 15:54:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030820 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Corinna Vinschen Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA] sh-tdep.c (sh_use_struct_convention): Restructure and fix References: <20031004113939.GK11435@cygbert.vinschen.de> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-10/txt/msg00081.txt.bz2 > * sh-tdep.c (sh_use_struct_convention): Clean up to have a > more readable code. Accomodate 4 byte structs with 4 byte sized > first field (e.g. bitfields). Corinna, See: http://sources.redhat.com/ml/gdb-patches/2003-10/msg00033.html. The ppc64_sysv_return_value code in ppc-sysv-tdep.c, has been written in a way that allows a quick update to this new iterface. Andrew