binutils-gdb/sim
Mike Frysinger 11409fac6b sim: always enable support for the --endian option
The gdb code always passes down -E <little|big> to the sim core when using
the sim target.  But the sim core only recognizes this option when the sim
supports big endian systems.  So for little endian simulators, any attempt
to use the sim target fails with:

(gdb) target sim
gdbsim: invalid option -- 'E'
unable to create simulator instance

Since always respecting the option doesn't cause any problems, do just
that.  If someone tries to use an invalid endian, they'll get an error
anyways.
2010-03-22 23:10:39 +00:00
..
arm
avr
common sim: always enable support for the --endian option 2010-03-22 23:10:39 +00:00
cr16
cris Regenerate cgen-derived files. 2010-02-12 02:44:26 +00:00
d10v
erc32
frv regenerate cgen-based files 2010-02-13 04:44:41 +00:00
h8300
igen
iq2000 Regenerate cgen-derived files. 2010-02-12 02:44:26 +00:00
lm32 Regenerate cgen-derived files. 2010-02-12 02:44:26 +00:00
m32c
m32r Regenerate cgen-derived files. 2010-02-12 02:44:26 +00:00
m68hc11
mcore
microblaze
mips
mn10300
moxie sim/moxie/ 2010-02-27 01:24:37 +00:00
ppc * ppc-instructions: Fix missing assignment in last change. 2010-02-14 10:00:46 +00:00
rx * configure.in: Check if the host has getopt.h. 2010-02-14 07:37:11 +00:00
sh * interp.c: Don't include sysdep.h. 2010-02-14 07:15:57 +00:00
sh64 regenerate cgen-based files 2010-02-13 04:44:41 +00:00
testsuite
v850
ChangeLog Regenerate cgen-derived files. 2010-02-12 02:44:26 +00:00
configure
configure.ac
MAINTAINERS
Makefile.in
README-HACKING