This is the mail archive of the frysk-cvs@sources.redhat.com mailing list for the frysk 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]

frysk-core/frysk isa/ChangeLog isa/IA32Registe ...


CVSROOT:	/cvs/frysk
Module name:	frysk-core
Changes by:	cagney@sourceware.org	2007-10-05 16:40:39

Modified files:
	frysk/isa      : ChangeLog IA32Registers.java 
	frysk/pkglibdir: ChangeLog funit-addresses.c 
	frysk/value    : ChangeLog StandardTypes.java 

Log message:
	Index: frysk-core/frysk/isa/ChangeLog
	2007-10-05  Andrew Cagney  <cagney@redhat.com>
	
	* IA32Registers.java: Update types; use INT32L_T, VOIDPTR32L_T,
	INT128L_T, FLOAT80L_T, INT16L_T.
	
	Index: frysk-core/frysk/pkglibdir/ChangeLog
	2007-10-05  Andrew Cagney  <cagney@redhat.com>
	
	* funit-addresses.c (global_char): Make type "char".
	(static_int_address, volatile_int_address)
	(global_char_address): Moved from main(); changed to pointers.
	(main): Update..
	
	Index: frysk-core/frysk/value/ChangeLog
	2007-10-05  Andrew Cagney  <cagney@redhat.com>
	
	* StandardTypes.java (OrderMap): New.
	(INT8B_T, INT8L_T, int8_t, int8_t()): New.
	(INT16B_T, INT16L_T, int16_t, int16_t()): New.
	(INT32B_T, INT32L_T, int32_t, int32_t()): New.
	(INT64B_T, INT64L_T, int64_t, int64_t()): New.
	(INT128B_T, INT128L_T, int128_t, int128_t()): New.
	(UINT8B_T, UINT8L_T, uint8_t, uint8_t()): New.
	(UINT16B_T, UINT16L_T, uint16_t, uint16_t()): New.
	(UINT32B_T, UINT32L_T, uint32_t, uint32_t()): New.
	(UINT64B_T, UINT64L_T, uint64_t, uint64_t()): New.
	(UINT128B_T, UINT128L_T, uint128_t, uint128_t()): New.
	(FLOAT32B_T, FLOAT32L_T, float32_t, float32_t()): New.
	(FLOAT64B_T, FLOAT64L_T, float64_t, float64_t()): New.
	(FLOAT80B_T, FLOAT80L_T, float80_t, float80_t()): New.
	(VOIDPTR32B_T, VOIDPTR32L_T, voidptr32_t, voidptr32_t()): New.
	(VOIDPTR64B_T, VOIDPTR64L_T, voidptr64_t, voidptr64_t()): New.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/isa/ChangeLog.diff?cvsroot=frysk&r1=1.10&r2=1.11
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/isa/IA32Registers.java.diff?cvsroot=frysk&r1=1.4&r2=1.5
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/pkglibdir/ChangeLog.diff?cvsroot=frysk&r1=1.127&r2=1.128
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/pkglibdir/funit-addresses.c.diff?cvsroot=frysk&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/value/ChangeLog.diff?cvsroot=frysk&r1=1.142&r2=1.143
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/value/StandardTypes.java.diff?cvsroot=frysk&r1=1.7&r2=1.8


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