aboutsummaryrefslogtreecommitdiff
path: root/sim/mips/acinclude.m4
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2022-12-25 01:23:21 -0500
committerMike Frysinger <vapier@gentoo.org>2022-12-27 00:31:33 -0500
commit556ca380d712270ba1f0adf780673b7d1a3fda95 (patch)
tree05e702f169bf9587388910b9b700c5d435306753 /sim/mips/acinclude.m4
parentf754cabb05b715359c98ed0bce734f9fc64d5003 (diff)
downloadgdb-556ca380d712270ba1f0adf780673b7d1a3fda95.zip
gdb-556ca380d712270ba1f0adf780673b7d1a3fda95.tar.gz
gdb-556ca380d712270ba1f0adf780673b7d1a3fda95.tar.bz2
sim: mips: drop unused micromips igen logic
This code appears to be unused since it was first merged. When micromips was enabled, it was via the "MULTI" config, not the "MICROMIPS" config, and the multi configs have sep vars. Since nothing sets SIM_MIPS_GEN=MICROMIPS in the config, all of this should be unreachable, so punt it to simplify. Further, the SIM_MIPS_MICROMIPS16_FLAGS & SIM_MIPS_MICROMIPS_FLAGS settings rely on sim_mips_micromips{,16}_{filter,machine} variables that are never set in the configure script.
Diffstat (limited to 'sim/mips/acinclude.m4')
-rw-r--r--sim/mips/acinclude.m44
1 files changed, 0 insertions, 4 deletions
diff --git a/sim/mips/acinclude.m4 b/sim/mips/acinclude.m4
index ae5cc29..0775b32 100644
--- a/sim/mips/acinclude.m4
+++ b/sim/mips/acinclude.m4
@@ -324,12 +324,8 @@ __EOF__
])
SIM_MIPS_IGEN_FLAGS="-F ${sim_mips_igen_filter} ${sim_mips_igen_machine}"
SIM_MIPS_M16_FLAGS="-F ${sim_mips_m16_filter} ${sim_mips_m16_machine}"
-SIM_MIPS_MICROMIPS16_FLAGS="-F ${sim_mips_micromips16_filter} ${sim_mips_micromips16_machine}"
-SIM_MIPS_MICROMIPS_FLAGS="-F ${sim_mips_micromips_filter} ${sim_mips_micromips_machine}"
AC_SUBST(SIM_MIPS_IGEN_FLAGS)
AC_SUBST(SIM_MIPS_M16_FLAGS)
-AC_SUBST(SIM_MIPS_MICROMIPS_FLAGS)
-AC_SUBST(SIM_MIPS_MICROMIPS16_FLAGS)
AC_SUBST(SIM_MIPS_GEN)
AC_SUBST(SIM_MIPS_MULTI_FLAGS)
AC_SUBST(SIM_MIPS_MULTI_IGEN_CONFIGS)