From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22440 invoked by alias); 10 Apr 2007 21:19:13 -0000 Received: (qmail 22432 invoked by uid 22791); 10 Apr 2007 21:19:13 -0000 X-Spam-Check-By: sourceware.org Received: from return.false.org (HELO return.false.org) (66.207.162.98) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 10 Apr 2007 22:19:05 +0100 Received: from return.false.org (localhost [127.0.0.1]) by return.false.org (Postfix) with ESMTP id 888284B267; Tue, 10 Apr 2007 16:19:03 -0500 (CDT) Received: from caradoc.them.org (dsl093-172-095.pit1.dsl.speakeasy.net [66.93.172.95]) by return.false.org (Postfix) with ESMTP id 618FA4B262; Tue, 10 Apr 2007 16:19:03 -0500 (CDT) Received: from drow by caradoc.them.org with local (Exim 4.63) (envelope-from ) id 1HbNjy-0001d8-Cg; Tue, 10 Apr 2007 17:19:02 -0400 Date: Tue, 10 Apr 2007 21:19:00 -0000 From: Daniel Jacobowitz To: Jan Kratochvil Cc: gdb-patches@sourceware.org Subject: Re: [PATCH] Differentiate empty vs. opaque types Message-ID: <20070410211902.GF2056@caradoc.them.org> Mail-Followup-To: Jan Kratochvil , gdb-patches@sourceware.org References: <20070311225518.GA10039@host0.dyn.jankratochvil.net> <20070312033529.GA1116@caradoc.them.org> <20070312213611.GA6633@host0.dyn.jankratochvil.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070312213611.GA6633@host0.dyn.jankratochvil.net> User-Agent: Mutt/1.5.15 (2007-04-09) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2007-04/txt/msg00114.txt.bz2 On Mon, Mar 12, 2007 at 10:36:12PM +0100, Jan Kratochvil wrote: > 2007-03-12 Jan Kratochvil > > * gdbtypes.h (TYPE_FLAG_STUB_SUPPORTED, TYPE_STUB_SUPPORTED): New > macros. > (TYPE_IS_OPAQUE): Empty vs. opaque structures are now > distinct on the TYPE_STUB_SUPPORTED debug targets. > * dwarf2read.c (read_structure_type): Set TYPE_FLAG_STUB_SUPPORTED. > * dwarfread.c (struct_type): New comment on TYPE_FLAG_STUB_SUPPORTED. > > 2007-03-12 Jan Kratochvil > > * gdb.base/type-opaque-lib.c, gdb.base/type-opaque-main.c, > gdb.base/type-opaque.exp: New files. Sorry I didn't get back to you; I wanted to finish deleting dwarfread.c first. This is OK, without the bit for dwarfread.c, which is now gone. -- Daniel Jacobowitz CodeSourcery