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 ia64-tdep.c


CVSROOT:	/cvs/src
Module name:	src
Changes by:	brobecke@sourceware.org	2011-01-13 16:22:50

Modified files:
	gdb            : ChangeLog ia64-tdep.c 

Log message:
	[ia64] Add a big-endian version of the ia64-ext floatformat
	
	ia64-tdep.c defines a floatformats_ia64_ext that should contain
	both the little-endian and the big-endian version of the float
	format used in the ia64 registers (an 82bit float format).
	Right now, both entries point to the same little-endian definition.
	
	A big-endian definition is now necessary for the ia64-hpux port.
	
	gdb/ChangeLog:
	
	* ia64-tdep.c (floatformat_ia64_ext_little): Renames
	floatformat_ia64_ext.
	(floatformat_ia64_ext_big): New static const.
	(floatformats_ia64_ext): Set first entry to &floatformat_ia64_ext_big.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.12466&r2=1.12467
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ia64-tdep.c.diff?cvsroot=src&r1=1.207&r2=1.208


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