From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6211 invoked by alias); 18 Feb 2004 03:14:36 -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 6202 invoked from network); 18 Feb 2004 03:14:34 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 18 Feb 2004 03:14:34 -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 i1I3EUb14679 for ; Tue, 17 Feb 2004 22:14:30 -0500 Received: from zenia.home.redhat.com (porkchop.devel.redhat.com [172.16.58.2]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i1I3ETi02519; Tue, 17 Feb 2004 22:14:29 -0500 To: gdb-patches@sources.redhat.com Subject: Re: RFA: handle zero-length types in value_from_register From: Jim Blandy Date: Wed, 18 Feb 2004 03:14:00 -0000 Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2004-02/txt/msg00500.txt.bz2 The patches I posted here: http://sources.redhat.com/ml/gdb-patches/2004-01/msg00717.html haven't gotten any more comments since my last revision, so I've committed them. 2004-02-17 Jim Blandy * findvar.c (value_from_register): If the type has no length, just return an acceptable value --- don't report an internal error. * stabsread.c (read_type): If we find any type numbers that are forward references, complain if the references aren't resolved by the time we're finished reading. (cleanup_undefined_types): Make error message more appropriate for a complaint.