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]

gdb/422


The following reply was made to PR gdb/422; it has been noted by GNATS.

From: drow@sources.redhat.com
To: gdb-gnats@sources.redhat.com
Cc:  
Subject: gdb/422
Date: 21 Mar 2002 00:53:45 -0000

 CVSROOT:	/cvs/src
 Module name:	src
 Changes by:	drow@sources.redhat.com	2002-03-20 16:53:45
 
 Modified files:
 	gdb            : ChangeLog c-lang.c dwarf2read.c stabsread.c 
 
 Log message:
 	2002-03-20  Daniel Jacobowitz  <drow@mvista.com>
 	
 	Fix PR gdb/422.
 	* c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
 	FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
 	* dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
 	complex types.
 	* stabsread.c (rs6000_builtin_type): Likewise.
 	(read_sun_floating_type): Likewise.
 
 Patches:
 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.2333&r2=1.2334
 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/c-lang.c.diff?cvsroot=src&r1=1.10&r2=1.11
 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/dwarf2read.c.diff?cvsroot=src&r1=1.50&r2=1.51
 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/stabsread.c.diff?cvsroot=src&r1=1.29&r2=1.30
 


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