aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-moxie.c
diff options
context:
space:
mode:
authorGitea <gitea@fake.local>2020-02-01 20:59:19 -0500
committerGitea <gitea@fake.local>2020-02-01 20:59:19 -0500
commit2384096c4d72fde64bf26597d34928ac477ef2f8 (patch)
tree0b9386ae9a6ccb645780e049f99bd6b329f5d8d8 /gas/config/tc-moxie.c
parent07888db1ccf15b1d4a0c31af19b18b8f3493a79e (diff)
downloadgdb-2384096c4d72fde64bf26597d34928ac477ef2f8.zip
gdb-2384096c4d72fde64bf26597d34928ac477ef2f8.tar.gz
gdb-2384096c4d72fde64bf26597d34928ac477ef2f8.tar.bz2
moxie: don't force big-endian mode
Diffstat (limited to 'gas/config/tc-moxie.c')
-rw-r--r--gas/config/tc-moxie.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gas/config/tc-moxie.c b/gas/config/tc-moxie.c
index e2fac11..f72fb71 100644
--- a/gas/config/tc-moxie.c
+++ b/gas/config/tc-moxie.c
@@ -74,8 +74,6 @@ md_begin (void)
for (count = 0, opcode = moxie_form3_opc_info; count++ < 10; opcode++)
hash_insert (opcode_hash_control, opcode->name, (char *) opcode);
- target_big_endian = TARGET_BYTES_BIG_ENDIAN;
-
bfd_set_arch_mach (stdoutput, TARGET_ARCH, 0);
}