mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
1517bd2742
There's no need to put the majority of the logic into the 3rd arg of the AC_ARG_ENABLE. Coupled with the lack of indentation, it makes it hard to follow, error prone to update, and duplicates code (with the 4th arg). So pull the logic out of the 3rd arg and outside of the AC_ARG_ENABLE macro. This allows us to gut the 4th arg entirely, merge with the code that followed the macro, and fix bugs related to the new dv-sockser in the process. Hopefully building the various sims with the default sim-hardware settings, as well as with explicit --{dis,en}able-sim-hardware flags, should all just work now. |
||
---|---|---|
.. | ||
aclocal.m4 | ||
am33-2.igen | ||
am33.igen | ||
ChangeLog | ||
config.in | ||
configure | ||
configure.ac | ||
dv-mn103cpu.c | ||
dv-mn103int.c | ||
dv-mn103iop.c | ||
dv-mn103ser.c | ||
dv-mn103tim.c | ||
interp.c | ||
Makefile.in | ||
mn10300_sim.h | ||
mn10300.dc | ||
mn10300.igen | ||
op_utils.c | ||
sim-main.c | ||
sim-main.h | ||
tconfig.in |