Gold/MIPS: Use EM_MIPS instead of EM_MIPS_RS3_LE for little endian

This commit is contained in:
YunQiang Su 2023-11-10 16:28:42 +00:00 committed by Nick Clifton
parent 5efb104597
commit 870a4f2cc3
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2023-11-10 YunQiang Su <yunqiang.su@cipunited.com>
* configure.tgt (targ_machine): Set to EM_MIPS for little endian
mips targets.
2023-09-05 Roland McGrath <mcgrathr@google.com>
The std::basic_string template type is only specified for

View File

@ -155,7 +155,7 @@ aarch64*-*)
;;
mips*el*-*-*|mips*le*-*-*)
targ_obj=mips
targ_machine=EM_MIPS_RS3_LE
targ_machine=EM_MIPS
targ_size=32
targ_big_endian=false
targ_extra_big_endian=true