binutils-gdb/sim/rl78
Mike Frysinger 91a335f9fd sim: rl78: 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:25 -05:00
..
ChangeLog-2021 sim: rename ChangeLog files to ChangeLog-2021 2021-08-17 20:27:36 -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
gdb-if.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
load.c sim: replace -I$srcroot/bfd include with -I$srcroot 2023-01-01 23:17:07 -05: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: rl78: move libsim.a creation to top-level 2023-01-10 01:15:25 -05: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: rl78: move libsim.a creation to top-level 2023-01-10 01:15:25 -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
rl78.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
trace.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
trace.h Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00