binutils-gdb/sim
Mike Frysinger 474a2d9f5f sim: bfin: split out common mach/model defines into arch.h [PR sim/20438]
The current machs.h mixes common enums with Blackfin-specific defines.
This causes us troubles with header inclusion order such that we can't
drop the old SIM_CPU typedef (which is duplicated in common code).  By
splitting the two up, we can unwind this dependency chain, and drop the
old typedef.  It also fixes building with older gcc versions.
2016-08-13 12:47:11 -07:00
..
aarch64 Undo the previous change to the aarch64 sim - exporting aarch64_step() - and instead make aarch64_run correctly process sim events. 2016-08-12 11:35:32 +01:00
arm Small improvements to the ARM simulator to cope with illegal binaries. 2016-07-14 10:38:07 +01:00
avr Update PC when simulate break instruction. 2016-07-19 09:47:23 +03:00
bfin sim: bfin: split out common mach/model defines into arch.h [PR sim/20438] 2016-08-13 12:47:11 -07:00
common
cr16
cris
d10v sim: move many common settings from CPPFLAGS to config.h 2016-01-10 18:54:41 -05:00
erc32
frv
ft32
h8300
igen
iq2000
lm32
m32c
m32r
m68hc11
mcore sim: move many common settings from CPPFLAGS to config.h 2016-01-10 18:54:41 -05:00
microblaze
mips sim: mips: fix prog_bfd usage 2016-02-05 20:27:25 -05:00
mn10300
moxie
msp430
ppc
rl78 Wean gdb and sim off private libbfd.h header 2016-07-27 09:01:45 +09:30
rx Wean gdb and sim off private libbfd.h header 2016-07-27 09:01:45 +09:30
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 sim: move many common settings from CPPFLAGS to config.h 2016-01-10 18:54:41 -05:00
.gitignore
ChangeLog Update PC when simulate break instruction. 2016-07-19 09:47:23 +03:00
configure
configure.ac
configure.tgt
MAINTAINERS
Makefile.in
README-HACKING