binutils-gdb/sim/mips
Mike Frysinger 109a0a7e90 sim: modules.c: fix generation after recent refactors
Add explicit arch-specific modules.c rules to keep the build from
generating an incorrect common/modules.c.  Otherwise the pattern
rules would cascade such that it'd look for $arch/modules.o which
turned into common/modules.c which triggered the gen rule.

My local testing of this code didn't catch this bug because of how
Automake manages .Po (dependency files) in incremental builds -- it
was adding extra rules that override the pattern rules which caused
the build to generate correct modules.c files.  But when building
from a cold cache, the pattern rules would force common/modules.c to
be used leading to crashes at runtime.
2023-01-15 20:55:48 -05:00
..
acinclude.m4 sim: mips: move libsim.a creation to top-level 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
cp1.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
cp1.h Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dsp2.igen Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dsp.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dsp.igen Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dv-tx3904cpu.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dv-tx3904irc.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dv-tx3904sio.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
dv-tx3904tmr.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
interp.c sim: replace -I$srcroot/bfd include with -I$srcroot 2023-01-01 23:17:07 -05:00
local.mk sim: modules.c: fix generation after recent refactors 2023-01-15 20:55:48 -05:00
m16.dc
m16.igen sim: mips: migrate to standard uintXX_t types 2022-01-06 01:17:38 -05:00
m16e.igen Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
m16run.c sim: mips: drop unused ENGINE_ISSUE_POSTFIX_HOOK 2022-12-24 21:37:59 -05:00
mdmx.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
mdmx.igen Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
micromips16.dc
micromips.dc
micromips.igen Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
micromipsdsp.igen Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
micromipsrun.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
mips3d.igen Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
mips3264r2.igen Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
mips3264r6.igen sim: mips: Add simulator support for mips32r6/mips64r6 2022-02-04 19:37:26 -05:00
mips.dc
mips.igen sim: mips: call Unpredictable instead of setting bogus values [PR sim/29276] 2022-11-08 14:55:50 +07:00
sb1.igen Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
sim-main.c sim: mips: migrate to standard uintXX_t types 2022-01-06 01:17:38 -05:00
sim-main.h sim: replace -I$srcroot/bfd include with -I$srcroot 2023-01-01 23:17:07 -05:00
smartmips.igen Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
tx.igen sim: mips: migrate to standard uintXX_t types 2022-01-06 01:17:38 -05:00
vr.igen sim: mips: migrate to standard uintXX_t types 2022-01-06 01:17:38 -05:00