This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] Can't connect to simulator that doesn't have bi-endian


Hello Maintainers,

This is a fix that I've report to the bug database (sim/2216).
The HEAD version of GDB passes '-E' option to the simulator.
But '-E' option has canceled when SIM_HAVE_BIENDIAN is defined.
I guess those ifdefs are unsuitable as mono-endian checks are
included in standard_option_handler().

- - - - - - - - -
2007-01-04  Masaki Muranaka  <monaka@monami-software.com>

	* common/sim-options.c (enum STANDARD_OPTIONS, standard_options,
	standard_option_handler): Enable OPTION_ENDIAN (-E) regardless of
	SIM_HAVE_BIENDIAN definition.

--
Masaki Muranaka
Monami software

Attachment: sim-options.c.diff
Description: Binary data



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]