From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24594 invoked by alias); 14 Mar 2003 16:27:45 -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 24566 invoked from network); 14 Mar 2003 16:27:45 -0000 Received: from unknown (HELO duracef.shout.net) (204.253.184.12) by sources.redhat.com with SMTP; 14 Mar 2003 16:27:45 -0000 Received: (from mec@localhost) by duracef.shout.net (8.11.6/8.11.6) id h2EGRbP18696; Fri, 14 Mar 2003 10:27:37 -0600 Date: Fri, 14 Mar 2003 16:27:00 -0000 From: Michael Elizabeth Chastain Message-Id: <200303141627.h2EGRbP18696@duracef.shout.net> To: ac131313@redhat.com Subject: Re: 8-byte register values on a 32-bit machine Cc: brobecker@gnat.com, drow@mvista.com, gdb@sources.redhat.com, kettenis@chello.nl, stcarrez@nerim.fr X-SW-Source: 2003-03/txt/msg00230.txt.bz2 andrew> Right, so it can't be assumed that `the general case of andrew> 2-word structs in 5.3 was broken'. It can't be assumed that they worked in 5.3, either. In gdb HEAD, last time I looked, the dwarf2 code fetched only one word from the target. So with gdb HEAD I believe they are broken on ALL architectures, unless Daniel has fixed them in the past week. Michael C