binutils-gdb/sim
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
..
arm gdb: 2013-03-15 17:53:44 +00:00
avr gdb: 2013-03-15 17:53:44 +00:00
bfin sim: rewrite SIM_AC_OPTION_HARDWARE a bit to simplify things 2013-03-26 18:00:04 +00:00
common sim: rewrite SIM_AC_OPTION_HARDWARE a bit to simplify things 2013-03-26 18:00:04 +00:00
cr16 gdb: 2013-03-15 17:53:44 +00:00
cris sim: rewrite SIM_AC_OPTION_HARDWARE a bit to simplify things 2013-03-26 18:00:04 +00:00
d10v Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
erc32 gdb: 2013-03-15 17:53:44 +00:00
frv sim: rewrite SIM_AC_OPTION_HARDWARE a bit to simplify things 2013-03-26 18:00:04 +00:00
h8300 Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
igen Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
iq2000 sim: rewrite SIM_AC_OPTION_HARDWARE a bit to simplify things 2013-03-26 18:00:04 +00:00
lm32 sim: rewrite SIM_AC_OPTION_HARDWARE a bit to simplify things 2013-03-26 18:00:04 +00:00
m32c gdb: 2013-03-15 17:53:44 +00:00
m32r sim: rewrite SIM_AC_OPTION_HARDWARE a bit to simplify things 2013-03-26 18:00:04 +00:00
m68hc11 sim: rewrite SIM_AC_OPTION_HARDWARE a bit to simplify things 2013-03-26 18:00:04 +00:00
mcore Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
microblaze gdb: 2013-03-15 17:53:44 +00:00
mips sim: rewrite SIM_AC_OPTION_HARDWARE a bit to simplify things 2013-03-26 18:00:04 +00:00
mn10300 sim: rewrite SIM_AC_OPTION_HARDWARE a bit to simplify things 2013-03-26 18:00:04 +00:00
moxie Remove debug output 2013-01-17 09:44:53 +00:00
ppc gdb: 2013-03-15 17:53:44 +00:00
rl78 gdb: 2013-03-15 17:53:44 +00:00
rx gdb: 2013-03-15 17:53:44 +00:00
sh gdb: 2013-03-15 17:53:44 +00:00
sh64 sim: rewrite SIM_AC_OPTION_HARDWARE a bit to simplify things 2013-03-26 18:00:04 +00:00
testsuite Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
v850 * simops.c (v850_rotl): New function. 2013-01-28 10:06:51 +00:00
.gitignore
ChangeLog gdb: 2013-03-15 17:53:44 +00:00
MAINTAINERS * MAINTAINERS: Update my email address. 2012-11-05 22:08:10 +00:00
Makefile.in Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
README-HACKING
configure Define PACKAGE macro in all sims' config.h. 2012-06-15 17:20:10 +00:00
configure.ac
configure.tgt [sim] 2011-11-29 03:49:09 +00:00