From 5658c2571f34fcf7f0f10dbd45ddc6680aa57576 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 30 Dec 2015 05:19:40 -0500 Subject: sim: h8300: move default endian/alignment to configure --- sim/h8300/compile.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sim/h8300/compile.c') diff --git a/sim/h8300/compile.c b/sim/h8300/compile.c index 4c55a37..cd2e6a6 100644 --- a/sim/h8300/compile.c +++ b/sim/h8300/compile.c @@ -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); -- cgit v1.1