diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-12-30 05:19:40 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-12-30 05:20:41 -0500 |
commit | 5658c2571f34fcf7f0f10dbd45ddc6680aa57576 (patch) | |
tree | f6084b4c9fdf4c6ff1067088e2bda4c6efa37fb5 /sim/h8300/compile.c | |
parent | 9950eccba15155dda9ef8025a5a1685dd9db53b7 (diff) | |
download | gdb-5658c2571f34fcf7f0f10dbd45ddc6680aa57576.zip gdb-5658c2571f34fcf7f0f10dbd45ddc6680aa57576.tar.gz gdb-5658c2571f34fcf7f0f10dbd45ddc6680aa57576.tar.bz2 |
sim: h8300: move default endian/alignment to configure
Diffstat (limited to 'sim/h8300/compile.c')
-rw-r--r-- | sim/h8300/compile.c | 4 |
1 files changed, 0 insertions, 4 deletions
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); |