binutils-gdb/sim/m32c
Mike Frysinger ba3a849899 sim: m32c: move libsim.a creation to top-level
The objects are still compiled in the subdir, but the creation of the
archive itself is in the top-level.  This is a required step before we
can move compilation itself up, and makes it easier to review.

The downside is that each object compile is a recursive make instead of
a single one.  On my 4 core system, it adds ~100msec to the build per
port, so it's not great, but it shouldn't be a big deal.  This will go
away of course once the top-level compiles objects.
2023-01-10 01:15:24 -05:00
..
ChangeLog-2021 sim: rename ChangeLog files to ChangeLog-2021 2021-08-17 20:27:36 -04:00
cpu.h Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
gdb-if.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
int.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
int.h Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
load.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
load.h Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
local.mk sim: m32c: move libsim.a creation to top-level 2023-01-10 01:15:24 -05:00
m32c.opc Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
main.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
Makefile.in sim: m32c: move libsim.a creation to top-level 2023-01-10 01:15:24 -05:00
mem.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
mem.h Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
misc.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
misc.h Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
opc2c.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
r8c.opc Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
reg.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
srcdest.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
syscalls.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
syscalls.h Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
timer_a.h sim: m32c: enable warnings & clean up a bunch 2015-04-01 02:22:58 -04:00
trace.c sim: replace -I$srcroot/opcodes include with -I$srcroot 2023-01-01 23:14:19 -05:00
trace.h Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00