binutils-gdb/sim/iq2000
Mike Frysinger 1517bd2742 sim: rewrite SIM_AC_OPTION_HARDWARE a bit to simplify things
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.
2013-03-26 18:00:04 +00:00
..
ChangeLog sim: rewrite SIM_AC_OPTION_HARDWARE a bit to simplify things 2013-03-26 18:00:04 +00:00
Makefile.in Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
aclocal.m4 [PATCH] sim: make sure to include strsignal prototype 2012-03-24 05:38:43 +00:00
arch.c Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
arch.h Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
config.in Define PACKAGE macro in all sims' config.h. 2012-06-15 17:20:10 +00:00
configure sim: rewrite SIM_AC_OPTION_HARDWARE a bit to simplify things 2013-03-26 18:00:04 +00:00
configure.ac 2013-03-23 Joel Sherrill <joel.sherrill@oarcorp.com> 2013-03-23 15:07:30 +00:00
cpu.c Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
cpu.h Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
cpuall.h Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
decode.c Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
decode.h Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
iq2000-sim.h Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
iq2000.c Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
mloop.in Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
model.c Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
sem-switch.c Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
sem.c Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
sim-if.c Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
sim-main.h * iq2000: New target subdirectory. 2005-03-08 08:55:34 +00:00
tconfig.in * iq2000: New target subdirectory. 2005-03-08 08:55:34 +00:00