projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07888db
)
moxie: don't force big-endian mode
author
Gitea
<gitea@fake.local>
Sun, 2 Feb 2020 01:59:19 +0000
(20:59 -0500)
committer
Gitea
<gitea@fake.local>
Sun, 2 Feb 2020 01:59:19 +0000
(20:59 -0500)
gas/ChangeLog
patch
|
blob
|
history
gas/config/tc-moxie.c
patch
|
blob
|
history
diff --git
a/gas/ChangeLog
b/gas/ChangeLog
index bc149c161f998a8187ea7f289435143675801125..f52184b54c06808c07e0b73bcb741c0c19038042 100644
(file)
--- a/
gas/ChangeLog
+++ b/
gas/ChangeLog
@@
-1,3
+1,7
@@
+2020-02-01 Anthony Green <green@moxielogic.com>
+
+ * config/tc-moxie.c (md_begin): Don't force big-endian mode.
+
2020-01-31 Sandra Loosemore <sandra@codesourcery.com>
* config/tc-nios2.c (nios2_cons): Handle %gotoff as well as
diff --git
a/gas/config/tc-moxie.c
b/gas/config/tc-moxie.c
index e2fac1175aa8c3631fbf435451152be72c6b0a94..f72fb71c4f4fb7028079839e6657b8aef40bd388 100644
(file)
--- 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);
}