sim: h8300: move default endian/alignment to configure
[deliverable/binutils-gdb.git] / sim / h8300 / compile.c
index 4c55a3702b46b6e5d4c99533ea7623de9ef44aca..cd2e6a691600c758cbc035ca5851bf515b384cb4 100644 (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);
This page took 0.022912 seconds and 4 git commands to generate.