This is the mail archive of the gdb-cvs@sourceware.cygnus.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 testsuite/gdb.base/long_long.exp


CVSROOT:	/cvs/src
Module name:	src
Changes by:	scottb@sourceware.cygnus.com	00/03/09 13:55:40

Modified files:
	gdb            : ChangeLog 
	gdb/testsuite/gdb.base: long_long.exp 

Log message:
	2000-02-25  Scott Bambrough <scottb@netwinder.org>
	
	* gdb.base/long_long.exp: Correct test suite failure when printing
	a long long value as a double on ARM platforms.
	
	ARM doubles use a hybrid endian format.  It is not strictly little or big
	endian.  It is little endian with the words swapped.

Patches:
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.119&r2=1.120
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.base/long_long.exp.diff?cvsroot=src&r1=1.1.1.5&r2=1.2


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