diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-12-30 21:01:58 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-12-30 21:01:58 -0500 |
commit | eca4255a1a6c3603e05c4f3ca9c0849f529657c3 (patch) | |
tree | d697a4d42fed0045460438cb14f667711ced4838 /sim/cris/sim-if.c | |
parent | 356a418c5dbff10ae4a2afc599163c0a85385f07 (diff) | |
download | gdb-eca4255a1a6c3603e05c4f3ca9c0849f529657c3.zip gdb-eca4255a1a6c3603e05c4f3ca9c0849f529657c3.tar.gz gdb-eca4255a1a6c3603e05c4f3ca9c0849f529657c3.tar.bz2 |
sim: cris/m68hc11: move default endian/alignment to configure
Diffstat (limited to 'sim/cris/sim-if.c')
-rw-r--r-- | sim/cris/sim-if.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sim/cris/sim-if.c b/sim/cris/sim-if.c index 142bc7b..71afbff 100644 --- a/sim/cris/sim-if.c +++ b/sim/cris/sim-if.c @@ -720,12 +720,6 @@ sim_open (SIM_OPEN_KIND kind, host_callback *callback, struct bfd *abfd, return 0; } - /* If we have a binary program, endianness-setting would not be taken - from elsewhere unfortunately, so set it here. At the time of this - writing, it isn't used until sim_config, but that might change so - set it here before memory is defined or touched. */ - current_target_byte_order = LITTLE_ENDIAN; - /* check for/establish the reference program image */ if (sim_analyze_program (sd, (STATE_PROG_ARGV (sd) != NULL |