This is the mail archive of the gdb-cvs@sourceware.org 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 doublest.c


CVSROOT:	/cvs/src
Module name:	src
Changes by:	willnewton@sourceware.org	2013-06-21 16:24:14

Modified files:
	gdb            : ChangeLog doublest.c 

Log message:
	gdb/doublest.c: Use frexpl rather than ldfrexp.
	
	Most modern systems have frexpl and gnulib provides an implementation
	for those that don't, so use it instead of the generic but inaccurate
	ldfrexp.
	
	gdb/ChangeLog:
	
	2013-06-21  Will Newton  <will.newton@linaro.org>
	
	* doublest.c (ldfrexp): Remove function.
	(convert_doublest_to_floatformat): Call frexpl instead of
	ldfrexp.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.15727&r2=1.15728
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/doublest.c.diff?cvsroot=src&r1=1.53&r2=1.54


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