mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 22:48:57 +08:00
moxie: don't force big-endian mode
This commit is contained in:
@ -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>
|
2020-01-31 Sandra Loosemore <sandra@codesourcery.com>
|
||||||
|
|
||||||
* config/tc-nios2.c (nios2_cons): Handle %gotoff as well as
|
* config/tc-nios2.c (nios2_cons): Handle %gotoff as well as
|
||||||
|
@ -74,8 +74,6 @@ md_begin (void)
|
|||||||
for (count = 0, opcode = moxie_form3_opc_info; count++ < 10; opcode++)
|
for (count = 0, opcode = moxie_form3_opc_info; count++ < 10; opcode++)
|
||||||
hash_insert (opcode_hash_control, opcode->name, (char *) 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);
|
bfd_set_arch_mach (stdoutput, TARGET_ARCH, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user