This is the mail archive of the gdb-prs@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

c++/1553


The following reply was made to PR c++/1553; it has been noted by GNATS.

From: carlton@sources.redhat.com
To: gdb-gnats@sourceware.org
Cc:  
Subject: c++/1553
Date: 15 Mar 2004 22:33:53 -0000

 CVSROOT:	/cvs/src
 Module name:	src
 Changes by:	carlton@sourceware.org	2004-03-15 22:33:52
 
 Modified files:
 	gdb            : ChangeLog dwarf2read.c 
 
 Log message:
 	2004-03-15  David Carlton  <carlton@kealia.com>
 	
 	Fix for PR c++/1553:
 	* dwarf2read.c (read_structure_type): Determine type name by
 	calling determine_class_name.
 	(determine_class_name): New.
 	(determine_prefix): Look at TYPE_TAG_NAME and call
 	determine_class_name when appropriate.
 	(determine_prefix_aux, class_name): Delete.
 
 Patches:
 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.5560&r2=1.5561
 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/dwarf2read.c.diff?cvsroot=src&r1=1.139&r2=1.140
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]