binutils-gdb/sim/m32r
Mike Frysinger e732fe9b4f sim: build: drop support for creating libsim.a in subdirs
Now that all ports have moved to creating libsim.a in the top-level,
drop all the support code to create it in a subdir.
2023-01-10 01:15:26 -05:00
..
arch.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
arch.h Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
ChangeLog-2021 sim: rename ChangeLog files to ChangeLog-2021 2021-08-17 20:27:36 -04:00
cpu2.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
cpu2.h Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
cpu.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
cpu.h Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
cpuall.h Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
cpux.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
cpux.h Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
decode2.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
decode2.h Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
decode.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
decode.h Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
decodex.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
decodex.h Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dv-m32r_cache.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dv-m32r_cache.h Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dv-m32r_uart.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dv-m32r_uart.h Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
local.mk sim: m32r: move libsim.a creation to top-level 2023-01-10 01:15:24 -05:00
m32r2.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
m32r-sim.h Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
m32r.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
m32rx.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
Makefile.in sim: build: drop support for creating libsim.a in subdirs 2023-01-10 01:15:26 -05:00
mloop2.in Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
mloop.in Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
mloopx.in Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
model2.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
model.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
modelx.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
README
sem2-switch.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
sem-switch.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
sem.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
semx-switch.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
sim-if.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
sim-main.h sim: replace -I$srcroot/opcodes include with -I$srcroot 2023-01-01 23:14:19 -05:00
syscall.h sim: m32r: namespace Linux syscall table 2021-07-01 20:36:42 -04:00
traps.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04: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).