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.
 
 
 
 
 
 
Joel Brobecker 4a94e36819 Automatic Copyright Year update after running gdb/copyright.py 5 years ago
..
ChangeLog-2021 sim: rename ChangeLog files to ChangeLog-2021 5 years ago
Makefile.in Automatic Copyright Year update after running gdb/copyright.py 5 years ago
README Initial creation of sourceware repository 28 years ago
arch.c Automatic Copyright Year update after running gdb/copyright.py 5 years ago
arch.h Automatic Copyright Year update after running gdb/copyright.py 5 years ago
cpu.c Automatic Copyright Year update after running gdb/copyright.py 5 years ago
cpu.h Automatic Copyright Year update after running gdb/copyright.py 5 years ago
cpu2.c Automatic Copyright Year update after running gdb/copyright.py 5 years ago
cpu2.h Automatic Copyright Year update after running gdb/copyright.py 5 years ago
cpuall.h Automatic Copyright Year update after running gdb/copyright.py 5 years ago
cpux.c Automatic Copyright Year update after running gdb/copyright.py 5 years ago
cpux.h Automatic Copyright Year update after running gdb/copyright.py 5 years ago
decode.c Automatic Copyright Year update after running gdb/copyright.py 5 years ago
decode.h Automatic Copyright Year update after running gdb/copyright.py 5 years ago
decode2.c Automatic Copyright Year update after running gdb/copyright.py 5 years ago
decode2.h Automatic Copyright Year update after running gdb/copyright.py 5 years ago
decodex.c Automatic Copyright Year update after running gdb/copyright.py 5 years ago
decodex.h Automatic Copyright Year update after running gdb/copyright.py 5 years ago
dv-m32r_cache.c Automatic Copyright Year update after running gdb/copyright.py 5 years ago
dv-m32r_cache.h Automatic Copyright Year update after running gdb/copyright.py 5 years ago
dv-m32r_uart.c Automatic Copyright Year update after running gdb/copyright.py 5 years ago
dv-m32r_uart.h Automatic Copyright Year update after running gdb/copyright.py 5 years ago
local.mk Automatic Copyright Year update after running gdb/copyright.py 5 years ago
m32r-sim.h Automatic Copyright Year update after running gdb/copyright.py 5 years ago
m32r.c Automatic Copyright Year update after running gdb/copyright.py 5 years ago
m32r2.c Automatic Copyright Year update after running gdb/copyright.py 5 years ago
m32rx.c Automatic Copyright Year update after running gdb/copyright.py 5 years ago
mloop.in Automatic Copyright Year update after running gdb/copyright.py 5 years ago
mloop2.in Automatic Copyright Year update after running gdb/copyright.py 5 years ago
mloopx.in Automatic Copyright Year update after running gdb/copyright.py 5 years ago
model.c Automatic Copyright Year update after running gdb/copyright.py 5 years ago
model2.c Automatic Copyright Year update after running gdb/copyright.py 5 years ago
modelx.c Automatic Copyright Year update after running gdb/copyright.py 5 years ago
sem-switch.c Automatic Copyright Year update after running gdb/copyright.py 5 years ago
sem.c Automatic Copyright Year update after running gdb/copyright.py 5 years ago
sem2-switch.c Automatic Copyright Year update after running gdb/copyright.py 5 years ago
semx-switch.c Automatic Copyright Year update after running gdb/copyright.py 5 years ago
sim-if.c Automatic Copyright Year update after running gdb/copyright.py 5 years ago
sim-main.h sim: m32r: unify ELF & Linux traps logic 5 years ago
syscall.h sim: m32r: namespace Linux syscall table 5 years ago
traps.c Automatic Copyright Year update after running gdb/copyright.py 5 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).