You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Mike Frysinger aea0b94653 sim: cgen: regenerate decode tables 2 years ago
..
ChangeLog-2021 sim: rename ChangeLog files to ChangeLog-2021 5 years ago
README Initial creation of sourceware repository 27 years ago
arch.c sim regen 3 years ago
arch.h sim regen 3 years ago
cpu.c sim regen 3 years ago
cpu.h sim regen 3 years ago
cpu2.c sim regen 3 years ago
cpu2.h sim regen 3 years ago
cpuall.h sim regen 3 years ago
cpux.c sim regen 3 years ago
cpux.h sim regen 3 years ago
decode.c sim: cgen: regenerate decode tables 2 years ago
decode.h sim regen 3 years ago
decode2.c sim: cgen: regenerate decode tables 2 years ago
decode2.h sim regen 3 years ago
decodex.c sim: cgen: regenerate decode tables 2 years ago
decodex.h sim regen 3 years ago
dv-m32r_cache.c Update copyright year range in header of all files managed by GDB 3 years ago
dv-m32r_cache.h Update copyright year range in header of all files managed by GDB 3 years ago
dv-m32r_uart.c sim: m32r: fix -Wunused-variable warnings 2 years ago
dv-m32r_uart.h Update copyright year range in header of all files managed by GDB 3 years ago
local.mk sim: cgen: unify the genmloop logic a bit 2 years ago
m32r-sim.h sim: m32r: add more cgen prototypes for traps 2 years ago
m32r.c Update copyright year range in header of all files managed by GDB 3 years ago
m32r2.c Update copyright year range in header of all files managed by GDB 3 years ago
m32rx.c Update copyright year range in header of all files managed by GDB 3 years ago
mloop.in sim: mloop: add #line pragmas everywhere 2 years ago
mloop2.in sim: mloop: add #line pragmas everywhere 2 years ago
mloopx.in sim: mloop: add #line pragmas everywhere 2 years ago
model.c sim regen 3 years ago
model2.c sim regen 3 years ago
modelx.c sim regen 3 years ago
sem-switch.c sim regen 3 years ago
sem.c sim regen 3 years ago
sem2-switch.c sim regen 3 years ago
semx-switch.c sim regen 3 years ago
sim-if.c sim: info: convert verbose field to a bool 3 years ago
sim-main.h sim: signal: mark signal callback funcs as noreturn since they don't return 2 years ago
syscall.h sim: m32r: namespace Linux syscall table 5 years ago
traps.c sim: m32r: fix syslog call 2 years ago

README

This is the m32r simulator directory.

It is still work-in-progress. The current sources are reasonably
well tested and lots of features are in. However, there's lots
more yet to come.

There are lots of machine generated files in the source directory!
They are only generated if you configure with --enable-cgen-maint,
similar in behaviour to Makefile.in, configure under automake/autoconf.

For details on the generator, see ../../cgen.

devo/cgen isn't part of the comp-tools module yet.
You'll need to check it out manually (also akin to automake/autoconf).