binutils-gdb/sim
Jim Wilson 51c6d73375 For NEC 4100/4300 project: Add little endian support and misc cleanups.
* gencode.c (build_instruction): Use !ByteSwapMem instead of
	BigEndianMem.
	* interp.c (CONFIG, config_EP_{mask,shift,D,DxxDxx, config_BE): Delete.
	(BigEndianMem): Rename to ByteSwapMem and change sense.
	(BigEndianCPU, sim_write, LoadMemory, StoreMemory): Change
	BigEndianMem references to !ByteSwapMem.
	(set_endianness): New function, with prototype.
	(sim_open): Call set_endianness.
	(sim_info): Use simBE instead of BigEndianMem.
	(xfer_direct_word, xfer_direct_long, swap_direct_word,
	swap_direct_long, xfer_big_word, xfer_big_long, xfer_little_word,
	xfer_little_long, swap_word, swap_long): Delete unnecessary MSC_VER
	ifdefs, keeping the prototype declaration.
	(swap_word): Rewrite correctly.
	(ColdReset): Delete references to CONFIG.  Delete endianness related
	code; moved to set_endianness.
1996-12-11 22:04:46 +00:00
..
arm * run.c: Deleted, use one in ../common now. 1996-11-20 09:10:22 +00:00
common * callback.c: #include <stdlib.h> 1996-12-09 02:27:59 +00:00
d10v * config.in (WORDS_BIGENDIAN): Add. 1996-11-26 03:53:40 +00:00
erc32 * configure.in: Look for libtermcap.a. 1996-12-04 00:56:56 +00:00
h8300 * Makefile.in: Delete stuff moved to ../common/Make-common.in. 1996-11-20 09:47:57 +00:00
mips For NEC 4100/4300 project: Add little endian support and misc cleanups. 1996-12-11 22:04:46 +00:00
mn10300 * gencode.c (write_opcodes): Also write out the format of the 1996-12-11 16:58:33 +00:00
ppc New revision from Andrew 1996-12-10 16:12:48 +00:00
sh * Makefile.in: Delete stuff moved to ../common/Make-common.in. 1996-11-20 10:18:18 +00:00
v850 * Makefile.in: Delete stuff moved to ../common/Make-common.in. 1996-11-20 10:27:55 +00:00
w65 * Makefile.in (mostlyclean): Move config.log to distclean. 1996-10-03 07:16:56 +00:00
.Sanitize * Makefile.in, config.in, configure, configure.in: New files. 1996-11-25 19:52:08 +00:00
ChangeLog Powerpc-linux now builds the simulator 1996-11-01 13:08:43 +00:00
Makefile.in * Makefile.in (all): Simplify. 1996-02-21 17:02:23 +00:00
configure * configure.in (configdirs): Add common. 1996-11-20 09:02:28 +00:00
configure.in * Makefile.in, config.in, configure, configure.in: New files. 1996-11-25 19:52:08 +00:00