binutils-gdb/sim
Jim Wilson c7be441465 Add support for simulating big-endian AArch64 binaries.
* cpustate.h: Include config.h.
	(union GRegisterValue): Add WORDS_BIGENDIAN check.  For big endian code
	use anonymous structs to align members.
	* simulator.c (aarch64_step): Use sim_core_read_buffer and
	endian_le2h_4 to read instruction from pc.
2016-06-30 09:10:41 +01:00
..
aarch64 Add support for simulating big-endian AArch64 binaries. 2016-06-30 09:10:41 +01:00
arm
avr
bfin
common
cr16
cris
d10v
erc32
frv
ft32
h8300
igen
iq2000
lm32
m32c
m32r
m68hc11
mcore
microblaze
mips
mn10300
moxie
msp430
ppc
rl78
rx Fix a typo in the check for SNANs in the RX simulator. 2016-04-27 12:37:11 +01:00
sh Fix primary reason why the SH simulation hasn't been working on 64 bit hosts. 2016-04-10 11:02:47 +09:00
sh64
testsuite
v850
.gitignore
ChangeLog Move ChangeLog entries from sim/ChangeLog to sim/sh/ChangeLog. 2016-04-10 10:53:20 +09:00
configure
configure.ac
configure.tgt
MAINTAINERS
Makefile.in
README-HACKING