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]

src/gdb ChangeLog doublest.c doublest.h stabsr ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	cagney@sources.redhat.com	2001-09-24 10:16:54

Modified files:
	gdb            : ChangeLog doublest.c doublest.h stabsread.c 
	                 valarith.c values.c 

Log message:
	* doublest.h (store_floating, extract_floating): Add comment
	indicating these functions are deprecated.
	(extract_typed_floating, store_typed_floating): Declare.
	* doublest.c: Include "gdbtypes.h".
	(extract_typed_floating, store_typed_floating): Define.
	
	* stabsread.c (define_symbol): Use store_typed_floating.
	* valarith.c (value_binop): Ditto.
	* values.c (unpack_long): Use extract_typed_floating.
	(unpack_double): Ditto.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.1613&r2=1.1614
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/doublest.c.diff?cvsroot=src&r1=1.3&r2=1.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/doublest.h.diff?cvsroot=src&r1=1.4&r2=1.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/stabsread.c.diff?cvsroot=src&r1=1.15&r2=1.16
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/valarith.c.diff?cvsroot=src&r1=1.8&r2=1.9
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/values.c.diff?cvsroot=src&r1=1.22&r2=1.23


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