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 0a129eb19a sim: hoist cgen mloop rules up to common builds 5 years ago
..
ChangeLog-2021 sim: rename ChangeLog files to ChangeLog-2021 5 years ago
Makefile.in sim: hoist cgen mloop rules up to common builds 5 years ago
README Initial creation of sourceware repository 27 years ago
arch.c sim: namespace sim_machs 5 years ago
arch.h Update copyright year range in all GDB files 5 years ago
cpu.c sim: cgen: delete unused record_trace_results functions 5 years ago
cpu.h Update copyright year range in all GDB files 5 years ago
cpu2.c sim: cgen: delete unused record_trace_results functions 5 years ago
cpu2.h Update copyright year range in all GDB files 5 years ago
cpuall.h Update copyright year range in all GDB files 5 years ago
cpux.c sim: cgen: delete unused record_trace_results functions 5 years ago
cpux.h Update copyright year range in all GDB files 5 years ago
decode.c Update copyright year range in all GDB files 5 years ago
decode.h Update copyright year range in all GDB files 5 years ago
decode2.c Update copyright year range in all GDB files 5 years ago
decode2.h Update copyright year range in all GDB files 5 years ago
decodex.c Update copyright year range in all GDB files 5 years ago
decodex.h Update copyright year range in all GDB files 5 years ago
dv-m32r_cache.c sim: switch config.h usage to defs.h 5 years ago
dv-m32r_cache.h Update copyright year range in all GDB files 5 years ago
dv-m32r_uart.c sim: switch config.h usage to defs.h 5 years ago
dv-m32r_uart.h Update copyright year range in all GDB files 5 years ago
local.mk sim: hoist cgen mloop rules up to common builds 5 years ago
m32r-sim.h Update copyright year range in all GDB files 5 years ago
m32r.c sim: switch config.h usage to defs.h 5 years ago
m32r2.c sim: switch config.h usage to defs.h 5 years ago
m32rx.c sim: switch config.h usage to defs.h 5 years ago
mloop.in Add missing stdlib.h includes to sim 5 years ago
mloop2.in Update copyright year range in all GDB files 5 years ago
mloopx.in Update copyright year range in all GDB files 5 years ago
model.c Update copyright year range in all GDB files 5 years ago
model2.c Update copyright year range in all GDB files 5 years ago
modelx.c Update copyright year range in all GDB files 5 years ago
sem-switch.c Update copyright year range in all GDB files 5 years ago
sem.c Update copyright year range in all GDB files 5 years ago
sem2-switch.c Update copyright year range in all GDB files 5 years ago
semx-switch.c Update copyright year range in all GDB files 5 years ago
sim-if.c sim: m32r: unify ELF & Linux traps logic 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 sim: drop unused targ-vals.h includes 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).