old-cross-binutils/gdb/config/i960
Jim Kingdon bf5c0d6448 * defs.h, findvar.c (extract_floating, store_floating): New functions.
* Move SWAP_TARGET_AND_HOST from defs.h to findvar.c because it is
	now used only by extract_floating and store_floating.
	* valprint.c (print_floating): Use unsigned arithmetic.  Use
	extract_unsigned_integer instead of SWAP_TARGET_AND_HOST.
	Change sizeof (float) to 4 and sizeof (double) to 8 (those are always
	the relevant sizes for this code, which is in #ifdef IEEE_FLOAT).
	* values.c (unpack_long, unpack_double, value_from_double),
	valarith.c (value_binop), stabsread.c (define_symbol):
	Use extract_floating and store_floating instead of
	SWAP_TARGET_AND_HOST.
	* config/m68k/tm-m68k.h, config/i960/tm-i960.h (REGISTER_CONVERT_*):
	Use extract_floating and store_floating.
	* config/m88k/tm-m88k.h: Add comments (it should be doing the same).
	* i386-tdep.c (i386_extract_return_value),
	* remote-nindy.c (nindy_store_registers): Use store_floating.
1993-10-29 18:16:33 +00:00
..
.Sanitize Remove '.Sanitize' from explicit list of Things-to-lose. It is now implicitly 1993-08-02 23:29:32 +00:00
nindy960.mt * config/i960/nindy960.mt: Don't define REMOTE_O; REMOTE_O was 1993-09-23 00:27:06 +00:00
tm-i960.h * defs.h, findvar.c (extract_floating, store_floating): New functions. 1993-10-29 18:16:33 +00:00
tm-nindy960.h * Remove unused STACK_END_ADDR in the following files (in other 1993-07-02 18:48:44 +00:00
tm-vx960.h * remove-vx.c (vx_read_register, vx_write_register): collapse 1993-06-08 20:56:23 +00:00
vxworks960.mt update REMOTE_O for i960-vxworks to make it compile again 1993-10-11 18:49:22 +00:00