sim: h8300: move default endian/alignment to configure

This commit is contained in:
Mike Frysinger
2015-12-30 05:19:40 -05:00
parent 9950eccba1
commit 5658c2571f
4 changed files with 112 additions and 6 deletions

View File

@@ -4907,10 +4907,6 @@ sim_open (SIM_OPEN_KIND kind,
/* sim_cpu object is new, so some initialization is needed. */
init_pointers_needed = 1;
/* For compatibility (FIXME: is this right?). */
current_alignment = NONSTRICT_ALIGNMENT;
current_target_byte_order = BIG_ENDIAN;
if (sim_pre_argv_init (sd, argv[0]) != SIM_RC_OK)
{
free_state (sd);