binutils-gdb/sim
Hans-Peter Nilsson 9e3042ec07 Fix m32r-elf sim, default hardware to off.
The situation here is similar to that of the other nearby (previous)
sims fixed; it fails at the dv_sockser_install declaration in
sim/m32r/tconfig.in.  But, as opposed to e.g. frv, this *does* have a
definition of UART_INCHAR_ADDR et al.  It's somewhat tempting to keep
sim-hardware enabled here but, I'm disabling it for the same reasons
as for frv.  Unsurprisingly (as m32r seems to be the template), the
same confusing lines are in sim/m32r/Makefile.in as in
sim/frv/Makefile.in at that time, deleted in 73e76d20.  Again, commit
73e76d20 (for m32r as well as for frv) attempted to move the
non-existing dv-sockser.o use to $(m32r_extra_objs) but missed that
AC_SUBST would only affect @m32r_extra_objs@ and not
$(m32r_extra_objs) per se so nothing happened.  As for frv, I'm
removing the $(m32r_extra_objs) too, to avoid confusion.  Make
check-sim for m32r-elf shows no regressions (5 failures; 100 expected
passes) compared to bf3d9781ec (before the recent config.in regen,
after sim-hardware mostly-enabled) and eed23bb4a1 (before the
sim-hardware mostly-enabled; 2013-03-23).

sim/m32r:
	* configure.ac: Default simulator hardware to off again.  Remove
	dead m32r_extra_objs substitution.
	* configure: Regenerate.
	* Makefile.in: Remove unused frv_extra_objs.
2014-08-23 04:53:28 +02:00
..
arm Fix --diable-shared --enable-plugins build breakage 2014-08-19 21:59:56 +09:30
avr Fix --diable-shared --enable-plugins build breakage 2014-08-19 21:59:56 +09:30
bfin Fix --diable-shared --enable-plugins build breakage 2014-08-19 21:59:56 +09:30
common Fix --diable-shared --enable-plugins build breakage 2014-08-19 21:59:56 +09:30
cr16 Fix --diable-shared --enable-plugins build breakage 2014-08-19 21:59:56 +09:30
cris Fix --diable-shared --enable-plugins build breakage 2014-08-19 21:59:56 +09:30
d10v Fix --diable-shared --enable-plugins build breakage 2014-08-19 21:59:56 +09:30
erc32 Fix --diable-shared --enable-plugins build breakage 2014-08-19 21:59:56 +09:30
frv Fix frv-elf sim, default hardware to off. 2014-08-23 04:16:58 +02:00
h8300 Fix --diable-shared --enable-plugins build breakage 2014-08-19 21:59:56 +09:30
igen sim: convert old style prototypes 2014-03-04 02:54:50 -05:00
iq2000 Fix iq2000-elf sim, default hardware to off. 2014-08-23 04:27:26 +02:00
lm32 Fix --diable-shared --enable-plugins build breakage 2014-08-19 21:59:56 +09:30
m32c Fix --diable-shared --enable-plugins build breakage 2014-08-19 21:59:56 +09:30
m32r Fix m32r-elf sim, default hardware to off. 2014-08-23 04:53:28 +02:00
m68hc11 Fix --diable-shared --enable-plugins build breakage 2014-08-19 21:59:56 +09:30
mcore Fix --diable-shared --enable-plugins build breakage 2014-08-19 21:59:56 +09:30
microblaze Fix --diable-shared --enable-plugins build breakage 2014-08-19 21:59:56 +09:30
mips Fix --diable-shared --enable-plugins build breakage 2014-08-19 21:59:56 +09:30
mn10300 Fix --diable-shared --enable-plugins build breakage 2014-08-19 21:59:56 +09:30
moxie Fix --diable-shared --enable-plugins build breakage 2014-08-19 21:59:56 +09:30
msp430 Fix --diable-shared --enable-plugins build breakage 2014-08-19 21:59:56 +09:30
ppc Fix --diable-shared --enable-plugins build breakage 2014-08-19 21:59:56 +09:30
rl78 Fix --diable-shared --enable-plugins build breakage 2014-08-19 21:59:56 +09:30
rx Fix --diable-shared --enable-plugins build breakage 2014-08-19 21:59:56 +09:30
sh Fix --diable-shared --enable-plugins build breakage 2014-08-19 21:59:56 +09:30
sh64 Fix sh64-elf sim, default hardware to off. 2014-08-23 04:40:36 +02:00
testsuite sim: msp430: start a test framework 2014-03-10 23:59:59 -04:00
v850 Fix --diable-shared --enable-plugins build breakage 2014-08-19 21:59:56 +09:30
.gitignore sim: ignore generated hw-config.h 2011-01-05 17:17:44 +00:00
ChangeLog Sim - Use long int format instead of int to avoid compiling warning 2014-06-30 17:40:02 -07:00
MAINTAINERS Add myself as the maintainer for the MSP430 sim. 2014-03-12 11:02:57 +00:00
Makefile.in Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
README-HACKING remove PARAMS from sim 2014-01-07 09:17:05 -07:00
configure sim: msp430: start a test framework 2014-03-10 23:59:59 -04:00
configure.ac sim: unify target->subdir handling for default tests 2010-04-26 16:23:24 +00:00
configure.tgt sim: msp430: start a test framework 2014-03-10 23:59:59 -04:00