This is the mail archive of the gdb-cvs@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]

src/gdb ChangeLog dwarf2read.c


CVSROOT:	/cvs/src
Module name:	src
Changes by:	petrs@sources.redhat.com	2002-01-11 08:56:07

Modified files:
	gdb            : ChangeLog dwarf2read.c 

Log message:
	1) Handling of the DW_AT_byte_size attribute when processing a
	DW_TAG_string_type (this is acceptable under the current DWARF 2.1/3.0
	standard.)
	2) In read_tag_string_type(), a fix for FORTRAN that propagates the
	first string length to all string types. This is important as FORTRAN
	strings are not delimited as in C/C++.
	3) Handling of the DW_LANG_Fortran95.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.2007&r2=1.2008
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/dwarf2read.c.diff?cvsroot=src&r1=1.43&r2=1.44


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