public inbox for binutils-cvs@sourceware.org
 help / color / mirror / Atom feed
* [binutils-gdb/binutils-2_41-branch] Gold/MIPS: Add targ_extra_size=64 for mips32 triples
@ 2023-11-21  5:03 YunQiang Su
  0 siblings, 0 replies; only message in thread
From: YunQiang Su @ 2023-11-21  5:03 UTC (permalink / raw)
  To: bfd-cvs

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

commit eb49941e7e16bfcd71bd76544c84bf347b03e64f
Author: YunQiang Su <yunqiang.su@cipunited.com>
Date:   Tue Nov 21 12:57:15 2023 +0800

    Gold/MIPS: Add targ_extra_size=64 for mips32 triples
    
    Backport commit: 619a8a364d6cdc43d6677f86369aa2b5d1a1cc0f

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

diff --git a/gold/ChangeLog b/gold/ChangeLog
index 3b09989d32d..4288254a68c 100644
--- a/gold/ChangeLog
+++ b/gold/ChangeLog
@@ -1,3 +1,7 @@
+2023-11-21  YunQiang Su  <yunqiang.su@cipunited.com>
+
+	* configure.tgt (mips targets): Set targ_extra_size=64.
+
 2023-11-21  YunQiang Su  <yunqiang.su@cipunited.com>
 
 	* configure.tgt (mips targets): Set targ_machine to EM_MIPS for
diff --git a/gold/configure.tgt b/gold/configure.tgt
index 751c8fd06c6..836727f67de 100644
--- a/gold/configure.tgt
+++ b/gold/configure.tgt
@@ -157,6 +157,7 @@ mips*el*-*-*|mips*le*-*-*)
  targ_obj=mips
  targ_machine=EM_MIPS
  targ_size=32
+ targ_extra_size=64
  targ_big_endian=false
  targ_extra_big_endian=true
  ;;
@@ -164,6 +165,7 @@ mips*-*-*)
  targ_obj=mips
  targ_machine=EM_MIPS
  targ_size=32
+ targ_extra_size=64
  targ_big_endian=true
  targ_extra_big_endian=false
  ;;

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-11-21  5:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-21  5:03 [binutils-gdb/binutils-2_41-branch] Gold/MIPS: Add targ_extra_size=64 for mips32 triples YunQiang Su

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).