From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24567 invoked by alias); 12 Mar 2003 20:47:23 -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 24512 invoked from network); 12 Mar 2003 20:47:22 -0000 Received: from unknown (HELO localhost.redhat.com) (66.187.230.200) by sources.redhat.com with SMTP; 12 Mar 2003 20:47:22 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 852C82B18; Wed, 12 Mar 2003 14:49:42 -0500 (EST) Message-ID: <3E6F8F56.4050609@redhat.com> Date: Wed, 12 Mar 2003 20:47:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030223 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Michael Elizabeth Chastain Cc: drow@mvista.com, brobecker@gnat.com, gdb@sources.redhat.com, kettenis@chello.nl, stcarrez@nerim.fr Subject: Re: 8-byte register values on a 32-bit machine References: <200303121909.h2CJ92r15020@duracef.shout.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-03/txt/msg00199.txt.bz2 > The general case of 2-word structures in 5.3 was broken. That is to say, > my simple test program (attached to the PR) fails with both 5.3 and HEAD. I386 or general? To the best of my knowledge, structs worked on non-i386 architectures. Andrew