binutils-gdb/sim
Thiemo Seufer 14fb6c5a50 * cp1.c (value_fpr): Don't inherit existing FPR_STATE for
uninterpreted formats. If fmt is one of the uninterpreted types
	don't update the FPR_STATE. Handle fmt_uninterpreted_32 like
	fmt_word, and fmt_uninterpreted_64 like fmt_long.
	(store_fpr): When writing an invalid odd register, set the
	matching even register to fmt_unknown, not the following register.
	* interp.c (sim_open): If STATE_MEM_SIZE isn't set then set it to
	the the memory window at offset 0 set by --memory-size command
	line option.
	(sim_store_register): Handle storing 4 bytes to an 8 byte floating
	point register.
	(sim_fetch_register): Likewise for reading 4 bytes from an 8 byte
	register.
	(sim_monitor): When returning the memory size to the MIPS
	application, use the value in STATE_MEM_SIZE, not an arbitrary
	hardcoded value.
	(cop_lw): Don' mess around with FPR_STATE, just pass
	fmt_uninterpreted_32 to StoreFPR.
	(cop_sw): Similarly.
	(cop_ld): Pass fmt_uninterpreted_64 not fmt_uninterpreted.
	(cop_sd): Similarly.
	* mips.igen (not_word_value): Single version for mips32, mips64
	and mips16.
2007-02-19 17:31:08 +00:00
..
arm * armemu.c (handle_v6_insn): Fix typo in sign extension test of the sext and sxtah instructions. 2007-02-15 10:32:06 +00:00
common Copyright updates for 2007. 2007-01-09 17:59:20 +00:00
cris Copyright updates for 2007. 2007-01-09 17:59:20 +00:00
d10v Copyright updates for 2007. 2007-01-09 17:59:20 +00:00
erc32 Copyright updates for 2007. 2007-01-09 17:59:20 +00:00
frv Copyright updates for 2007. 2007-01-09 17:59:20 +00:00
h8300 Copyright updates for 2007. 2007-01-09 17:59:20 +00:00
igen Copyright updates for 2007. 2007-01-09 17:59:20 +00:00
iq2000 Copyright updates for 2007. 2007-01-09 17:59:20 +00:00
m32c Copyright updates for 2007. 2007-01-09 17:59:20 +00:00
m32r Copyright updates for 2007. 2007-01-09 17:59:20 +00:00
m68hc11 Copyright updates for 2007. 2007-01-09 17:59:20 +00:00
mcore Copyright updates for 2007. 2007-01-09 17:59:20 +00:00
mips * cp1.c (value_fpr): Don't inherit existing FPR_STATE for 2007-02-19 17:31:08 +00:00
mn10300 Copyright updates for 2007. 2007-01-09 17:59:20 +00:00
ppc Copyright updates for 2007. 2007-01-09 17:59:20 +00:00
sh Copyright updates for 2007. 2007-01-09 17:59:20 +00:00
sh64 * config.in, configure: Regenerate. 2006-12-21 04:43:16 +00:00
testsuite 2007-02-17 Thiemo Seufer <ths@mips.com> 2007-02-17 01:26:48 +00:00
v850 Copyright updates for 2007. 2007-01-09 17:59:20 +00:00
ChangeLog * Makefile.in (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS): Add RUNTEST. 2007-02-16 18:13:53 +00:00
configure 2007-01-28 Manuel Lauss <slauss@resi.at> 2007-01-29 16:41:14 +00:00
configure.ac 2007-01-28 Manuel Lauss <slauss@resi.at> 2007-01-29 16:41:14 +00:00
MAINTAINERS * MAINTAINERS: Add self as authorized committer for *. 2006-12-20 12:34:46 +00:00
Makefile.in * Makefile.in (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS): Add RUNTEST. 2007-02-16 18:13:53 +00:00
README-HACKING * Makefile.in (ChangeLog): New makefile variable. 2002-06-06 16:33:45 +00:00