public inbox for binutils-cvs@sourceware.org
 help / color / mirror / Atom feed
From: Nick Clifton <nickc@sourceware.org>
To: bfd-cvs@sourceware.org
Subject: [binutils-gdb] Gold/MIPS: Use EM_MIPS instead of EM_MIPS_RS3_LE for little endian
Date: Fri, 10 Nov 2023 16:28:59 +0000 (GMT)	[thread overview]
Message-ID: <20231110162859.F1DCE3858D32@sourceware.org> (raw)

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=870a4f2cc3df832eab92151e27fd9e7db9027726

commit 870a4f2cc3df832eab92151e27fd9e7db9027726
Author: YunQiang Su <yunqiang.su@cipunited.com>
Date:   Fri Nov 10 16:28:42 2023 +0000

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

Diff:
---
 gold/ChangeLog     | 5 +++++
 gold/configure.tgt | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/gold/ChangeLog b/gold/ChangeLog
index 54fb1c16e17..0a7ff505b46 100644
--- a/gold/ChangeLog
+++ b/gold/ChangeLog
@@ -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
diff --git a/gold/configure.tgt b/gold/configure.tgt
index 4b54e08d27f..751c8fd06c6 100644
--- a/gold/configure.tgt
+++ b/gold/configure.tgt
@@ -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

             reply	other threads:[~2023-11-10 16:28 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-10 16:28 Nick Clifton [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-08-28  3:44 YunQiang Su

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20231110162859.F1DCE3858D32@sourceware.org \
    --to=nickc@sourceware.org \
    --cc=bfd-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).