From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27419 invoked by alias); 4 Dec 2001 16:40:30 -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 27398 invoked from network); 4 Dec 2001 16:40:30 -0000 Received: from unknown (HELO localhost.cygnus.com) (216.138.202.10) by sources.redhat.com with SMTP; 4 Dec 2001 16:40:30 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.cygnus.com (Postfix) with ESMTP id E7A3D3E29; Tue, 4 Dec 2001 11:40:28 -0500 (EST) Message-ID: <3C0CFC7C.4030205@cygnus.com> Date: Tue, 04 Dec 2001 08:40:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:0.9.3) Gecko/20011020 X-Accept-Language: en-us MIME-Version: 1.0 To: Pierre Muller Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA] get go32 target to compile again. References: <4.2.0.58.20011204161305.014f35e0@ics.u-strasbg.fr> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2001-12/txt/msg00100.txt.bz2 > The go32 target does not compile anymore. > Eli told me that this is a main trunck only problem > and that he was mainly interested in the 5.1 branch > for the moment. > > Thus I tried to fix the compilation error myself. > As I succeeded, I send here enclosed the patch. > > This probably make the regno_mapping.size field > not useful anymore, I suppose that we should trust regcache_collect > function that it will use the correct size for each register. Oops. Eli's approval, but thanks! I noticed this last night but hey, you've beaten me to it. regcache_collect() always uses REGISTER_RAW_SIZE() so if it is of concern an assertion would be a good idea. Andrew