binutils-gdb/sim/m32r
Tom Tromey 4abc1ce2cc Update copyright dates to include 2026
This updates the copyright headers to include 2026.  I did this by
running gdb/copyright.py and then manually modifying a few files as
noted by the script.
2026-01-05 13:16:46 -07:00
..
arch.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
arch.h Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
ChangeLog-2021 sim: rename ChangeLog files to ChangeLog-2021 2021-08-17 20:27:36 -04:00
cpu.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
cpu.h Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
cpu2.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
cpu2.h Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
cpuall.h Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
cpux.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
cpux.h Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
decode.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
decode.h Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
decode2.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
decode2.h Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
decodex.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
decodex.h Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
dv-m32r_cache.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
dv-m32r_cache.h Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
dv-m32r_uart.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
dv-m32r_uart.h Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
local.mk Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
m32r-sim.h Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
m32r.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
m32r2.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
m32rx.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
mloop.in Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
mloop2.in Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
mloopx.in Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
model.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
model2.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
modelx.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
README
sem-switch.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
sem.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
sem2-switch.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
semx-switch.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
sim-if.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00
sim-main.h sim: signal: mark signal callback funcs as noreturn since they don't return 2023-12-21 01:59:22 -05:00
syscall.h sim: m32r: namespace Linux syscall table 2021-07-01 20:36:42 -04:00
traps.c Update copyright dates to include 2026 2026-01-05 13:16:46 -07:00

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).